Initializes a new instance of the UdpServer class

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

Syntax

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

Parameters

ipAddress
Type: System.Net..::.IPAddress

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

port
Type: System..::.Int32

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

See Also