Udp.UdpPeer Constructor

Tungsten Suite

UdpUdpPeer Constructor

Constructs a new UdpServer

Namespace:  W.Net
Assembly:  Tungsten.Net (in Tungsten.Net.dll) Version: 2.0.2
Syntax
C#
public UdpPeer(
	IPEndPoint localEndPoint,
	bool useCompression
)

Parameters

localEndPoint
Type: System.NetIPEndPoint
The local IPEndPoint on which to listen for data
useCompression
Type: SystemBoolean
If True, data is compressed before sending and decompressed when received
See Also