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

Mostra file Open project: Azure/azure-amqp Class Usage Examples

Public Methods

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

Protected Methods

Method Description
OnStart ( SaslInit init, bool isClient ) : void

Method Details

Clone() public abstract method

public abstract Clone ( ) : SaslHandler
return SaslHandler

OnChallenge() public abstract method

public abstract OnChallenge ( SaslChallenge challenge ) : void
challenge SaslChallenge
return void

OnResponse() public abstract method

public abstract OnResponse ( SaslResponse response ) : void
response SaslResponse
return void

OnStart() protected abstract method

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

Start() public method

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

ToString() public method

public ToString ( ) : string
return string