Class PvpHttpClient
Inheritance
PvpHttpClient
Assembly: solution.dll
Syntax
public class PvpHttpClient : IPvpHttpClient
Constructors
PvpHttpClient(string)
Declaration
public PvpHttpClient(string userAgent)
Parameters
Type |
Name |
Description |
string |
userAgent |
|
PvpHttpClient(string, bool)
Declaration
public PvpHttpClient(string userAgent, bool cache)
Parameters
Methods
GetStream(string, out int)
Perform a HTTP GET request to the given URL, returning the
HTTP status code and the response body as a stream.
Declaration
public Stream GetStream(string url, out int status)
Parameters
Returns
Implements
Extension Methods