8 references to InheritedFromHost
dotnet-svcutil-lib (8)
FrameworkFork\System.ServiceModel\System\ServiceModel\BasicHttpBinding.cs (1)
107
BasicHttpSecurity.Transport.ClientCredentialType == HttpClientCredentialType.
InheritedFromHost
)
FrameworkFork\System.ServiceModel\System\ServiceModel\BasicHttpsBinding.cs (1)
63
BasicHttpSecurity.Transport.ClientCredentialType == HttpClientCredentialType.
InheritedFromHost
)
FrameworkFork\System.ServiceModel\System\ServiceModel\HttpBindingBase.cs (1)
328
if (transport?.ClientCredentialType == HttpClientCredentialType.
InheritedFromHost
)
FrameworkFork\System.ServiceModel\System\ServiceModel\HttpClientCredentialType.cs (2)
31
value == HttpClientCredentialType.
InheritedFromHost
);
56
case HttpClientCredentialType.
InheritedFromHost
:
FrameworkFork\System.ServiceModel\System\ServiceModel\NetHttpBinding.cs (1)
116
this.BasicHttpSecurity.Transport.ClientCredentialType == HttpClientCredentialType.
InheritedFromHost
)
FrameworkFork\System.ServiceModel\System\ServiceModel\NetHttpsBinding.cs (1)
73
BasicHttpSecurity.Transport.ClientCredentialType == HttpClientCredentialType.
InheritedFromHost
)
FrameworkFork\System.ServiceModel\System\ServiceModel\WSHttpBinding.cs (1)
82
_security.Transport.ClientCredentialType == HttpClientCredentialType.
InheritedFromHost
)