Overriden web client class that exposes cookies collection, timeout an duser agent properties from the underlying HttpWebRequest.

Namespace: MonoSoftware.Web
Assembly: MonoSoftware.Web (in MonoSoftware.Web.dll) Version: 1.0.40.661 (1.0.40.661)

Syntax

C#
public class WebClientEx : WebClient
Visual Basic
Public Class WebClientEx
	Inherits WebClient
Visual C++
public ref class WebClientEx : public WebClient
F#
type WebClientEx =  
    class
        inherit WebClient
    end

Inheritance Hierarchy

System..::..Object
  System..::..MarshalByRefObject
    System.ComponentModel..::..Component
      System.Net..::..WebClient
        MonoSoftware.Web..::..WebClientEx

See Also