Discuss this help topic in SecureBlackbox Forum
Specifies if data transfer is in progress.
Declaration
[C#/Java]
bool TransferInProgress;
[VB.NET]
Property TransferInProgress As Boolean
[Pascal]
property TransferInProgress : boolean;
[C++]
bool get_TransferInProgress();
[PHP]
bool get_TransferInProgress()
Description
Use this read-only property to check if the server is currently transferring data.
Discuss this help topic in SecureBlackbox Forum