Constructor from the protected URI location triggering the challenge, and an entire server-provided 'WWW-Authenticate:' string. the protected URI location triggering the challengean entire server-provided 'WWW-Authenticate:' string

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

Syntax

Visual Basic
Public Sub New ( _
	location As String, _
	challenge As String _
)
C#
public ChallengeRequest(
	string location,
	string challenge
)
Visual C++
public:
ChallengeRequest(
	String^ location, 
	String^ challenge
)

Parameters

location
Type: System..::..String
challenge
Type: System..::..String

See Also