Class ProxySettings
Inheritance
Namespace: Telerik.NetworkConnections
Assembly: Telerik.NetworkConnections.dll
Syntax
public class ProxySettings : Object, IEquatable<ProxySettings>
Constructors
ProxySettings()
Declaration
public ProxySettings()
ProxySettings(Boolean, Boolean, String, String, Boolean, String, UInt16, Boolean, String, UInt16, Boolean, String, UInt16, Boolean, String, UInt16)
Declaration
public ProxySettings(bool useWebProxyAutoDiscovery, bool proxyAutoConfigEnabled, string proxyAutoConfigUrl, string bypassHosts, bool httpProxyEnabled, string httpProxyHost, ushort httpProxyPort, bool httpsProxyEnabled, string httpsProxyHost, ushort httpsProxyPort, bool ftpProxyEnabled, string ftpProxyHost, ushort ftpProxyPort, bool socksProxyEnabled, string socksProxyHost, ushort socksProxyPort)
Parameters
System.Boolean
useWebProxyAutoDiscovery
|
System.Boolean
proxyAutoConfigEnabled
|
System.String
proxyAutoConfigUrl
|
System.String
bypassHosts
|
System.Boolean
httpProxyEnabled
|
System.String
httpProxyHost
|
System.UInt16
httpProxyPort
|
System.Boolean
httpsProxyEnabled
|
System.String
httpsProxyHost
|
System.UInt16
httpsProxyPort
|
System.Boolean
ftpProxyEnabled
|
System.String
ftpProxyHost
|
System.UInt16
ftpProxyPort
|
System.Boolean
socksProxyEnabled
|
System.String
socksProxyHost
|
System.UInt16
socksProxyPort
|
ProxySettings(Boolean, String)
Declaration
public ProxySettings(bool useWebProxyAutoDiscovery, string bypassHosts)
Parameters
System.Boolean
useWebProxyAutoDiscovery
|
System.String
bypassHosts
|
ProxySettings(Boolean, String, String)
Declaration
public ProxySettings(bool proxyAutoConfigEnabled, string proxyAutoConfigUrl, string bypassHosts)
Parameters
System.Boolean
proxyAutoConfigEnabled
|
System.String
proxyAutoConfigUrl
|
System.String
bypassHosts
|
ProxySettings(Boolean, String, UInt16, String)
Declaration
public ProxySettings(bool allProtocolsEnabled, string allProtocolsHost, ushort allProtocolsPort, string bypassHosts)
Parameters
System.Boolean
allProtocolsEnabled
|
System.String
allProtocolsHost
|
System.UInt16
allProtocolsPort
|
System.String
bypassHosts
|
Properties
BypassHosts
Declaration
public string BypassHosts { get; }
Property Value
System.String
|
FtpProxyEnabled
Declaration
public bool FtpProxyEnabled { get; }
Property Value
System.Boolean
|
FtpProxyHost
Declaration
public string FtpProxyHost { get; }
Property Value
System.String
|
FtpProxyPort
Declaration
public ushort FtpProxyPort { get; }
Property Value
System.UInt16
|
HttpProxyEnabled
Declaration
public bool HttpProxyEnabled { get; }
Property Value
System.Boolean
|
HttpProxyHost
Declaration
public string HttpProxyHost { get; }
Property Value
System.String
|
HttpProxyPort
Declaration
public ushort HttpProxyPort { get; }
Property Value
System.UInt16
|
HttpsProxyEnabled
Declaration
public bool HttpsProxyEnabled { get; }
Property Value
System.Boolean
|
HttpsProxyHost
Declaration
public string HttpsProxyHost { get; }
Property Value
System.String
|
HttpsProxyPort
Declaration
public ushort HttpsProxyPort { get; }
Property Value
System.UInt16
|
ProxyAutoConfigEnabled
Declaration
public bool ProxyAutoConfigEnabled { get; }
Property Value
System.Boolean
|
ProxyAutoConfigUrl
Declaration
public string ProxyAutoConfigUrl { get; }
Property Value
System.String
|
SocksProxyEnabled
Declaration
public bool SocksProxyEnabled { get; }
Property Value
System.Boolean
|
SocksProxyHost
Declaration
public string SocksProxyHost { get; }
Property Value
System.String
|
SocksProxyPort
Declaration
public ushort SocksProxyPort { get; }
Property Value
System.UInt16
|
UseWebProxyAutoDiscovery
Declaration
public bool UseWebProxyAutoDiscovery { get; }
Property Value
System.Boolean
|
Methods
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
System.Object
obj
|
Returns
System.Boolean
|
Equals(ProxySettings)
Declaration
public bool Equals(ProxySettings other)
Parameters
ProxySettings
other
|
Returns
System.Boolean
|
GetHashCode()
Declaration
public override int GetHashCode()
Returns
System.Int32
|
Operators
Equality(ProxySettings, ProxySettings)
Declaration
public static bool operator ==(ProxySettings left, ProxySettings right)
Parameters
ProxySettings
left
|
ProxySettings
right
|
Returns
System.Boolean
|
Inequality(ProxySettings, ProxySettings)
Declaration
public static bool operator !=(ProxySettings left, ProxySettings right)
Parameters
ProxySettings
left
|
ProxySettings
right
|
Returns
System.Boolean
|