Mono Class Library: OverviewSystem.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
BaseAddress string. Gets or sets the base URI for requests made by a System.Net.WebClient . CachePolicy System.Net.Cache.RequestCachePolicy. Documentation for this section has not yet been entered. Credentials ICredentials. Gets or sets the network credentials used to authenticate the client making the current request. Encoding System.Text.Encoding. Documentation for this section has not yet been entered. Headers WebHeaderCollection. Gets or sets a collection of header name/value pairs associated with the request. [read-only] IsBusy bool. Documentation for this section has not yet been entered. Proxy IWebProxy. Documentation for this section has not yet been entered. QueryString System.Collections.Specialized.NameValueCollection. Gets or sets a collection of query name/value pairs associated with the request. [read-only] ResponseHeaders WebHeaderCollection. Gets a collection of header name/value pairs associated with the response. UseDefaultCredentials bool. Documentation for this section has not yet been entered.