C# Class WebSocketSharp.Net.AuthenticationChallenge

Inheritance: WebSocketSharp.Net.AuthenticationBase
Show file Open project: TRUMPF-IoT/C-DEngine Class Usage Examples

Private Methods

Method Description
AuthenticationChallenge ( AuthenticationSchemes scheme, NameValueCollection parameters ) : System
AuthenticationChallenge ( AuthenticationSchemes scheme, string realm ) : System
CreateBasicChallenge ( string realm ) : AuthenticationChallenge
CreateDigestChallenge ( string realm ) : AuthenticationChallenge
Parse ( string value ) : AuthenticationChallenge
ToBasicString ( ) : string
ToDigestString ( ) : string