5 references to HttpClientCredentialTypeInvalid
dotnet-svcutil-lib (5)
FrameworkFork\System.ServiceModel\System\ServiceModel\BasicHttpBinding.cs (1)
109
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(string.Format(SRServiceModel.
HttpClientCredentialTypeInvalid
, BasicHttpSecurity.Transport.ClientCredentialType)));
FrameworkFork\System.ServiceModel\System\ServiceModel\BasicHttpsBinding.cs (1)
65
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(string.Format(SRServiceModel.
HttpClientCredentialTypeInvalid
, BasicHttpSecurity.Transport.ClientCredentialType)));
FrameworkFork\System.ServiceModel\System\ServiceModel\NetHttpBinding.cs (1)
118
throw FxTrace.Exception.AsError(new InvalidOperationException(string.Format(SRServiceModel.
HttpClientCredentialTypeInvalid
, this.BasicHttpSecurity.Transport.ClientCredentialType)));
FrameworkFork\System.ServiceModel\System\ServiceModel\NetHttpsBinding.cs (1)
75
throw FxTrace.Exception.AsError(new InvalidOperationException(string.Format(SRServiceModel.
HttpClientCredentialTypeInvalid
, BasicHttpSecurity.Transport.ClientCredentialType)));
FrameworkFork\System.ServiceModel\System\ServiceModel\WSHttpBinding.cs (1)
84
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(string.Format(SRServiceModel.
HttpClientCredentialTypeInvalid
, _security.Transport.ClientCredentialType)));