Initializes a new instance of the AuthUserPass class.
[Visual Basic]Public Sub New( _
ByVal AuthList As Org.Mentalis.Proxy.Socks.Authentication.AuthenticationList _
)
[C#]
public AuthUserPass(
AuthenticationList AuthList
);
Parameters
- AuthList
- An AuthenticationList object that contains the list of all valid username/password combinations.
Remarks
If the AuthList parameter is null, any username/password combination will be accepted.
See Also
AuthUserPass Class | AuthUserPass Members | Org.Mentalis.Proxy.Socks.Authentication Namespace