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