<PackageReference Include="SSH.NET" Version="2023.0.1" />

ForwardedTcpipChannelInfo

Used to open "forwarded-tcpip" channel type.
public const string NAME = "forwarded-tcpip"

Specifies channel open type.

public string ConnectedAddress { get; }

Gets the connected address.

public uint ConnectedPort { get; }

Gets the connected port.

public string OriginatorAddress { get; }

Gets the originator address.

public uint OriginatorPort { get; }

Gets the originator port.

public ForwardedTcpipChannelInfo(byte[] data)

Initializes a new instance of the ForwardedTcpipChannelInfo class from the specified data.

public ForwardedTcpipChannelInfo(string connectedAddress, uint connectedPort, string originatorAddress, uint originatorPort)

Initializes a new instance of the ForwardedTcpipChannelInfo class with the specified connector address and port, and originator address and port.