Public Instance Constructors
Public Instance Properties
Hashes | Gets an array with all the hashes in the authentication list. |
Keys | Gets an array with all the keys in the authentication list. |
Public Instance Methods
AddHash | Adds an item to the list. |
AddItem | Adds an item to the list. |
Clear | Clears the authentication list. |
Equals (inherited from Object) | Select the method name to go to the Microsoft documentation. |
GetHashCode (inherited from Object) | Select the method name to go to the Microsoft documentation. |
GetType (inherited from Object) | Select the method name to go to the Microsoft documentation. |
IsHashPresent | Checks whether a user/passhash combination is present in the collection or not. |
IsItemPresent | Checks whether a user/pass combination is present in the collection or not. |
IsUserPresent | Checks whether a username is present in the collection or not. |
RemoveItem | Removes an item from the list. |
ToString (inherited from Object) | Select the method name to go to the Microsoft documentation. |
Protected Instance Properties
Listing | Gets the StringDictionary that's used to store the user/pass combinations. |
Protected Instance Methods
Finalize (inherited from Object) | Select the method name to go to the Microsoft documentation. |
MemberwiseClone (inherited from Object) | Select the method name to go to the Microsoft documentation. |
Private Instance Fields
m_Listing | Holds the value of the Listing property. |
See Also
AuthenticationList Class | Org.Mentalis.Proxy.Socks.Authentication Namespace