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