C# 클래스 Microsoft.Azure.Amqp.Sasl.SaslHandler

파일 보기 프로젝트 열기: Azure/azure-amqp 1 사용 예제들

공개 메소드들

메소드 설명
Clone ( ) : SaslHandler
OnChallenge ( SaslChallenge challenge ) : void
OnResponse ( SaslResponse response ) : void
Start ( SaslNegotiator saslNegotiator, SaslInit init, bool isClient ) : void
ToString ( ) : string

보호된 메소드들

메소드 설명
OnStart ( SaslInit init, bool isClient ) : void

메소드 상세

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

public abstract Clone ( ) : SaslHandler
리턴 SaslHandler

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

public abstract OnChallenge ( SaslChallenge challenge ) : void
challenge SaslChallenge
리턴 void

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

public abstract OnResponse ( SaslResponse response ) : void
response SaslResponse
리턴 void

OnStart() 보호된 추상적인 메소드

protected abstract OnStart ( SaslInit init, bool isClient ) : void
init SaslInit
isClient bool
리턴 void

Start() 공개 메소드

public Start ( SaslNegotiator saslNegotiator, SaslInit init, bool isClient ) : void
saslNegotiator SaslNegotiator
init SaslInit
isClient bool
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string