UdpServer Constructor (IPAddress, Int32)Bespoke Osc Library
Initializes a new instance of the UdpServer class.

Namespace: Bespoke.Common.Net
Assembly: Bespoke.Common (in Bespoke.Common.dll) Version: 5.0.0.0 (5.0.0.0)
Syntax

Public Sub New ( _
	ipAddress As IPAddress, _
	port As Integer _
)
Remarks

Binds the server to the specified IP address using TransmissionType.Unicast".
See Also