Represents parameters that are passed to the NetworkDelegate.OnCompleted(RequestCompletedParams) method.
More...
Inherits DotNetBrowser.RequestParams.
Represents parameters that are passed to the NetworkDelegate.OnCompleted(RequestCompletedParams) method.
DotNetBrowser.RequestCompletedParams.RequestCompletedParams |
( |
long |
requestId, |
|
|
string |
url, |
|
|
string |
method, |
|
|
int |
responseCode, |
|
|
RequestStatus |
status, |
|
|
NetError? |
errorCode |
|
) |
| |
Constructs a new RequestCompletedParams instance with specified parameters.
- Parameters
-
requestId | A globally unique identifier for this request. |
url | The current request URL. |
method | The current request method ("GET", "POST" etc.). |
responseCode | The response code of the current URL request. |
status | Status of the current URL request. |
errorCode | Error code of the current URL request. |
NetError DotNetBrowser.RequestCompletedParams.ErrorCode |
|
get |
Gets error code of the current URL request.
int DotNetBrowser.RequestCompletedParams.ResponseCode |
|
get |
Gets the response code of the current URL request.
Gets status of the current URL request.