CIRCDCCFileTransfer.onStreamClose Member

Syntax

object.onStreamClose(status);

Arguments

ArgumentSummary
status

Returns

Remarks

See Also

Source Code

function dfile_sockdiscon(status)
{
if (this.position != this.size)
this.state.failed();
else
this.state.socketDisconnected();
this.dispose();
}