System.ServiceModel.Channels.ReliableRequestSessionChannel
sealed class ReliableRequestSessionChannel : RequestChannel, IRequestSessionChannel, IRequestChannel, IChannel, ICommunicationObject, ISessionChannel<IOutputSession>, IAsyncRequestChannel, IAsyncCommunicationObject
namespace System.ServiceModel.Channels
{
internal sealed class ReliableRequestSessionChannel : RequestChannel, IRequestSessionChannel, IRequestChannel, IChannel, ICommunicationObject, ISessionChannel<IOutputSession>, IAsyncRequestChannel, IAsyncCommunicationObject
{
public IOutputSession Session { get; }
public ReliableRequestSessionChannel(ChannelManagerBase factory, IReliableFactorySettings settings, IClientReliableChannelBinder binder, FaultHelper faultHelper, LateBoundChannelParameterCollection channelParameters, UniqueId inputID);
}
}