System.ServiceModel.Description.MessageBodyDescription
namespace System.ServiceModel.Description
{
public class MessageBodyDescription
{
public MessagePartDescriptionCollection Parts { get; }
public MessagePartDescription ReturnValue { get; set; }
public string WrapperName { get; set; }
public string WrapperNamespace { get; set; }
public MessageBodyDescription();
}
}