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

WebProxy() public method

public WebProxy ( string Address )
Address string
        public WebProxy(string Address) { }
        public WebProxy(string Address, bool BypassOnLocal) { }

Same methods

WebProxy::WebProxy ( )
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, 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 )