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