3 references to GetCurrentChannel
System.ServiceModel (3)
System\ServiceModel\Channels\ConnectionOrientedTransportChannelListener.cs (1)
429
ConnectionOrientedTransportReplyChannel singletonChannel = (ConnectionOrientedTransportReplyChannel)base.
GetCurrentChannel
();
System\ServiceModel\Channels\OneWayChannelListener.cs (1)
1148
DuplexSessionOneWayInputChannel singletonChannel = (DuplexSessionOneWayInputChannel)base.
GetCurrentChannel
();
System\ServiceModel\Channels\TransportReplyChannelAcceptor.cs (1)
82
TransportReplyChannel singletonChannel = (TransportReplyChannel)base.
GetCurrentChannel
();