Constructor from a set of credentials to send to the server in an 'Authorization:' header
and the next challenge handler responsible for handling any further authentication challenges for the request.
a set of credentials to send to the server in an 'Authorization:' headerthe 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 Sub New ( _
credentials As Char(), _
nextChallengeHandler As ChallengeHandler _
) |
See Also