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