1 write to _channelParameters
System.ServiceModel.Primitives (1)
System\ServiceModel\Security\AcceleratedTokenProvider.cs (1)
63
_channelParameters
= value;
3 references to _channelParameters
System.ServiceModel.Primitives (3)
System\ServiceModel\Security\AcceleratedTokenProvider.cs (3)
59
get { return
_channelParameters
; }
147
if (
_channelParameters
!= null)
149
_channelParameters
.PropagateChannelParameters(result);