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