Connection SendObject Method NetworkComms.Net Help
Overload List

  NameDescription
Public methodSendObject(String)
Send an empty packet using the provided packetType. Useful for signalling.
Public methodSendObject(String, Int64 )
Send an empty packet using the provided packetType. Useful for signalling.
Public methodSendObject sendObjectType (String, sendObjectType)
Send an object using the connection default SendReceiveOptions
Public methodSendObject sendObjectType (String, sendObjectType, SendReceiveOptions)
Send an object using the provided SendReceiveOptions
Public methodSendObject sendObjectType (String, sendObjectType, Int64 )
Send an object using the connection default SendReceiveOptions
Public methodSendObject sendObjectType (String, sendObjectType, SendReceiveOptions, Int64 )
Send an object using the provided SendReceiveOptions
Back to Top
See Also