Click or drag to resize

UDPConnectionSendObject Method (String, Object, String, Int32)

Namespace:  NetworkCommsDotNet.Connections.UDP
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public static void SendObject(
	string sendingPacketType,
	Object objectToSend,
	string ipAddress,
	int port
)

Parameters

sendingPacketType
Type: SystemString
objectToSend
Type: SystemObject
ipAddress
Type: SystemString
port
Type: SystemInt32
See Also