| HtmlWeb Properties | 
The HtmlWeb type exposes the following members.
| Name | Description | |
|---|---|---|
| AutoDetectEncoding | 
            Gets or Sets a value indicating if document encoding must be automatically detected.
              | |
| CacheOnly | 
            Gets or Sets a value indicating whether to get document only from the cache.
            If this is set to true and document is not found in the cache, nothing will be loaded.
              | |
| CachePath | 
            Gets or Sets the cache path. If null, no caching mechanism will be used.
              | |
| FromCache | 
            Gets a value indicating if the last document was retrieved from the cache.
              | |
| RequestDuration | 
            Gets the last request duration in milliseconds.
              | |
| ResponseUri | 
            Gets the URI of the Internet resource that actually responded to the request.
              | |
| StatusCode | 
            Gets the last request status.
              | |
| StreamBufferSize | 
            Gets or Sets the size of the buffer used for memory operations.
              | |
| UseCookies | 
            Gets or Sets a value indicating if cookies will be stored.
              | |
| UserAgent | 
            Gets or Sets the User Agent HTTP 1.1 header sent on any webrequest
              | |
| UsingCache | 
            Gets or Sets a value indicating whether the caching mechanisms should be used or not.
              |