Binds the server to the loopback address.

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

Syntax

C#
public UdpServer(
	int port,
	IPAddress multicastAddress
)
Visual Basic (Declaration)
Public Sub New ( _
	port As Integer, _
	multicastAddress As IPAddress _
)
Visual C++
public:
UdpServer(
	int port, 
	IPAddress^ multicastAddress
)

Parameters

port
Type: System..::.Int32

[Missing <param name="port"/> documentation for "M:Bespoke.Common.Net.UdpServer.#ctor(System.Int32,System.Net.IPAddress)"]

multicastAddress
Type: System.Net..::.IPAddress

[Missing <param name="multicastAddress"/> documentation for "M:Bespoke.Common.Net.UdpServer.#ctor(System.Int32,System.Net.IPAddress)"]

See Also