2 writes to channelCredentials
System.ServiceModel (2)
System\ServiceModel\Channels\HttpChannelFactory.cs (2)
168
this.
channelCredentials
= context.BindingParameters.Find<SecurityCredentialsManager>();
499
this.
channelCredentials
= ClientCredentials.CreateDefaultCredentials();
2 references to channelCredentials
System.ServiceModel (2)
System\ServiceModel\Channels\HttpChannelFactory.cs (2)
497
if (this.
channelCredentials
== null)
501
this.securityTokenManager = this.
channelCredentials
.CreateSecurityTokenManager();