HTTPRequestHeaders Properties |
The HTTPRequestHeaders type exposes the following members.
Name | Description | |
---|---|---|
ItemInt32 |
Indexer property. Returns HTTPHeaderItem by index. Throws Exception if index out of bounds
(Inherited from HTTPHeaders.) | |
ItemString |
Gets or sets the value of a header. In the case of Gets, the value of the first header of that name is returned.
If the header does not exist, returns null.
In the case of Sets, the value of the first header of that name is updated.
If the header does not exist, it is added.
(Inherited from HTTPHeaders.) | |
RawPath |
Get or set the request path as a byte array
| |
RequestPath |
Get or set the request path as a string
| |
UriScheme |
The (lowercased) URI scheme for this request (https, http, or ftp)
| |
UriUserInfo |
Username:Password info for FTP URLs. (either null or "user:pass@")
(Note: It's silly that this contains a trailing @, but whatever...)
|