Overload List

  NameDescription
Public methodSupported by the .NET Compact FrameworkWebClient()()()()
Initializes a new instance of the WebClient class.
Protected methodSupported by the .NET Compact FrameworkWebClient(HttpRequestCreator)
Initializes a new instance of the WebClient class with specified HTTP request creator. This enables sharing keep-alive connections between instances of WebClient and WebRequest. However please note that Settings, LogWriter and ValidatingCertificate properties are shared between all instances as well. This means that changing such property affects behavior of all instances as well.

See Also