다음을 통해 공유


SoapRequest Class

Definition

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.

Applies to