System.ServiceModel.Channels.ReliableOutputSessionChannelOverDuplex
namespace System.ServiceModel.Channels
{
internal sealed class ReliableOutputSessionChannelOverDuplex : ReliableOutputSessionChannel
{
public ReliableOutputSessionChannelOverDuplex(ChannelManagerBase factory, IReliableFactorySettings settings, IClientReliableChannelBinder binder, FaultHelper faultHelper, LateBoundChannelParameterCollection channelParameters);
}
}