UDPConnection SendObject Method (String, Object, IPEndPoint, SendReceiveOptions)NetworkComms.Net Help
Sends a single object to the provided endPoint. NOTE: Any possible reply will be ignored unless listening for incoming UDP packets.

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

public static void SendObject(
	string sendingPacketType,
	Object objectToSend,
	IPEndPoint ipEndPoint,
	SendReceiveOptions sendReceiveOptions
)
See Also