WebRequest Object
This object holds all information known about client's request
| Properties | |
| | Body | Holds full request data body, if any. | | Filename | Holds full path where request data was saved. | | FullURI | Holds full path and arguments for requested resource. | | Headers | Returns reference to request headers. | | HttpVersion | Holds version of HTTP protocol used by the client. | | Method | Holds method used to access resource. | | PageName | Holds only name (without path) of requested resource. | | Path | Holds only path to requested resource. | | Posted | Returns collection of posted variables. | | QueryVariables | Holds collection of query variables used in URL. | | Tag | Tag for misc usage. | | Uploads | Returns collection of uploaded files/variables. | | URI | Holds full path of requested resource. |
|
Remarks
This object contains URI for requested resource, set of headers sent by the client, body (if provided by the client) etc..Platforms
Windows