Xceed .NET Libraries Documentation
Xceed.SSH.Client Assembly / Xceed.SSH.Client Namespace / SSHClient Class


In This Topic
    SSHClient Class Properties
    In This Topic

    For a list of all members of this type, see SSHClient members.

    Public Properties
     NameDescription
    Public PropertyTODODOC Gets a string that indicates the currently active encryption algorithm for data that goes from the client to the server.  
    Public PropertyTODODOC Gets a string that indicates the currently active encryption algorithm for data that goes from the server to the client.  
    Public PropertyTODODOC Gets a string that indicates the currently active encryption algorithm for data that goes from the client to the server.  
    Public PropertyTODODOC Gets a string that indicates the currently active encryption algorithm for data that goes from the server to the client.  
    Public PropertyTODODOC Gets a string that indicates the currently active key exchange algorithm.  
    Public PropertyTODODOC Gets a string that indicates the currently active public key algorithm.  
    Public PropertyGet or sets a Boolean value that indicates whether SSHClient can close its assigned TraceWriter as part of its cleanup.  
    Public PropertyGets a System.Boolean value that indicates if the SSHClient object is authenticated to a server or not.  
    Public Property  
    Public PropertyGets a System.Boolean value that indicates if the SSHClient object is connected to a server or not.  
    Public Property  
    Public PropertyGets the SSHClient's SSH connection protocol.  
    Public Property  
    Public Property  
    Public Property  
    Public Property  
    Public PropertyGets the host name used to connect, or an empty string if not connected.  
    Public Property  
    Public Property  
    Public Property  
    Public Property

    Gets or sets the local IP address and port from which the SSH client will be or is connected from.

     
    Public PropertyGets the port being used by the SSH client.  
    Public PropertyGets or sets the proxy client to use for connecting and/or logging in via a proxy server.  
    Public Property  
    Public PropertyGets the host name used to connect expressed as a System.Net.IPEndPoint object or null if the client is not connected.  
    Public Property  
    Public Property  
    Public Property  
    Public Property  
    Public Property  
    Public PropertyGets or sets a value, in seconds, indicating after what period of time an SSH operation should timeout.  
    Public PropertyTODODOC Gets or sets a value, in seconds, indicating after what period of time an SSH operation should timeout.  
    Public PropertyGets or sets the System.IO.TextWriter which will trace the connection/deconnection process as well as the commands and replies sent to and received from the SSH server.  
    Public PropertyGets or sets the format used to generate textual timestamps for logs written to the TraceWriter.  
    Public PropertyGets or sets a format provider object used to generate textual timestamps for logs written to the TraceWriter.  
    Public PropertyGets or sets a boolean value that indicates whether the timestamps for logs written to the TraceWriter use UTC time or local time.  
    Public Property  
    Public Property  
    Public PropertyGets or sets a System.Boolean value that indicates whether, when connecting, the client should wait for the server to send its encryption keys.  
    Top
    See Also