Removes an item from the list.
[Visual Basic]Public Sub RemoveItem( _
ByVal Username As String _
)
[C#]
public void RemoveItem(
string Username
);
Parameters
- Username
- The username to remove.
Exceptions
Exception Type | Condition |
---|---|
System.ArgumentNullException | Username is null. |
See Also
AuthenticationList Class | AuthenticationList Members | Org.Mentalis.Proxy.Socks.Authentication Namespace