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