4 references to Unspecified
System (4)
net\System\Net\Configuration\SocketElement.cs (2)
55
[ConfigurationProperty(ConfigurationStrings.IPProtectionLevel, DefaultValue = IPProtectionLevel.
Unspecified
)]
82
IPProtectionLevel.
Unspecified
, ConfigurationPropertyOptions.None);
net\System\Net\Sockets\Socket.cs (2)
162
if (defaultProtectionLevel != IPProtectionLevel.
Unspecified
) {
2280
if (level == IPProtectionLevel.
Unspecified
) {