1 write to _channelParameters
System.ServiceModel.Primitives (1)
System\ServiceModel\Security\SecuritySessionSecurityTokenProvider.cs (1)
194
_channelParameters
= value;
3 references to _channelParameters
System.ServiceModel.Primitives (3)
System\ServiceModel\Security\SecuritySessionSecurityTokenProvider.cs (3)
190
get { return
_channelParameters
; }
439
if (
_channelParameters
!= null)
441
_channelParameters
.PropagateChannelParameters(channel);