1 write to channelParameters
System.ServiceModel (1)
System\ServiceModel\Channels\SecurityChannelFactory.cs (1)
326this.channelParameters = new ChannelParameterCollection(this);
2 references to channelParameters
System.ServiceModel (2)
System\ServiceModel\Channels\SecurityChannelFactory.cs (2)
408this.SecurityProtocol.ChannelParameters = this.channelParameters; 415return (T)(object)this.channelParameters;