System.ServiceModel.ExclusiveC14NStrings
namespace System.ServiceModel
{
internal static class ExclusiveC14NStrings
{
public const string Namespace = "http://www.w3.org/2001/10/xml-exc-c14n#";
public const string PrefixList = "PrefixList";
public const string InclusiveNamespaces = "InclusiveNamespaces";
public const string Prefix = "ec";
}
}