AuthenticationList Members

Mentalis.org Proxy

Mentalis.org Proxy Documentation

AuthenticationList Members

Public Instance Constructors

AuthenticationList Constructor Initializes a new instance of the AuthenticationList class.

Public Instance Properties

HashesGets an array with all the hashes in the authentication list.
KeysGets an array with all the keys in the authentication list.

Public Instance Methods

AddHashAdds an item to the list.
AddItemAdds an item to the list.
ClearClears 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.
IsHashPresentChecks whether a user/passhash combination is present in the collection or not.
IsItemPresentChecks whether a user/pass combination is present in the collection or not.
IsUserPresentChecks whether a username is present in the collection or not.
RemoveItemRemoves an item from the list.
ToString (inherited from Object)Select the method name to go to the Microsoft documentation.

Protected Instance Properties

ListingGets 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_ListingHolds the value of the Listing property.

See Also

AuthenticationList Class | Org.Mentalis.Proxy.Socks.Authentication Namespace