Class PvpHttpClient
Inherited Members
Namespace: PvpXray
Syntax
public class PvpHttpClient : IPvpHttpClient
Constructors
PvpHttpClient(String)
Declaration
public PvpHttpClient(string userAgent)
Parameters
| Type | Name | Description |
|---|---|---|
| String | userAgent |
PvpHttpClient(String, Boolean)
Declaration
public PvpHttpClient(string userAgent, bool cache)
Parameters
| Type | Name | Description |
|---|---|---|
| String | userAgent | |
| Boolean | cache |
Methods
GetStream(String, out Int32)
Declaration
public Stream GetStream(string url, out int status)
Parameters
| Type | Name | Description |
|---|---|---|
| String | url | |
| Int32 | status |
Returns
| Type | Description |
|---|---|
| Stream |