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