3 references to OSSupportsUnixDomainSockets
System.Net.Sockets (3)
System\Net\Sockets\Socket.cs (2)
173if (!Socket.OSSupportsUnixDomainSockets) throw new PlatformNotSupportedException(); 207if (!Socket.OSSupportsUnixDomainSockets) throw new PlatformNotSupportedException();
System\Net\Sockets\UnixDomainSocketEndPoint.cs (1)
59if (!Socket.OSSupportsUnixDomainSockets)