2 references to Proxy
System.ServiceModel.Activation (2)
System\ServiceModel\Activation\MetabaseSettings.cs (2)
98
bool transportSelectedCondition3 = ((flags & ExtendedProtectionFlags.
Proxy
) != 0) && ((flags & ExtendedProtectionFlags.ProxyCohosting) != 0);
99
bool trustedProxyCondition = (flags & ExtendedProtectionFlags.
Proxy
) != 0;