Notifies the client that the transfer is over.
Prototype
void EndOfFileTransfer (public System.Booleanean bOK,long nBytes)
Parameters
bOK: Indicates the status of the file transfer.
nBytes: Number of transferred bytes (if bOK is TRUE)
Return value
None.