1 instantiation of ConnectionOrientedTransportReplyChannel
System.ServiceModel (1)
System\ServiceModel\Channels\ConnectionOrientedTransportChannelListener.cs (1)
376
return new
ConnectionOrientedTransportReplyChannel
(this.ChannelManager, null);
2 references to ConnectionOrientedTransportReplyChannel
System.ServiceModel (2)
System\ServiceModel\Channels\ConnectionOrientedTransportChannelListener.cs (2)
429
ConnectionOrientedTransportReplyChannel
singletonChannel = (
ConnectionOrientedTransportReplyChannel
)base.GetCurrentChannel();