5 types derived from OutputChannel
System.ServiceModel (5)
System\ServiceModel\Channels\OneWayChannelFactory.cs (3)
96class RequestOutputChannel : OutputChannel 271class DuplexOutputChannel : OutputChannel 431class DuplexSessionOutputChannel : OutputChannel
System\ServiceModel\Channels\ReliableOutputSessionChannel.cs (1)
11abstract class ReliableOutputSessionChannel : OutputChannel, IOutputSessionChannel
System\ServiceModel\Channels\TransportOutputChannel.cs (1)
14abstract class TransportOutputChannel : OutputChannel