5 references to IsTailoredApplication
System.ServiceModel (5)
System\ServiceModel\HttpBindingBase.cs (1)
366if (!UnsafeNativeMethods.IsTailoredApplication.Value)
System\ServiceModel\NetHttpBinding.cs (1)
288if ((this.MessageEncoding == NetHttpMessageEncoding.Mtom) && UnsafeNativeMethods.IsTailoredApplication.Value)
System\ServiceModel\NetHttpsBinding.cs (1)
190if ((this.MessageEncoding == NetHttpMessageEncoding.Mtom) && UnsafeNativeMethods.IsTailoredApplication.Value)
System\ServiceModel\NetTcpBinding.cs (1)
279if (!UnsafeNativeMethods.IsTailoredApplication.Value)
System\ServiceModel\Security\WindowsClientCredential.cs (1)
43if (((value == TokenImpersonationLevel.None) || (value == TokenImpersonationLevel.Anonymous)) && System.ServiceModel.Channels.UnsafeNativeMethods.IsTailoredApplication.Value)