10 references to AccessDenied
System.Net.Ping (3)
src\libraries\Common\src\System\Net\Sockets\SocketErrorPal.Unix.cs (3)
22
Interop.Error.EACCES => SocketError.
AccessDenied
,
55
Interop.Error.EPERM => SocketError.
AccessDenied
,
75
SocketError.
AccessDenied
=> Interop.Error.EACCES, // could also have been EPERM
System.Net.Primitives (3)
src\libraries\Common\src\System\Net\Sockets\SocketErrorPal.Unix.cs (3)
22
Interop.Error.EACCES => SocketError.
AccessDenied
,
55
Interop.Error.EPERM => SocketError.
AccessDenied
,
75
SocketError.
AccessDenied
=> Interop.Error.EACCES, // could also have been EPERM
System.Net.Sockets (4)
src\libraries\Common\src\System\Net\Sockets\SocketErrorPal.Unix.cs (3)
22
Interop.Error.EACCES => SocketError.
AccessDenied
,
55
Interop.Error.EPERM => SocketError.
AccessDenied
,
75
SocketError.
AccessDenied
=> Interop.Error.EACCES, // could also have been EPERM
System\Net\Sockets\SocketsTelemetry.cs (1)
261
SocketError.
AccessDenied
=> "access_denied",