Checks whether the specified authentication query is a valid one.
[Visual Basic]Private Function IsValidQuery( _
ByVal Query As Byte() _
) As Boolean
[C#]
private bool IsValidQuery(
byte[] Query
);
Parameters
- Query
- The query to check.
Return Value
True if the query is a valid authentication query, false otherwise.
See Also
AuthUserPass Class | AuthUserPass Members | Org.Mentalis.Proxy.Socks.Authentication Namespace