System.ServiceModel.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();
}
}