CotC C# SDK for Unity  v1.4.0.1
Making social games is easy !
Classes | Protected Member Functions | List of all members
CotcSdk.MonoHttpClient Class Reference

Description

Former Unity HTTP client, based on the standard .NET framework classes (HttpWebRequest).

Since this class is not really supported (compared to the WWW class which is supposed to be the standard but unsufficient), it causes a lot of problems on some platforms and we're happy to get rid of it.

Protected Member Functions

override WebRequest CreateRequest (HttpRequest request, string url, object previousUserData)
 
- Protected Member Functions inherited from CotcSdk.HttpClient
void FinishWithRequest (WebRequest state, HttpResponse response)
 Called after an HTTP request has been processed in any way (error or failure). Decides what to do next. More...
 

Additional Inherited Members

- Properties inherited from CotcSdk.HttpClient
static int RequestCount [get, set]
 
static bool VerboseMode [get, set]
 
- Public Member Functions inherited from CotcSdk.HttpClient
void Abort (HttpRequest request)
 
void Run (HttpRequest request, Action< HttpResponse > callback)
 
void Terminate ()
 
Inheritance diagram for CotcSdk.MonoHttpClient:
CotcSdk.HttpClient