| 
            
              FtpTransferResultResponseCode Property
             | 
          
        
        
            Gets response code from transfer.
            
        
        Namespace: GSF.Net.VirtualFtpClientAssembly: GSF.Net (in GSF.Net.dll) Version: 2.4.258-beta
Syntaxpublic int ResponseCode { get; }Public ReadOnly Property ResponseCode As Integer
	Get
public:
property int ResponseCode {
	int get ();
}member ResponseCode : int with get
function get_ResponseCode();
 View SourceProperty Value
Int32
See Also