This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > GISClient > ESRI.ArcGIS.GISClient > Interfaces > IA > IAGSServerConnection3 Interface > IAGSServerConnection3.GetFile Method (ArcObjects .NET 10.5 SDK) |
Retrieves a file from the specified url.
[Visual Basic .NET] Public Function GetFile ( _ ByVal URL As String _ ) As IStream
[C#] public IStream GetFile ( string URL );
[C++]
HRESULT GetFile(
BSTR URL,
IStream** stream
);
[C++]
Parameters URL [in] URL is a parameter of type BSTR stream [out, retval]
stream is a parameter of type IStream