Table of Contents

Class RemoteHostEndPoint

Namespace
Tmds.Ssh
Assembly
Tmds.Ssh.dll

Remote endpoint specified by hostname and port.

public sealed class RemoteHostEndPoint : RemoteEndPoint
Inheritance
RemoteHostEndPoint
Inherited Members

Constructors

RemoteHostEndPoint(string, int)

Creates a remote host endpoint.

public RemoteHostEndPoint(string host, int port)

Parameters

host string

The hostname.

port int

The port.

Properties

Host

Gets the hostname.

public string Host { get; }

Property Value

string

Port

Gets the port.

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.