Property | Type | Description | |
---|---|---|---|
contentType | ContentType | ||
requestType | RequestType |
Method | Description | |
---|---|---|
Delete ( Action |
Delete a response to the HTTP
|
|
Get ( Action |
Get a response from the HTTP
|
|
GetImage ( Action |
Get an image response to be used in the game
|
|
GetImageResponse ( object arg ) : byte[] | ||
GetImageResponse ( byte parameters ) : void |
Gets an image response from HTTP request as a byte[]
|
|
HTTP ( string url, string stringHeaders = null ) : System |
Constructor for a passed in URL
|
|
Post ( Action |
Post a message to the URL with parameters
|
|
Post ( Action |
Post a message to the URL
|
|
Put ( Action |
Put a response to the HTTP
|
Method | Description | |
---|---|---|
GetWebResponse ( byte parameters ) : object | ||
GetWebResponse ( byte parameters, Action | ||
Send ( Action |
public GetImageResponse ( object arg ) : byte[] | ||
arg | object | |
return | byte[] |
public GetImageResponse ( byte parameters ) : void | ||
parameters | byte | |
return | void |
public HTTP ( string url, string stringHeaders = null ) : System | ||
url | string | URL to be pulling data from |
stringHeaders | string | |
return | System |
public Post ( Action | ||
callback | Action | |
parameters | string>.Dictionary | Message to post with parameters |
return | void |
public Post ( Action | ||
callback | Action | |
postString | string | Message to post |
return | void |