Tcp.TcpClient.Disconnect Method (Boolean, Boolean)

Tungsten Suite

TcpTcpClientDisconnect Method (Boolean, Boolean)

[Missing <summary> documentation for "M:W.Net.Tcp.TcpClient.Disconnect(System.Boolean,System.Boolean)"]

Namespace:  W.Net
Assembly:  Tungsten.Net (in Tungsten.Net.dll) Version: 2.0.2
Syntax
C#
protected void Disconnect(
	bool notifyRemote,
	bool waitForThreadToExit
)

Parameters

notifyRemote
Type: SystemBoolean

[Missing <param name="notifyRemote"/> documentation for "M:W.Net.Tcp.TcpClient.Disconnect(System.Boolean,System.Boolean)"]

waitForThreadToExit
Type: SystemBoolean

[Missing <param name="waitForThreadToExit"/> documentation for "M:W.Net.Tcp.TcpClient.Disconnect(System.Boolean,System.Boolean)"]

See Also