Overload List
| Name | Description | |
|---|---|---|
| SendObject(String) |
Send an empty packet using the provided packetType. Useful for signalling.
| |
| SendObject(String, Int64 ) |
Send an empty packet using the provided packetType. Useful for signalling.
| |
| SendObject sendObjectType (String, sendObjectType) |
Send an object using the connection default SendReceiveOptions | |
| SendObject sendObjectType (String, sendObjectType, SendReceiveOptions) |
Send an object using the provided SendReceiveOptions
| |
| SendObject sendObjectType (String, sendObjectType, Int64 ) |
Send an object using the connection default SendReceiveOptions | |
| SendObject sendObjectType (String, sendObjectType, SendReceiveOptions, Int64 ) |
Send an object using the provided SendReceiveOptions
|
See Also