9 references to PropagateChannelParameters
System.ServiceModel (9)
System\ServiceModel\Channels\DatagramAdapter.cs (4)
1170this.ChannelParameters.PropagateChannelParameters(channel); 1234this.adapter.ChannelParameters.PropagateChannelParameters(channel); 1401this.ChannelParameters.PropagateChannelParameters(channel); 1468this.adapter.ChannelParameters.PropagateChannelParameters(channel);
System\ServiceModel\Channels\ReliableChannelBinder.cs (2)
2505this.channelParameters.PropagateChannelParameters(this.channel); 2670this.channelParameters.PropagateChannelParameters(channel);
System\ServiceModel\Security\AcceleratedTokenProvider.cs (1)
208this.channelParameters.PropagateChannelParameters(result);
System\ServiceModel\Security\SecuritySessionSecurityTokenProvider.cs (1)
511this.channelParameters.PropagateChannelParameters(channel);
System\ServiceModel\Security\Tokens\IssuedSecurityTokenProvider.cs (1)
791this.channelParameters.PropagateChannelParameters(result);