Click or drag to resize

UDPConnectionSendObjectsendObjectType Method (String, sendObjectType, IPEndPoint, SendReceiveOptions, ApplicationLayerProtocolStatus)

Namespace:  NetworkCommsDotNet.Connections.UDP
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public static void SendObject<sendObjectType>(
	string sendingPacketType,
	sendObjectType objectToSend,
	IPEndPoint ipEndPoint,
	SendReceiveOptions sendReceiveOptions,
	ApplicationLayerProtocolStatus applicationLayerProtocol
)

Parameters

sendingPacketType
Type: SystemString
objectToSend
Type: sendObjectType
ipEndPoint
Type: System.NetIPEndPoint
sendReceiveOptions
Type: NetworkCommsDotNetSendReceiveOptions
applicationLayerProtocol
Type: NetworkCommsDotNet.ConnectionsApplicationLayerProtocolStatus

Type Parameters

sendObjectType
See Also