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