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: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntax
protected UdpServer(
	IPAddress[] localAddresses,
	int port,
	bool allowAddressReuse
)

Parameters

localAddresses  IPAddress
The local addresses to bind to.
port  Int32
The port to bind to.
allowAddressReuse  Boolean
If set to , allows the sockets to be bound to an address that is already in use.
See Also