The SshParameters type exposes the following members.

Constructors

  Name Description
Public method SshParameters()()()()
Creates a new parameters instance.
Public method SshParameters(SshParameters)
Copy constructor.
Public method SshParameters(String, String, String)
Creates a new parameters instance.
Public method SshParameters(String, Int32, String, String)
Creates a new parameters instance.

Methods

  Name Description
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected method Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method SetPrivateKey
Sets user key pair.
Public method ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  Name Description
Public property ConnectionParameters
The connection parameters in one object.
Public property ConnectionTimeout
The connection timeout.
Public property HostKeyVerifier
Gets/Sets new host key verifier.
Public property Hostname
The connection hostname.
Public property Password
The password.
Public property Port
The connection port.
Public property PrivateKey
Private key file path for use in public key authentication.
Public property ProxyHostname
Gets/Sets the hostname or IP address of the Proxy server.
Public property ProxyPassword
Gets/Sets the password used to log in to the Proxy server.
Public property ProxyPort
Gets/Sets the port of the Proxy server.
Public property ProxyType
Gets or sets the type of proxy server to use.
Public property ProxyUsername
Gets/Sets the username used to log in to the Proxy server.
Public property ReadingTimeout
The reading timeout.
Public property User
The user parameters in one object.
Public property Username
The username.

See Also