9 references to Transport
dotnet-svcutil-lib (9)
CodeDomFixup\MethodCreationHelper.cs (6)
352if (defaultBinding.Security.Transport.ClientCredentialType != wsHttp.Security.Transport.ClientCredentialType) 363wsHttp.Security.Transport.ClientCredentialType.ToString()))); 493if (defaultBinding.Security.Transport.ClientCredentialType != ws2007Http.Security.Transport.ClientCredentialType) 504ws2007Http.Security.Transport.ClientCredentialType.ToString())));
FrameworkFork\System.ServiceModel\System\ServiceModel\WSHttpBinding.cs (3)
82_security.Transport.ClientCredentialType == HttpClientCredentialType.InheritedFromHost) 84throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(string.Format(SRServiceModel.HttpClientCredentialTypeInvalid, _security.Transport.ClientCredentialType))); 156this.HttpTransport.ExtendedProtectionPolicy = _security.Transport.ExtendedProtectionPolicy;