System.Net.WebProxy.WebProxy C# (CSharp) Method

WebProxy() public method

public WebProxy ( )
        public WebProxy() { }
        public WebProxy(System.Uri Address) { }

Same methods

WebProxy::WebProxy ( System Address )
WebProxy::WebProxy ( System serializationInfo, System streamingContext )
WebProxy::WebProxy ( System Address, bool BypassOnLocal )
WebProxy::WebProxy ( System Address, bool BypassOnLocal, string BypassList )
WebProxy::WebProxy ( System Address, bool BypassOnLocal, string BypassList, System Credentials )
WebProxy::WebProxy ( string Address )
WebProxy::WebProxy ( string Address, bool BypassOnLocal )
WebProxy::WebProxy ( string Address, bool BypassOnLocal, string BypassList )
WebProxy::WebProxy ( string Address, bool BypassOnLocal, string BypassList, System Credentials )
WebProxy::WebProxy ( string Host, int Port )