Tungsten
![]() |
UdpUdpPeer Constructor |
Constructs a new UdpServer
Namespace: W.Net
Assembly: Tungsten.Net (in Tungsten.Net.dll) Version: 2.0.2

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
