This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IW > IWMSServer Interface > IWMSServer.Data Property (ArcObjects .NET 10.5 SDK) |
Handle WMS Server binary request.
[Visual Basic .NET] Public Function get_Data ( _ ByVal Capabilities As String, _ ByVal request As String, _ ByRef pMimeType As String _ ) As Byte[]
[C#] public Byte[] get_Data ( string Capabilities, string request, ref string pMimeType );
[C++]
HRESULT get_Data(
BSTR Capabilities,
BSTR request,
BSTR* pMimeType,
ppResponse* ppResponse
);
[C++]
Parameters Capabilities [in] Capabilities is a parameter of type BSTR request [in] request is a parameter of type BSTR pMimeType [out] pMimeType is a parameter of type BSTR ppResponse [out, retval] ppResponse is a parameter of type