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