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


IRequestHandler.HandleBinaryRequest Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (System)  

IRequestHandler.HandleBinaryRequest Method

Handles a binary request.

[Visual Basic .NET]
Public Function HandleBinaryRequest ( _
    ByRef request As Byte[]& _
) As Byte[]
[C#]
public Byte[] HandleBinaryRequest (
    ref Byte[]& request
);
[C++]
HRESULT HandleBinaryRequest(
  request* request,
  response* response
);
[C++]

Parameters 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

IRequestHandler Interface