System.ServiceModel.MessageContractAttribute
namespace System.ServiceModel
{
public sealed class MessageContractAttribute : Attribute
{
public ProtectionLevel ProtectionLevel { get; set; }
public bool HasProtectionLevel { get; }
public bool IsWrapped { get; set; }
public string WrapperName { get; set; }
public string WrapperNamespace { get; set; }
public MessageContractAttribute();
}
}