Makes Timeout property affect asynchronous methods as well.
            By default, it only affects the synchronous methods.
            
    Namespace: 
   Rebex.Net
    Assembly:
   Rebex.Ftp (in Rebex.Ftp.dll)
 Syntax
Syntax
| Visual Basic | 
|---|
| Public Property TimeoutAsynchronousMethods As Boolean Get Set | 
| C# | 
|---|
| public bool TimeoutAsynchronousMethods { get; set; } | 
 
     
     
     
     
    