Class RemoteUnixEndPoint
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
pathstringThe Unix socket path.
Properties
Path
Gets the Unix socket path.
public string Path { get; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.