2 references to AllowMissingBindings
System (2)
net\System\Net\HttpListener.cs (1)
2199result |= ContextFlags.AllowMissingBindings;
net\System\Net\SecureProtocols\_NegoState.cs (1)
190if (_ExtendedProtectionPolicy.PolicyEnforcement == PolicyEnforcement.WhenSupported) { flags |= ContextFlags.AllowMissingBindings; }