Table of Contents

Class RemoteUnixEndPoint

Namespace
Tmds.Ssh
Assembly
Tmds.Ssh.dll

Remote Unix domain socket endpoint.

public sealed class RemoteUnixEndPoint : RemoteEndPoint
Inheritance
RemoteUnixEndPoint
Inherited Members

Constructors

RemoteUnixEndPoint(string)

Creates a remote Unix endpoint.

public RemoteUnixEndPoint(string path)

Parameters

path string

The Unix socket path.

Properties

Path

Gets the Unix socket path.

public string Path { get; }

Property Value

string

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.