Freigeben über


SoapMethodResult Class

Definition

Represents the result of a SOAP WebService call that is returned to the client.

public class SoapMethodResult
type SoapMethodResult = class
Public Class SoapMethodResult
Inheritance
SoapMethodResult

Constructors

SoapMethodResult(SoapRequest, XmlNode, Boolean)

Initializes a new instance of the SoapMethodResult class.

Properties

IsDocumentMethod

Gets whether or not the method uses document formatting. For more information, see SoapDocumentMethodAttribute.

Request

Gets the client request for which the response is created.

Result

Gets XML data that will be included in the SOAP response.

Methods

BuildResponse()

Builds the response's SOAP envelope.

Applies to