Send an object using the provided SendReceiveOptions
Namespace: NetworkCommsDotNet.ConnectionsAssembly: NetworkCommsDotNet (in NetworkCommsDotNet.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax
Parameters
- sendingPacketType
- Type: System String
The packet type to use for send
- objectToSend
- Type: sendObjectType
The object to send
- options
- Type: NetworkCommsDotNet SendReceiveOptions
Send specific SendReceiveOptions
- packetSequenceNumber
- Type: System Int64
The sequence number of the packet sent
Type Parameters
- sendObjectType
[Missing <typeparam name="sendObjectType"/> documentation for "M:NetworkCommsDotNet.Connections.Connection.SendObject``1(System.String,``0,NetworkCommsDotNet.SendReceiveOptions,System.Int64@)"]
See Also