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 TcpServer(
	int port,
	bool receiveDataInline,
	bool useSynchronousCommunication
)
Visual Basic (Declaration)
Public Sub New ( _
	port As Integer, _
	receiveDataInline As Boolean, _
	useSynchronousCommunication As Boolean _
)
Visual C++
public:
TcpServer(
	int port, 
	bool receiveDataInline, 
	bool useSynchronousCommunication
)

Parameters

port
Type: System..::.Int32

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

receiveDataInline
Type: System..::.Boolean

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

useSynchronousCommunication
Type: System..::.Boolean

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

See Also