Click or drag to resize

UdpServer Constructor

Initializes a new instance of the UdpServer class.

Namespace:  Ookii.Jumbo
Assembly:  Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 2.0.0
Syntax
protected UdpServer(
	IPAddress[] localAddresses,
	int port,
	bool allowAddressReuse
)

Parameters

localAddresses
Type: System.NetIPAddress
The local addresses to bind to.
port
Type: SystemInt32
The port to bind to.
allowAddressReuse
Type: SystemBoolean
If set to , allows the sockets to be bound to an address that is already in use.
See Also