共用方式為


SoapPayloadMethod 建構

Initializes a new instance of the SoapPayloadMethod class.

多載清單 

  名稱 描述
公用方法 SoapPayloadMethod() () () () Initializes a new instance of the SoapPayloadMethod class.
公用方法 SoapPayloadMethod(SoapPayload, String) Initializes a new instance of the SoapPayloadMethod class with the specified SOAP configuration settings and with the specified name.
公用方法 SoapPayloadMethod(SoapPayload, String, String) Initializes a new instance of the SoapPayloadMethod class with the specified SOAP configuration settings, with the specified name, and specified method namespace.
公用方法 SoapPayloadMethod(SoapPayload, String, String, String, String) Initializes a new instance of the SoapPayloadMethod class with the specified SOAP configuration, name, method, database and schema.
公用方法 SoapPayloadMethod(SoapPayload, String, String, String, String, String) Initializes a new instance of the SoapPayloadMethod class with the specified SOAP configuration settings, name, database, schema method and method namespace.

頂端