WebClient Properties
.NET Framework 3.0
(see also
Protected Properties
)
Top
| Name | Description | |
|---|---|---|
| BaseAddress | Gets or sets the base URI for requests made by a WebClient. |
| CachePolicy | Gets or sets the application's cache policy for any resources obtained by this WebClient instance using WebRequest objects. |
| Container | Gets the IContainer that contains the Component. (inherited from Component) |
| Credentials | Gets or sets the network credentials that are sent to the host and used to authenticate the request. |
| Encoding | Gets and sets the Encoding used to upload and download strings. |
| Headers | Gets or sets a collection of header name/value pairs associated with the request. |
| IsBusy | Gets whether a Web request is in progress. |
| Proxy | Gets or sets the proxy used by this WebClient object. |
| QueryString | Gets or sets a collection of query name/value pairs associated with the request. |
| ResponseHeaders | Gets a collection of header name/value pairs associated with the response. |
| Site | Gets or sets the ISite of the Component. (inherited from Component) |
| UseDefaultCredentials | Gets or sets a Boolean value that controls whether the DefaultCredentials are sent with requests. |
| Name | Description | |
|---|---|---|
| CanRaiseEvents | Gets a value indicating whether the component can raise an event. (inherited from Component) |
| DesignMode | Gets a value that indicates whether the Component is currently in design mode. (inherited from Component) |
| Events | Gets the list of event handlers that are attached to this Component. (inherited from Component) |