SocksHandler.IsValidRequest Method

Mentalis.org Proxy

Mentalis.org Proxy Documentation

SocksHandler.IsValidRequest Method 

Checks whether a specific request is a valid SOCKS request or not.

[Visual Basic]MustOverride Protected Function IsValidRequest( _
   ByVal Request As Byte() _
) As Boolean
[C#]
protected abstract bool IsValidRequest(
   byte[] Request
);

Parameters

Request
The request array to check.

Return Value

True is the specified request is valid, false otherwise

See Also

SocksHandler Class | SocksHandler Members | Org.Mentalis.Proxy.Socks Namespace