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