This document is archived and information here might be outdated.  Recommended version.


IRequestHandler2.HandleBinaryRequest2 Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (System)  

IRequestHandler2.HandleBinaryRequest2 Method

Handles a binary request with explicit capabilities.

[Visual Basic .NET]
Public Function HandleBinaryRequest2 ( _
    ByVal Capabilities As String, _
    ByRef request As Byte[]& _
) As Byte[]
[C#]
public Byte[] HandleBinaryRequest2 (
    string Capabilities,
    ref Byte[]& request
);
[C++]
HRESULT HandleBinaryRequest2(
  BSTR Capabilities,
  request* request,
  response* response
);
[C++]

Parameters Capabilities [in] Capabilities is a parameter of type BSTR request [in] request is a parameter of type response [out, retval] response is a parameter of type

Product Availability

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

See Also

IRequestHandler2 Interface