Compartir a través de


SoapRequest.GetChallenge(Boolean) Method

Definition

Retrieves the challenge from the SOAP message.

public System.Xml.XmlDocument GetChallenge (bool documentMethod);
member this.GetChallenge : bool -> System.Xml.XmlDocument
Public Function GetChallenge (documentMethod As Boolean) As XmlDocument

Parameters

documentMethod
Boolean

Indicates if the method uses document formatting.

Returns

The challenge from the SOAP message.

Applies to