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