ArcObjects Library Reference (GISClient)  

IAGSServerConnection3.GetFile Method

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IAGSServerConnection3 Interface