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 |
||
A stream with the body of the http response
The status code returned from the remote web server
The response stream read as an UTF8 string