SoapRequest.GetChallenge(Boolean) Method
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.
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.