GetXValue Method
Retrieves a valid XPath expression from the HTTP response after calling SendCustomRequest .
Syntax
[VB.NET] Public Function GetXValue(ByVal XPath As String) As String
[C#] public string GetXValue(string XPath);
Remarks
This method allows a user to retrieve a valid XPath expression from the HTTP response after calling SendCustomRequest.
NOTE: This method has a corresponding asynchronous version (GetXValueAsync) for use in the Xamarin environment.