Initializes a new instance of the TcpServer class

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

Syntax

C#
public TcpServer(
	int port
)
Visual Basic (Declaration)
Public Sub New ( _
	port As Integer _
)
Visual C++
public:
TcpServer(
	int port
)

Parameters

port
Type: System..::.Int32

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

See Also