GetXValueAsync Method
Retrieves a valid XPath expression from the HTTP response after calling SendCustomRequest .
Syntax
[VB.NET] Public Function GetXValueAsync(ByVal XPath As String) As Task<string>
[C#] public Task<string> GetXValueAsync(string XPath);