C# Class Microsoft.Azure.Amqp.Sasl.SaslHandler

Afficher le fichier Open project: Azure/azure-amqp Class Usage Examples

Méthodes publiques

Méthode Description
Clone ( ) : SaslHandler
OnChallenge ( SaslChallenge challenge ) : void
OnResponse ( SaslResponse response ) : void
Start ( SaslNegotiator saslNegotiator, SaslInit init, bool isClient ) : void
ToString ( ) : string

Méthodes protégées

Méthode Description
OnStart ( SaslInit init, bool isClient ) : void

Method Details

Clone() public abstract méthode

public abstract Clone ( ) : SaslHandler
Résultat SaslHandler

OnChallenge() public abstract méthode

public abstract OnChallenge ( SaslChallenge challenge ) : void
challenge SaslChallenge
Résultat void

OnResponse() public abstract méthode

public abstract OnResponse ( SaslResponse response ) : void
response SaslResponse
Résultat void

OnStart() protected abstract méthode

protected abstract OnStart ( SaslInit init, bool isClient ) : void
init SaslInit
isClient bool
Résultat void

Start() public méthode

public Start ( SaslNegotiator saslNegotiator, SaslInit init, bool isClient ) : void
saslNegotiator SaslNegotiator
init SaslInit
isClient bool
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string