Mono Class Library: Mono.Unix NamespaceMono.Unix.UnixEndPoint Class |
See Also: UnixEndPoint Members
System.Net.EndPoint
Mono.Unix.UnixEndPoint
|
[Edit]
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; }
Namespace: Mono.Unix
Assembly: Mono.Posix (in Mono.Posix.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0