SoapMethodResult Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |