Makes an asynchronous call to request server resources.

public static void WebRequest( 
string url
object ResultHandler
string xpathSearch
object userData 
)

Parameters

url

Type: string

The target url of the request.

ResultHandler

Type: object

The name of the data point that will be assigned the value result.

xpathSearch

Type: string

userData

Type: object

Any call-specific data that should be made available to the callback result handler.

Add a WebRequest discussion.
Create a WebRequest example.