HardDisconnect method

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

Applies to
CHMllpClient

Declaration
Public Sub HardDisconnect()

Description

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.


Chameleon VB 6.0 Documentation