Click or drag to resize

UdpDiscoverClient Constructor

Creates a UDP discover client on a specified port.

Namespace: Orthogonal.MixedCommsLib
Assembly: Orthogonal.MixedCommsLib (in Orthogonal.MixedCommsLib.dll) Version: 2.0.3
Syntax
C#
public UdpDiscoverClient(
	int port = 54668
)

Parameters

port  Int32  (Optional)
The port number that is shared with other discover servers on the network.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionThrown if the port is not in the range 1024 to 65535.
See Also