HttpResult constructor
HttpResult(
- HttpRequest _request
Creates an HttpResult for the specified request.
_request The HttpRequest to execute and process.
Implementation
HttpResult(this._request);
Creates an HttpResult for the specified request.
_request The HttpRequest to execute and process.
HttpResult(this._request);