WebClient Properties
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
The WebClient type exposes the following members.
| Name | Description | |
|---|---|---|
|
AllowReadStreamBuffering | Gets or sets a value that indicates whether to buffer the data read from the Internet resource for a WebClient instance. |
|
AllowWriteStreamBuffering | Gets or sets a value that indicates whether to buffer the data written to the Internet resource for a WebClient instance. |
|
BaseAddress | Gets or sets the base URI for requests made by a WebClient. |
|
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 a value that indicates whether a Web request is in progress. |
|
ResponseHeaders | Gets a collection of header name/value pairs associated with the response. |
|
UseDefaultCredentials | Gets or sets a Boolean value that controls whether default credentials are sent with requests. |
Show: