SoapRequest 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 a SOAP request from a client.
public class SoapRequest
type SoapRequest = class
Public Class SoapRequest
- Inheritance
-
SoapRequest
Constructors
SoapRequest(XmlDocument, Uri) |
Initializes a new instance of the SoapRequest class. |
Properties
Action |
Gets the action associated with the request. |
Namespace |
Gets the XML namespace of the request. |
RequestUri |
Gets the Uri of the request. It is used to report errors. |
Methods
GetChallenge(Boolean) |
Retrieves the challenge from the SOAP message. |
GetHeaders() |
Gets any SOAP headers included with the request. |