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