The WebClient type exposes the following members.
Properties
Name | Description | |
---|---|---|
BaseAddress |
Gets or sets the base address to simplify multiple requests to one server.
| |
Credentials |
Get or sets network credentials to identify a user.
| |
Encoding |
Gets or sets the encoding to be used for string upload and download.
| |
Headers |
Get or sets a collection of HTTP headers to send with a request.
| |
LogWriter |
Gets or sets the LogWriter used by this object.
| |
Proxy |
Gets or sets the network proxy to use to access a remote server.
| |
ResponseHeaders |
Gets or sets a collection of HTTP headers associated with the response.
| |
Settings |
Gets TLS/SSL settings.
| |
Timeout |
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).
|