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