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

WebProxy() protected method

protected WebProxy ( System serializationInfo, System streamingContext )
serializationInfo System
streamingContext System
        protected WebProxy(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
        void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }

Same methods

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