NetworkComms SendObject sendObjectType  Method NetworkComms.Net Help
Send the provided object to the specified destination using TCP. Uses default sendReceiveOptions. For more control over options see connection specific methods.

Namespace: NetworkCommsDotNet
Assembly: NetworkCommsDotNet (in NetworkCommsDotNet.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax

public static void SendObject<sendObjectType>(
	string packetTypeStr,
	string destinationIPAddress,
	int destinationPort,
	sendObjectType sendObject
)

Parameters

packetTypeStr
Type: OnlineSystem String
Packet type to use for send
destinationIPAddress
Type: OnlineSystem String
The destination IP address
destinationPort
Type: OnlineSystem 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