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

In This Topic
    MaxConnectionRetries Property (SftpServer)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property MaxConnectionRetries As Nullable(Of Integer)
    public Nullable<int> MaxConnectionRetries {get; set;}
    See Also