OkHttpClient allows you to make Http requests. Instead of using OkHttpClient directly it is recommended to use OkHttpUtil2 modules which are much simpler to use.
Permissions:
android.permission.INTERNET
Events:
ResponseSuccess (Response As OkHttpResponse, TaskId As Int) ResponseError (Response As OkHttpResponse, Reason As String, StatusCode As Int, TaskId As Int)
An object that holds the response returned from the server. The object is passed in the ResponseSuccess event. You can choose to read the response synchronously or asynchronously. It is important to release this object when it is not used anymore by calling Release.