UdpServer Constructor (Int32, IPAddress)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 ( _
	port As Integer, _
	multicastAddress As IPAddress _
)
Remarks

Binds the server to the loopback address and joins the specified multicast address.
See Also