Dart.Ssh Namespace : SshConnection Class |
The following tables list the members exposed by SshConnection.
Name | Description | |
---|---|---|
![]() | SshConnection Constructor | Constructor for non-design environments |
Name | Description | |
---|---|---|
![]() | AcceptAllHostKeys | When true, all host keys are accepted if not overridden with HostKeyEventArgs.Verified. When false, the HostKey event must be used to verify host keys. |
![]() | Connection | Gets the underlying Connection instance being used for server communications. |
![]() | Container | (Inherited from System.ComponentModel.Component) |
![]() | DisableInnerExceptions | Set to true to disable the use of Exception.InnerException. (Inherited from Dart.Ssh.ComponentBase) |
![]() | Encoding | Character encoding used by the component. (Inherited from Dart.Ssh.ComponentBase) |
![]() | Site | (Inherited from System.ComponentModel.Component) |
![]() | State | Gets a value that reflects the current TCP connection state and SSH authentication state. |
![]() | SynchronizingObject | Gets or sets the object used to marshal data to the UI thread (for raising events). (Inherited from Dart.Ssh.ComponentBase) |
![]() | SyncRoot | Gets an object that is used to synchronize access to the upper layer protocol in use. (Inherited from Dart.Ssh.ComponentBase) |
![]() | Tag | Gets or sets an object that stores any user data. (Inherited from Dart.Ssh.ComponentBase) |
![]() | ThreadingModel | Controls the threading model used by the component. (Inherited from Dart.Ssh.ComponentBase) |
Name | Description | |
---|---|---|
![]() | CanRaiseEvents | (Inherited from System.ComponentModel.Component) |
![]() | DesignMode | (Inherited from System.ComponentModel.Component) |
![]() | Events | (Inherited from System.ComponentModel.Component) |
Name | Description | |
---|---|---|
![]() | Authenticate | Overloaded. Performs 'keyboard-interactive' authentication. |
![]() | Close | Closes the connection to the SSH-2 server. |
![]() | Connect | Overloaded. Connects to the SSH-2 server specified by Connection.RemoteEndPoint. |
![]() | CreateLocalPortForwarder | Overloaded. Creates a new LocalPortForwarder. |
![]() | CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject) |
![]() | Dispose | Overloaded. Overridden. Releases all resources associated with the object. |
![]() | GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) |
![]() | InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) |
![]() | Marshal | Overloaded. Marshals a string and/or object to the UI thread and raises the UserState event. (Inherited from Dart.Ssh.ComponentBase) |
![]() | OnBanner | Raises the Banner event. |
![]() | OnChallenge | Raises the Challenge event. |
![]() | OnHostKey | Raises the HostKey event. |
![]() | ToString | (Inherited from System.ComponentModel.Component) |
Name | Description | |
---|---|---|
![]() | Finalize | (Inherited from System.ComponentModel.Component) |
![]() | GetService | (Inherited from System.ComponentModel.Component) |
![]() | MemberwiseClone | Overloaded. Creates a shallow copy of the current System.MarshalByRefObject object. (Inherited from System.MarshalByRefObject) |
![]() | OnError | Raises the Error event. (Inherited from Dart.Ssh.ComponentBase) |
![]() | OnLog | Raises the Log event. |
![]() | OnStateChanged | Raises the StateChanged event. |
![]() | OnUserState | Raises the UserState event. (Inherited from Dart.Ssh.ComponentBase) |
Name | Description | |
---|---|---|
![]() | Banner | Raised when the server presents a banner during authentication. |
![]() | Challenge | Raised when the server presents its challenges during 'keyboard-interactive' authentication. |
![]() | Disposed | (Inherited from System.ComponentModel.Component) |
![]() | Error | Raised when Marshal(Exception) is used or an unhandled Exception is thrown in a worker thread created using Start. (Inherited from Dart.Ssh.ComponentBase) |
![]() | HostKey | Raised when the server presents its hostkey while establishing a connection. |
![]() | Log | Used to log packet-level communications. |
![]() | StateChanged | Raised when the value of the State property changes, or a call to any Authenticate method returns. |
![]() | UserState | Raised when Marshal(String,Object) is used. (Inherited from Dart.Ssh.ComponentBase) |