System::Web::Services::Protocols::SoapParameterStyle enum

SoapParameterStyle enum

枚举 SOAP 消息中参数的格式。

enum class SoapParameterStyle

名称描述
Default0如果未将 ‘SoapDocumentServiceAttribute’ 应用于类,则默认值为 ‘Wrapped’。
Bare1参数放置在紧随 ‘Body’ 元素的 XML 元素中。
Wrapped2参数封装在紧随 ‘Body’ 元素的单个 XML 元素中。

另见