Mono Class Library: Mono.Unix Namespace

Mono.Unix.UnixEndPoint Class

A System.Net.EndPoint implementation for UNIX sockets as network addresses. [Edit]

See Also: UnixEndPoint Members

System.Net.EndPoint
     Mono.Unix.UnixEndPoint

public class UnixEndPoint : System.Net.EndPoint

Remarks

C# Example
try
{
	UnixEndPoint endPoint = new UnixEndPoint (socketName);
	socket.Connect (endPoint);
	stream = new NetworkStream (socket, true);
	return true;
}
catch (Exception ex)
{
	baseException = ex;
	return false;
}
[Edit]

Requirements

Namespace: Mono.Unix
Assembly: Mono.Posix (in Mono.Posix.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0