| 
            
              FtpAsyncResultIsFailed Property
             | 
          
        
        
            Returns true if asynchronous transfer failed.
            
        
        Namespace: GSF.Net.FtpAssembly: GSF.Net (in GSF.Net.dll) Version: 2.4.257-beta
Syntaxpublic bool IsFailed { get; }Public ReadOnly Property IsFailed As Boolean
	Get
public:
property bool IsFailed {
	bool get ();
}member IsFailed : bool with get
 View SourceProperty Value
Boolean
See Also