8 references to Transport
System.ServiceModel (8)
System\ServiceModel\Configuration\WSHttpSecurityElement.cs (2)
45
this.Transport.ApplyConfiguration(security.
Transport
);
56
this.Transport.InitializeFrom(security.
Transport
);
System\ServiceModel\WSHttpBinding.cs (3)
101
security.
Transport
.ClientCredentialType == HttpClientCredentialType.InheritedFromHost)
103
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(SR.GetString(SR.HttpClientCredentialTypeInvalid, security.
Transport
.ClientCredentialType)));
175
this.HttpTransport.ExtendedProtectionPolicy = security.
Transport
.ExtendedProtectionPolicy;
System\ServiceModel\WSHttpSecurity.cs (3)
152
return this.
Transport
.ClientCredentialType != HttpClientCredentialType.Windows
153
|| this.
Transport
.ShouldSerializeProxyCredentialType()
154
|| this.
Transport
.ShouldSerializeRealm();