Mono Class Library: Overview

System.Net.WebClient: Property Members

The properties of System.Net.WebClient are listed below. For a list of all members, see the WebClient Members list.

See Also: Inherited members from System.ComponentModel.Component

Public Properties

BaseAddressstring. Gets or sets the base URI for requests made by a System.Net.WebClient .
CachePolicySystem.Net.Cache.RequestCachePolicy. Documentation for this section has not yet been entered.
CredentialsICredentials. Gets or sets the network credentials used to authenticate the client making the current request.
EncodingSystem.Text.Encoding. Documentation for this section has not yet been entered.
HeadersWebHeaderCollection. Gets or sets a collection of header name/value pairs associated with the request.
[read-only]
IsBusybool. Documentation for this section has not yet been entered.
ProxyIWebProxy. Documentation for this section has not yet been entered.
QueryStringSystem.Collections.Specialized.NameValueCollection. Gets or sets a collection of query name/value pairs associated with the request.
[read-only]
ResponseHeadersWebHeaderCollection. Gets a collection of header name/value pairs associated with the response.
UseDefaultCredentialsbool. Documentation for this section has not yet been entered.