Interface IPvpHttpClient
Namespace: PvpXray
Assembly: PvpXray.dll
Syntax
public interface IPvpHttpClientMethods
Get(string)
Perform a HTTP GET request to the given URL. Does not check HTTP status.
Declaration
PvpHttpResponse Get(string url)Parameters
| Type | Name | Description | 
|---|---|---|
| string | url | 
Returns
| Type | Description | 
|---|---|
| PvpHttpResponse | 
Exceptions
| Type | Condition | 
|---|---|
| PvpHttpException | A network or protocol error occurred when sending the request or reading the response, or the response body exceeded MaxByteArrayLength bytes. |