Checks whether a username is present in the collection or not.
[Visual Basic]Public Function IsUserPresent( _
ByVal Username As String _
) As Boolean
[C#]
public bool IsUserPresent(
string Username
);
Parameters
- Username
- The username to search for.
Return Value
True when the username is present in the collection, false otherwise.
See Also
AuthenticationList Class | AuthenticationList Members | Org.Mentalis.Proxy.Socks.Authentication Namespace