Table of Contents

Class RemoteIPListenEndPoint

Namespace
Tmds.Ssh
Assembly
Tmds.Ssh.dll

Remote listen endpoint for port forwarding.

public sealed class RemoteIPListenEndPoint : RemoteEndPoint
Inheritance
RemoteIPListenEndPoint
Inherited Members

Constructors

RemoteIPListenEndPoint(string, int)

Creates a remote listen endpoint.

public RemoteIPListenEndPoint(string address, int port)

Parameters

address string

The listen address.

port int

The listen port (0 for auto-assigned).

Properties

Address

Gets the listen address.

public string Address { get; }

Property Value

string

Port

Gets the listen port (0 for auto-assigned).

public int Port { get; }

Property Value

int

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.