5 references to SetIPProtectionLevel
System (5)
net\System\Net\Sockets\Socket.cs (1)
163SetIPProtectionLevel(defaultProtectionLevel);
net\System\Net\Sockets\TCPListener.cs (2)
151m_ServerSocket.SetIPProtectionLevel(IPProtectionLevel.Unrestricted); 154m_ServerSocket.SetIPProtectionLevel(IPProtectionLevel.EdgeRestricted);
net\System\Net\Sockets\UDPClient.cs (2)
249m_ClientSocket.SetIPProtectionLevel(IPProtectionLevel.Unrestricted); 252m_ClientSocket.SetIPProtectionLevel(IPProtectionLevel.EdgeRestricted);