Tcp.TcpHost.Listen Method (IPEndPoint, Int32)

Tungsten Suite

TcpTcpHostListen Method (IPEndPoint, Int32)

[Missing <summary> documentation for "M:W.Net.Tcp.TcpHost.Listen(System.Net.IPEndPoint,System.Int32)"]

Namespace:  W.Net
Assembly:  Tungsten.Net (in Tungsten.Net.dll) Version: 2.0.2
Syntax
C#
public void Listen(
	IPEndPoint ep,
	int backlog
)

Parameters

ep
Type: System.NetIPEndPoint

[Missing <param name="ep"/> documentation for "M:W.Net.Tcp.TcpHost.Listen(System.Net.IPEndPoint,System.Int32)"]

backlog
Type: SystemInt32

[Missing <param name="backlog"/> documentation for "M:W.Net.Tcp.TcpHost.Listen(System.Net.IPEndPoint,System.Int32)"]

See Also