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

WebProxy() public method

public WebProxy ( string Address, bool BypassOnLocal, string BypassList, System Credentials )
Address string
BypassOnLocal bool
BypassList string
Credentials System
        public WebProxy(string Address, bool BypassOnLocal, string[] BypassList, System.Net.ICredentials Credentials) { }
        public Uri Address { get { throw null; } set { } }

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 )
WebProxy::WebProxy ( string Address, bool BypassOnLocal )
WebProxy::WebProxy ( string Address, bool BypassOnLocal, string BypassList )
WebProxy::WebProxy ( string Host, int Port )