3 references to ipProtectionLevel
System (3)
net\System\Net\Configuration\SocketElement.cs (3)
21this.properties.Add(this.ipProtectionLevel); 58get { return (IPProtectionLevel)this[this.ipProtectionLevel]; } 59set { this[this.ipProtectionLevel] = value; }