WebClient Properties

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Include Protected Members
Include Inherited Members

Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members

The WebClient type exposes the following members.

Properties

  Name Description
Public propertySupported by Silverlight for Windows Phone AllowReadStreamBuffering Gets or sets a value that indicates whether to buffer the data read from the Internet resource for a WebClient instance.
Public propertySupported by Silverlight for Windows Phone AllowWriteStreamBuffering Gets or sets a value that indicates whether to buffer the data written to the Internet resource for a WebClient instance.
Public propertySupported by Silverlight for Windows Phone BaseAddress Gets or sets the base URI for requests made by a WebClient.
Public propertySupported by Silverlight for Windows Phone Credentials Gets or sets the network credentials that are sent to the host and used to authenticate the request.
Public propertySupported by Silverlight for Windows Phone Encoding Gets and sets the Encoding used to upload and download strings.
Public propertySupported by Silverlight for Windows Phone Headers Gets or sets a collection of header name/value pairs associated with the request.
Public propertySupported by Silverlight for Windows Phone IsBusy Gets a value that indicates whether a Web request is in progress.
Public propertySupported by Silverlight for Windows Phone ResponseHeaders Gets a collection of header name/value pairs associated with the response.
Public propertySupported by Silverlight for Windows Phone UseDefaultCredentials Gets or sets a Boolean value that controls whether default credentials are sent with requests.

Top