C# 클래스 WebSocketSharp.Net.AuthenticationChallenge

상속: WebSocketSharp.Net.AuthenticationBase
파일 보기 프로젝트 열기: TRUMPF-IoT/C-DEngine 1 사용 예제들

비공개 메소드들

메소드 설명
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