| 
            
              FtpClientTimeout Property
             | 
          
        
        
            Gets or sets the timeout, in milliseconds, for
            read and write operations, defaults to 30 seconds.
            
        
        Namespace: GSF.Net.VirtualFtpClientAssembly: GSF.Net (in GSF.Net.dll) Version: 2.4.257-beta
Syntaxpublic int Timeout { get; set; }Public Property Timeout As Integer
	Get
	Set
public:
property int Timeout {
	int get ();
	void set (int value);
}member Timeout : int with get, set
function get_Timeout();
function set_Timeout(value);
 View SourceProperty Value
Int32
See Also