Compartir a través de


SoapPayloadMethod Constructor

Initializes a new instance of the SoapPayloadMethod class.

Lista de sobrecargas

  Nombre Descripción
Método publico SoapPayloadMethod() () () () Initializes a new instance of the SoapPayloadMethod class.
Método publico SoapPayloadMethod(SoapPayload, String) Initializes a new instance of the SoapPayloadMethod class with the specified SOAP configuration settings and with the specified name.
Método publico 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.
Método publico SoapPayloadMethod(SoapPayload, String, String, String, String) Initializes a new instance of the SoapPayloadMethod class with the specified SOAP configuration, name, method, database and schema.
Método publico 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.

Principio