Supports controls that need to access server resources using the hosting application's web connection.

The following tables list the members exposed by the IApplicationConnection type.

Name Description
Public method ReadFromUrl Requests the hosting application open a stream to the specified resource, convert the stream to a string, and then execute the specified callback, returning the result, status code and userdata.
Top