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

System.ServiceModel.AtomicTransactionExternalStrings

namespace System.ServiceModel { internal static class AtomicTransactionExternalStrings { public const string Prefix = "wsat"; public const string Prepare = "Prepare"; public const string Prepared = "Prepared"; public const string ReadOnly = "ReadOnly"; public const string Commit = "Commit"; public const string Rollback = "Rollback"; public const string Committed = "Committed"; public const string Aborted = "Aborted"; public const string Replay = "Replay"; public const string CompletionCoordinatorPortType = "CompletionCoordinatorPortType"; public const string CompletionParticipantPortType = "CompletionParticipantPortType"; public const string CoordinatorPortType = "CoordinatorPortType"; public const string ParticipantPortType = "ParticipantPortType"; public const string InconsistentInternalState = "InconsistentInternalState"; } }