WebServiceGet

string WebServiceGet(String inUrl)

Description

Performs an ASYNC call to a web URL, using the html GET method.
The response is received in the Callback function OnWebServiceResult().
The returned value is a Unique Identifier that determines the specific web call.

Parameters

The following is a list of parameters the functions receives 

Parameter Type Description
inURL string The target URL string

Return Type

string

Overloads

List of overloads for this function

String WebServiceGet(String inUrl, IWebServiceOptions inOptions)

Parameters for overloads:

Parameter Type Description
inURL string The Target URL string
inOptions IWebServiceOptions Additional options to set for the request. use CreateWSOptions() to create the options variable

 

Was this article helpful?
0 out of 0 found this helpful
Have more questions? Submit a request

Comments

0 comments

Please sign in to leave a comment.