Table of Contents

Class RemoteIPEndPoint

Namespace
Tmds.Ssh
Assembly
Tmds.Ssh.dll

Remote endpoint specified by IP address and port.

public sealed class RemoteIPEndPoint : RemoteEndPoint
Inheritance
RemoteIPEndPoint
Inherited Members

Constructors

RemoteIPEndPoint(IPAddress, int)

Creates a remote IP endpoint.

public RemoteIPEndPoint(IPAddress address, int port)

Parameters

address IPAddress

The IP address.

port int

The port.

Properties

Address

Gets the IP address.

public IPAddress Address { get; }

Property Value

IPAddress

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.