Base:
property
BasicHttpSecurity
System.ServiceModel.HttpBindingBase.BasicHttpSecurity
5 references to BasicHttpSecurity
dotnet-svcutil-lib (5)
FrameworkFork\System.ServiceModel\System\ServiceModel\NetHttpBinding.cs (5)
114if ((this.BasicHttpSecurity.Mode == BasicHttpSecurityMode.Transport || 115this.BasicHttpSecurity.Mode == BasicHttpSecurityMode.TransportCredentialOnly) && 116this.BasicHttpSecurity.Transport.ClientCredentialType == HttpClientCredentialType.InheritedFromHost) 118throw FxTrace.Exception.AsError(new InvalidOperationException(string.Format(SRServiceModel.HttpClientCredentialTypeInvalid, this.BasicHttpSecurity.Transport.ClientCredentialType))); 134SecurityBindingElement messageSecurity = this.BasicHttpSecurity.CreateMessageSecurity();