1 write to channelParameters
System.ServiceModel (1)
System\ServiceModel\Channels\HttpChannelFactory.cs (1)
954
this.
channelParameters
= new ChannelParameterCollection();
6 references to channelParameters
System.ServiceModel (6)
System\ServiceModel\Channels\HttpChannelFactory.cs (6)
940
return this.
channelParameters
;
952
if (this.
channelParameters
== null)
958
return (T)(object)this.
channelParameters
;
982
Factory.CreateAndOpenTokenProviders(this.RemoteAddress, this.Via, this.
channelParameters
, timeoutHelper.RemainingTime(), out this.tokenProvider, out this.proxyTokenProvider);
1118
this.Factory.CreateAndOpenTokenProviders(to, via, this.
channelParameters
, timeoutHelper.RemainingTime(),
1948
this.factory.CreateAndOpenTokenProviders(to, via, channel.
channelParameters
, timeoutHelper.RemainingTime(),