Returns a Boolean value indicating whether or not a transfer is using the Fully Reliable service.
Syntax
NSFile.FullyReliableServiceUsed
Remarks
The FullyReliableService property lets the receiver know whether or not to send NAKs to the sender. However, it does not guarantee that the sender is operating in the fully reliable mode. The receiver may be sending NAKs but the transfer takes place in an unreliable mode if the sender is not operating in the fully reliable mode. The FullyReliableServiceUsed property returns TRUE only if both the sender and the receiver are actually operating in a fully reliable mode.
See Also
© 1996-1998 Microsoft Corporation. All rights reserved.