CIRCDCCChat.disconnect Member

Call to close the connection.

Syntax

object.disconnect();

Returns

Remarks

See Also

Source Code

function dchat_disconnect()
{
this.connection.disconnect();
return true;
}