Share via


SoapPayloadMethod Constructor

Include Protected Members
Include Inherited Members

Initializes a new instance of the SoapPayloadMethod class.

Overload List

  Name Description
Public method SoapPayloadMethod() Initializes a new instance of the SoapPayloadMethod class.
Public method SoapPayloadMethod(SoapPayload, String) Initializes a new instance of the SoapPayloadMethod class with the specified SOAP configuration settings and with the specified name.
Public method 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.
Public method SoapPayloadMethod(SoapPayload, String, String, String, String) Initializes a new instance of the SoapPayloadMethod class with the specified SOAP configuration, name, method, database and schema.
Public method 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.

Top