1 write to _channelParameters
System.ServiceModel.Primitives (1)
System\ServiceModel\Channels\SecurityChannelFactory.cs (1)
258
_channelParameters
= new ChannelParameterCollection(this);
2 references to _channelParameters
System.ServiceModel.Primitives (2)
System\ServiceModel\Channels\SecurityChannelFactory.cs (2)
321
SecurityProtocol.ChannelParameters =
_channelParameters
;
328
return (T)(object)
_channelParameters
;