Click or drag to resize

WebFileCacheClient Class

An overload version of the standard WebClient that supports cookies, request timeout and the if-modified-since header.
Inheritance Hierarchy

Namespace:  ShellBoost.Core.Utilities
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public class WebFileCacheClient : WebClient

The WebFileCacheClient type exposes the following members.

Constructors
  NameDescription
Public methodWebFileCacheClient
Initializes a new instance of the WebFileCacheClient class.
Top
Properties
  NameDescription
Public propertyCookies
Gets the cookies container instance.
Public propertyIfModifiedSince
Gets or sets the value of the if-modified-since request header.
Public propertyRequestTimeout
Gets or sets the request timeout.
Public propertyResponseUri
Gets the response URI.
Top
Methods
See Also