System.Net.WebProxy.WebProxy C# (CSharp) Метод

WebProxy() публичный Метод

public WebProxy ( string Address, bool BypassOnLocal )
Address string
BypassOnLocal bool
        public WebProxy(string Address, bool BypassOnLocal) { }
        public WebProxy(string Address, bool BypassOnLocal, string[] BypassList) { }

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