| 
            
              FtpTransferResultIsSuccess Property
             | 
          
        
        
            Returns true if asynchronous transfer completed successfully.
            
        
        Namespace: GSF.Net.VirtualFtpClientAssembly: GSF.Net (in GSF.Net.dll) Version: 2.4.257-beta
Syntaxpublic bool IsSuccess { get; }Public ReadOnly Property IsSuccess As Boolean
	Get
public:
property bool IsSuccess {
	bool get ();
}member IsSuccess : bool with get
function get_IsSuccess();
 View SourceProperty Value
Boolean
See Also