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