Adds an item to the list.
[Visual Basic]Public Sub AddItem( _
ByVal Username As String, _
ByVal Password As String _
)
[C#]
public void AddItem(
string Username,
string Password
);
Parameters
- Username
- The username to add.
- Password
- The corresponding password to add.
Exceptions
Exception Type | Condition |
---|---|
System.ArgumentNullException | Either Username or Password is null. |
See Also
AuthenticationList Class | AuthenticationList Members | Org.Mentalis.Proxy.Socks.Authentication Namespace