SoapDocumentMethodAttribute 构造函数

定义

初始化 SoapDocumentMethodAttribute 类的新实例。

重载

SoapDocumentMethodAttribute()

初始化 SoapDocumentMethodAttribute 类的新实例。

SoapDocumentMethodAttribute(String)

初始化 SoapDocumentMethodAttribute 类的新实例,并将 Action 属性设置为 action 参数的值。

SoapDocumentMethodAttribute()

初始化 SoapDocumentMethodAttribute 类的新实例。

public:
 SoapDocumentMethodAttribute();
public SoapDocumentMethodAttribute ();
Public Sub New ()

适用于

SoapDocumentMethodAttribute(String)

初始化 SoapDocumentMethodAttribute 类的新实例,并将 Action 属性设置为 action 参数的值。

public:
 SoapDocumentMethodAttribute(System::String ^ action);
public SoapDocumentMethodAttribute (string action);
new System.Web.Services.Protocols.SoapDocumentMethodAttribute : string -> System.Web.Services.Protocols.SoapDocumentMethodAttribute
Public Sub New (action As String)

参数

action
String

SOAP 请求的 SOAPActionHTTP 标头字段。 设置 Action 属性。

适用于