C# 클래스 Wv.Dbus.SaslAuthCtx

파일 보기 프로젝트 열기: apenwarr/versaplex

보호된 프로퍼티들

프로퍼티 타입 설명
conn WvDbus

공개 메소드들

메소드 설명
Aborted ( ) : void
Completed ( ) : void
Data ( byte response, byte &challenge ) : SaslMechResponse

보호된 메소드들

메소드 설명
SaslAuthCtx ( WvDbus conn ) : System

메소드 상세

Aborted() 공개 메소드

public Aborted ( ) : void
리턴 void

Completed() 공개 메소드

public Completed ( ) : void
리턴 void

Data() 공개 추상적인 메소드

public abstract Data ( byte response, byte &challenge ) : SaslMechResponse
response byte
challenge byte
리턴 SaslMechResponse

SaslAuthCtx() 보호된 메소드

protected SaslAuthCtx ( WvDbus conn ) : System
conn WvDbus
리턴 System

프로퍼티 상세

conn 보호되어 있는 프로퍼티

protected WvDbus conn
리턴 WvDbus