3 references to ENOTSUP
System.Net.Primitives (3)
src\libraries\Common\src\Interop\Unix\Interop.Errors.cs (1)
111
EOPNOTSUPP =
ENOTSUP
, // Operation not supported on socket.
src\libraries\Common\src\System\Net\Sockets\SocketErrorPal.Unix.cs (2)
54
Interop.Error.
ENOTSUP
=> SocketError.OperationNotSupported,
103
SocketError.OperationNotSupported => Interop.Error.
ENOTSUP
,