12 references to Transport
System.ServiceModel.Web (12)
System\ServiceModel\Configuration\WebHttpSecurityElement.cs (2)
54
this.Transport.ApplyConfiguration(security.
Transport
);
66
this.InitializeTransportSecurity(security.
Transport
);
System\ServiceModel\Web\WebChannelFactory.cs (1)
97
result.Security.
Transport
.ClientCredentialType = HttpClientCredentialType.None;
System\ServiceModel\Web\WebServiceHost.cs (6)
354
whb.Security.
Transport
.ClientCredentialType = HttpClientCredentialType.Digest;
359
whb.Security.
Transport
.ClientCredentialType = HttpClientCredentialType.Windows;
362
whb.Security.
Transport
.ClientCredentialType = HttpClientCredentialType.Ntlm;
365
whb.Security.
Transport
.ClientCredentialType = HttpClientCredentialType.Basic;
368
whb.Security.
Transport
.ClientCredentialType = HttpClientCredentialType.None;
371
whb.Security.
Transport
.ClientCredentialType = HttpClientCredentialType.InheritedFromHost;
System\ServiceModel\WebHttpBinding.cs (2)
208
security.
Transport
.ClientCredentialType == HttpClientCredentialType.InheritedFromHost)
210
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(SR.GetString(SR.HttpClientCredentialTypeInvalid, security.
Transport
.ClientCredentialType)));
System\ServiceModel\WebHttpSecurity.cs (1)
80
return this.
Transport
.InternalShouldSerialize();