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

Inheritance: SaslHandler
Mostra file Open project: Azure/azure-amqp

Public Properties

Property Type Description
Name string

Public Methods

Method Description
Clone ( ) : SaslHandler
OnChallenge ( SaslChallenge challenge ) : void
OnResponse ( SaslResponse response ) : void
SaslExternalHandler ( ) : System

Protected Methods

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

Method Details

Clone() public method

public Clone ( ) : SaslHandler
return SaslHandler

OnChallenge() public method

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

OnResponse() public method

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

OnStart() protected method

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

SaslExternalHandler() public method

public SaslExternalHandler ( ) : System
return System

Property Details

Name public_oe static_oe property

public static string Name
return string