WebRequest constructor
WebRequest(
- HttpRequest _rq
Constructor to initialize the WebRequest with the given HttpRequest.
Implementation
WebRequest(this._rq);
Constructor to initialize the WebRequest with the given HttpRequest.
WebRequest(this._rq);