10 references to CurrentChannel
System.ServiceModel (10)
System\ServiceModel\Channels\ClientReliableChannelBinder.cs (5)
335IDuplexChannel channel = this.Synchronizer.CurrentChannel; 347IDuplexChannel channel = this.Synchronizer.CurrentChannel; 462return this.Synchronizer.CurrentChannel.Session; 567IRequestChannel channel = this.Synchronizer.CurrentChannel; 720return this.Synchronizer.CurrentChannel.Session;
System\ServiceModel\Channels\ReliableChannelBinder.cs (1)
75return this.synchronizer.CurrentChannel;
System\ServiceModel\Channels\ServerReliableChannelBinder.cs (4)
693IDuplexChannel channel = this.Synchronizer.CurrentChannel; 859return this.Synchronizer.CurrentChannel.Session; 906IReplyChannel channel = this.Synchronizer.CurrentChannel; 1049return this.Synchronizer.CurrentChannel.Session;