An NDoc Documented Class Library

ProxySettings Members

ProxySettings overview

Public Instance Constructors

ProxySettings Overloaded. Initializes a new instance of the ProxySettings class.

Public Instance Properties

NullAuthenticationEnabled True if null authentication enabled for SOCKS5.
Password Password used to authenticate to the proxy.
PasswordAuthenticationEnabled True if password authentication enabled for SOCKS5.
ProxyAddress Address to be used to connect to the proxy.
ProxyPort Port to be used to connect to the proxy.
ProxyType Type of proxy being used.
PublicProxyAddress Address that the proxy server presents to the "outside" network.
UserName User name used to authenticate to the proxy.

Public Instance Methods

Equals 
GetHashCode 
GetType (inherited from Object) Gets the Type of the current instance.
ToString 

Protected Instance Methods

Finalize (inherited from Object) Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.

See Also

ProxySettings Class | EnterpriseDT.Net.Proxy Namespace