Click or drag to resize

UDPConnectionListener Constructor

Namespace:  NetworkCommsDotNet.Connections.UDP
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public UDPConnectionListener(
	SendReceiveOptions sendReceiveOptions,
	ApplicationLayerProtocolStatus applicationLayerProtocol,
	UDPOptions udpOptions,
	bool allowDiscoverable = false
)

Parameters

sendReceiveOptions
Type: NetworkCommsDotNetSendReceiveOptions
applicationLayerProtocol
Type: NetworkCommsDotNet.ConnectionsApplicationLayerProtocolStatus
udpOptions
Type: NetworkCommsDotNet.Connections.UDPUDPOptions
allowDiscoverable (Optional)
Type: SystemBoolean
See Also