Can the presented challenge be potentially handled by this challenge handler? a challenge request object containing a challenge

Return Value

true iff this challenge handler could potentially respond meaningfully to the challenge.

Namespace:  Kaazing.Security
Assembly:  Kaazing.Gateway (in Kaazing.Gateway.dll)

Syntax

Visual Basic
Public MustOverride Function CanHandle ( _
	challengeRequest As ChallengeRequest _
) As Boolean
C#
public abstract bool CanHandle(
	ChallengeRequest challengeRequest
)
Visual C++
public:
virtual bool CanHandle(
	ChallengeRequest^ challengeRequest
) abstract

Parameters

challengeRequest
Type: Kaazing.Security..::..ChallengeRequest

See Also