UDPConnection SendObject Method (String, Object, String, Int32)NetworkComms.Net Help
Sends a single object to the provided IPAddress and Port. 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,
	string ipAddress,
	int port
)
See Also