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

System.ServiceModel.EnvelopeVersion

public sealed class EnvelopeVersion
namespace System.ServiceModel { public sealed class EnvelopeVersion { public string NextDestinationActorValue { get; } public static EnvelopeVersion None { get; } public static EnvelopeVersion Soap11 { get; } public static EnvelopeVersion Soap12 { get; } public string[] GetUltimateDestinationActorValues(); } }