MessageDescription.Body 属性
定义
获取 SOAP 消息的正文。Gets the body of the SOAP message.
public:
property System::ServiceModel::Description::MessageBodyDescription ^ Body { System::ServiceModel::Description::MessageBodyDescription ^ get(); };
public System.ServiceModel.Description.MessageBodyDescription Body { get; }
member this.Body : System.ServiceModel.Description.MessageBodyDescription
Public ReadOnly Property Body As MessageBodyDescription
属性值
包含消息正文的 MessagePartDescriptionCollection。The MessagePartDescriptionCollection that contains the body of the message.
注解
SOAP 正文可提供一种向最终 SOAP 接收方传输信息的机制。A SOAP body provides a mechanism for transmitting information to an ultimate SOAP receiver.