<PackageReference Include="System.ServiceModel.Primitives" Version="8.1.2" />

System.ServiceModel.Channels.ReliableSessionBindingElement

public TimeSpan AcknowledgementInterval { get; set; }

public bool FlowControlEnabled { get; set; }

public TimeSpan InactivityTimeout { get; set; }

public int MaxPendingChannels { get; set; }

public int MaxRetryCount { get; set; }

public int MaxTransferWindowSize { get; set; }

public bool Ordered { get; set; }

public ReliableSessionBindingElement(bool ordered)