adTempus API
ArcanaDevelopment.adTempus.Client Namespace / SftpServer Class / NetworkTimeout Property


In This Topic
    NetworkTimeout Property (SftpServer)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property NetworkTimeout As TimeSpan
    public TimeSpan NetworkTimeout {get; set;}
    public:
    property TimeSpan NetworkTimeout {
       TimeSpan get();
       void set (    TimeSpan value);
    }
    See Also