Chameleon and Iguana Plugin C# Class Libraries

LlpConnection.HardDisconnect Method 

Ungracefully disconnect without doing TCP/IP handshaking with the server.

[Visual Basic]
Public Sub HardDisconnect()
[C#]
public void HardDisconnect();

Remarks

If there is data pending on the network buffer to be sent, the peer will receive a reset on the connection if it attempts to read or write to the connection.

Blocking: Function blocks; upon returning, the connection is closed.
Events: None.

See Also

LlpConnection Class | iNTERFACEWARE.Chameleon Namespace