System.Net.Sockets.IPProtectionLevel public enum IPProtectionLevel Documentation Code namespace System.Net.Sockets { public enum IPProtectionLevel { EdgeRestricted = 20, Restricted = 30, Unrestricted = 10, Unspecified = -1 } }