| IFieldSocketSendQuery Method |
Send a query through the socket.
Namespace:
AskiaFieldCom
Assembly:
AskiaFieldCom (in AskiaFieldCom.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax IResult<Object> SendQuery(
ISocketRequest request,
byte[] data = null
)
IResult<Object^>^ SendQuery(
ISocketRequest^ request,
array<unsigned char>^ data = nullptr
)
Parameters
- request
- Type: AskiaFieldComISocketRequest
Request to send. - data (Optional)
- Type: SystemByte
Binary data to transfer along with the socket.
Return Value
Type:
IResultObject
Returns a value that indicates if the socket succeed or not,
and optionally the object resulting of the operation.
See Also