Multiplayer Reference
Class HttpResponse
Namespace: PlayerIO.GameLibrary
Language: C# / .NET
The response from a HTTP Get or Post request
Here's an example on how to grab the entire response and print it to the console:
Properties
|
| public Stream |
A stream with the body of the http response
|
| public int |
The status code returned from the remote web server
|
| public string |
The response stream read as an UTF8 string
|
HttpResponse.ResponseStream
A stream with the body of the http response
HttpResponse.StatusCode
The status code returned from the remote web server
HttpResponse.Text
The response stream read as an UTF8 string