Base:
property
BasicHttpSecurity
System.ServiceModel.HttpBindingBase.BasicHttpSecurity
5 references to BasicHttpSecurity
System.ServiceModel (5)
System\ServiceModel\NetHttpBinding.cs (5)
117
if ((this.
BasicHttpSecurity
.Mode == BasicHttpSecurityMode.Transport ||
118
this.
BasicHttpSecurity
.Mode == BasicHttpSecurityMode.TransportCredentialOnly) &&
119
this.
BasicHttpSecurity
.Transport.ClientCredentialType == HttpClientCredentialType.InheritedFromHost)
121
throw FxTrace.Exception.AsError(new InvalidOperationException(SR.GetString(SR.HttpClientCredentialTypeInvalid, this.
BasicHttpSecurity
.Transport.ClientCredentialType)));
142
SecurityBindingElement messageSecurity = this.
BasicHttpSecurity
.CreateMessageSecurity();