Return the next challenge handler responsible for handling any further authentication challenges for the request.

Return Value

the next challenge handler responsible for handling any further authentication challenges for the request.
Establish the next challenge handler responsible for handling any further authentication challenges for the request. the next challenge handler responsible for handling any further authentication challenges for the request.

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

Syntax

Visual Basic
Public Property NextChallengeHandler As ChallengeHandler
	Get
	Set
C#
public ChallengeHandler NextChallengeHandler { get; set; }
Visual C++
public:
property ChallengeHandler^ NextChallengeHandler {
	ChallengeHandler^ get ();
	void set (ChallengeHandler^ value);
}

See Also