ASP.NET Core 12.1.12
Demos Support Blog Download
Show / Hide Table of Contents
PDF

Class SSHConnection

Inheritance
System.Object
SSHConnection
Implements
System.IDisposable
Namespace: BoldReports.Data
Assembly: BoldReports.Web.dll
Syntax
public class SSHConnection : Object, IDisposable

Constructors

SSHConnection(SSHConnectionSettings, Tuple<String, String>)

Initializes a new instance of the SSHConnection class with the specified SSH connection settings and database host information.

Declaration
public SSHConnection(SSHConnectionSettings sshSettings, Tuple<string, string> dbHostInfo)
Parameters
Type Name Description
BoldReports.RDL.DOM.SSHConnectionSettings sshSettings

An BoldReports.RDL.DOM.SSHConnectionSettings object containing the SSH connection configuration.

System.Tuple<System.String, System.String> dbHostInfo

A System.Tuple<, > containing the database host name and address.

Properties

IsConnected

Gets a value indicating whether the data extension is currently connected.

Declaration
public bool IsConnected { get; }
Property Value
Type Description
System.Boolean

true if the data extension is connected; otherwise, false.

Localhost

Gets the localhost value.

Declaration
public string Localhost { get; }
Property Value
Type Description
System.String

A string representing the localhost address.

SshForwardedPort

Gets or sets the SSH forwarded port number.

Declaration
public uint SshForwardedPort { get; }
Property Value
Type Description
System.UInt32

The SSH forwarded port number as an unsigned 32-bit integer.

Methods

Dispose()

Provides a mechanism for releasing unmanaged resources.

Declaration
public void Dispose()
Remarks

It close or release unmanaged resources such as files, streams, and handles held by an instance of the class that implements this interface.

Implements

System.IDisposable
In This Article
Was this page helpful? Yes No
Thank you for your feedback!
Thank you for your feedback and comments. We will rectify this as soon as possible!
An unknown error has occurred. Please try again.
×
SEND FEEDBACK REGARDING THIS TOPIC

Please provide additional information

Please provide additional information

Please provide additional information

Please provide additional information
Please provide additional information
Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved