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