C# Класс WebSocketSharp.Net.AuthenticationChallenge

Наследование: WebSocketSharp.Net.AuthenticationBase
Показать файл Открыть проект Примеры использования класса

Приватные методы

Метод Описание
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