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


IRequestHandler2.HandleBinaryRequest2 Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IR > IRequestHandler2 Interface > IRequestHandler2.HandleBinaryRequest2 Method
ArcGIS Developer Help

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,
  SAFEARRAY(System.Byte)* request
);
[C++]
Parameters
Capabilities [in]

Capabilities is a parameter of type BSTR request [in]
request is a parameter of type SAFEARRAY(unsigned char)*

Product Availability

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

See Also

IRequestHandler2 Interface