System::Web::Services::Protocols::SoapParameterStyle enum
SoapParameterStyle enum
枚举 SOAP 消息中参数的格式。
enum class SoapParameterStyle
值
| 名称 | 值 | 描述 |
|---|---|---|
| Default | 0 | 如果未将 ‘SoapDocumentServiceAttribute’ 应用于类,则默认值为 ‘Wrapped’。 |
| Bare | 1 | 参数放置在紧随 ‘Body’ 元素的 XML 元素中。 |
| Wrapped | 2 | 参数封装在紧随 ‘Body’ 元素的单个 XML 元素中。 |
另见
- Namespace System::Web::Services::Protocols
- Library Aspose.Font for C++