Click or drag to resize

UDPConnectionSendObject Method (String, Object, IPEndPoint, SendReceiveOptions)

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,
	IPEndPoint ipEndPoint,
	SendReceiveOptions sendReceiveOptions
)

Parameters

sendingPacketType
Type: SystemString
objectToSend
Type: SystemObject
ipEndPoint
Type: System.NetIPEndPoint
sendReceiveOptions
Type: NetworkCommsDotNetSendReceiveOptions
See Also