SoapRequest Class

Definition

Represents a SOAP request from a client.

public class SoapRequest
type SoapRequest = class
Public Class SoapRequest
Inheritance
SoapRequest

Constructors

Name Description
SoapRequest(XmlDocument, Uri)

Initializes a new instance of the SoapRequest class.

Properties

Name Description
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

Name Description
GetChallenge(Boolean)

Retrieves the challenge from the SOAP message.

GetHeaders()

Gets any SOAP headers included with the request.

Applies to