The SshParameters type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
SshParameters()()()() |
Creates a new parameters instance.
|
![]() |
SshParameters(SshParameters) |
Copy constructor.
|
![]() |
SshParameters(String, String, String) |
Creates a new parameters instance.
|
![]() |
SshParameters(String, Int32, String, String) |
Creates a new parameters instance.
|
Methods
Name | Description | |
---|---|---|
![]() |
Equals |
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.) |
![]() |
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.) |
![]() |
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) |
![]() |
GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
![]() |
MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
![]() |
SetPrivateKey |
Sets user key pair.
|
![]() |
ToString |
Returns a String that represents the current Object.
(Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() |
ConnectionParameters |
The connection parameters in one object.
|
![]() |
ConnectionTimeout |
The connection timeout.
|
![]() |
HostKeyVerifier |
Gets/Sets new host key verifier.
|
![]() |
Hostname |
The connection hostname.
|
![]() |
Password |
The password.
|
![]() |
Port |
The connection port.
|
![]() |
PrivateKey |
Private key file path for use in public key authentication.
|
![]() |
ProxyHostname |
Gets/Sets the hostname or IP address of the Proxy server.
|
![]() |
ProxyPassword |
Gets/Sets the password used to log in to the Proxy server.
|
![]() |
ProxyPort |
Gets/Sets the port of the Proxy server.
|
![]() |
ProxyType |
Gets or sets the type of proxy server to use.
|
![]() |
ProxyUsername |
Gets/Sets the username used to log in to the Proxy server.
|
![]() |
ReadingTimeout |
The reading timeout.
|
![]() |
User |
The user parameters in one object.
|
![]() |
Username |
The username.
|