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