2 references to EdgeRestricted
System.Net.Sockets (2)
System\Net\Sockets\TCPListener.cs (1)
272
=> _serverSocket!.SetIPProtectionLevel(allowed ? IPProtectionLevel.Unrestricted : IPProtectionLevel.
EdgeRestricted
);
System\Net\Sockets\UDPClient.cs (1)
192
_clientSocket.SetIPProtectionLevel(allowed ? IPProtectionLevel.Unrestricted : IPProtectionLevel.
EdgeRestricted
);