1 type derived from TransportReplyChannel
System.ServiceModel (1)
System\ServiceModel\Channels\ConnectionOrientedTransportChannelListener.cs (1)
441class ConnectionOrientedTransportReplyChannel : TransportReplyChannel
1 instantiation of TransportReplyChannel
System.ServiceModel (1)
System\ServiceModel\Channels\TransportReplyChannelAcceptor.cs (1)
22return new TransportReplyChannel(this.ChannelManager, null);
2 references to TransportReplyChannel
System.ServiceModel (2)
System\ServiceModel\Channels\TransportReplyChannelAcceptor.cs (2)
82TransportReplyChannel singletonChannel = (TransportReplyChannel)base.GetCurrentChannel();