Send the provided object to the specified destination using TCP. Uses default sendReceiveOptions. For more control over
options see connection specific methods.
Namespace: NetworkCommsDotNetAssembly: NetworkCommsDotNet (in NetworkCommsDotNet.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax
Parameters
- packetTypeStr
- Type: System String
Packet type to use for send
- destinationIPAddress
- Type: System String
The destination IP address
- destinationPort
- Type: System Int32
The destination listen port
- sendObject
- Type: sendObjectType
The object to send
Type Parameters
- sendObjectType
[Missing <typeparam name="sendObjectType"/> documentation for "M:NetworkCommsDotNet.NetworkComms.SendObject``1(System.String,System.String,System.Int32,``0)"]
See Also