CIRCDCCFileTransfer.disconnect Member

Call to close the connection.

Syntax

object.disconnect();

Returns

Remarks

See Also

Source Code

function dfile_disconnect()
{
this.dispose();
return true;
}