The WebClient type exposes the following members.

Properties

  NameDescription
Public propertySupported by the .NET Compact FrameworkBaseAddress
Gets or sets the base address to simplify multiple requests to one server.
Public propertySupported by the .NET Compact FrameworkCredentials
Get or sets network credentials to identify a user.
Public propertySupported by the .NET Compact FrameworkEncoding
Gets or sets the encoding to be used for string upload and download.
Public propertySupported by the .NET Compact FrameworkHeaders
Get or sets a collection of HTTP headers to send with a request.
Public propertySupported by the .NET Compact FrameworkLogWriter
Gets or sets the LogWriter used by this object.
Public propertySupported by the .NET Compact FrameworkProxy
Gets or sets the network proxy to use to access a remote server.
Public propertySupported by the .NET Compact FrameworkResponseHeaders
Gets or sets a collection of HTTP headers associated with the response.
Public propertySupported by the .NET Compact FrameworkSettings
Gets TLS/SSL settings.
Public propertySupported by the .NET Compact FrameworkTimeout
Gets or sets the length of time in milliseconds before the request times out (specify -1 or 0 to indicate that the request does not time out; minimal value is 1000).

See Also