WebClient Properties
.NET Framework 1.1
The properties of the WebClient class are listed here. For a complete list of WebClient class members, see the WebClient Members topic.
Public Properties
BaseAddress | Gets or sets the base URI for requests made by a WebClient. |
Container (inherited from Component) | Gets the IContainer that contains the Component. |
Credentials | Gets or sets the network credentials used to authenticate the request with the Internet resource. |
Headers | Gets or sets a collection of header name/value pairs associated with the request. |
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 (inherited from Component) | Gets or sets the ISite of the Component. |
Protected Properties
DesignMode (inherited from Component) | Gets a value that indicates whether the Component is currently in design mode. |
Events (inherited from Component) | Gets the list of event handlers that are attached to this Component. |
