1 write to channelParameters
System.ServiceModel (1)
System\ServiceModel\Security\AcceleratedTokenProvider.cs (1)
89
this.
channelParameters
= value;
3 references to channelParameters
System.ServiceModel (3)
System\ServiceModel\Security\AcceleratedTokenProvider.cs (3)
85
get { return this.
channelParameters
; }
206
if (this.
channelParameters
!= null)
208
this.
channelParameters
.PropagateChannelParameters(result);