System.ServiceModel.MessageStrings
namespace System.ServiceModel
{
internal static class MessageStrings
{
public const string MustUnderstand = "mustUnderstand";
public const string Envelope = "Envelope";
public const string Header = "Header";
public const string Body = "Body";
public const string Prefix = "s";
public const string Fault = "Fault";
public const string MustUnderstandFault = "MustUnderstand";
public const string Namespace = "http://schemas.microsoft.com/ws/2005/05/envelope/none";
}
}