C# Class Amqp.Listener.ConnectionListener.ListenerSaslProfile

Inheritance: Amqp.Sasl.SaslProfile
Afficher le fichier Open project: xamarin/mini-hacks

Méthodes publiques

Méthode Description
GetPrincipal ( ) : IPrincipal
ListenerSaslProfile ( ConnectionListener listener ) : System

Méthodes protégées

Méthode Description
GetStartCommand ( string hostname ) : DescribedList
OnCommand ( DescribedList command ) : DescribedList
UpgradeTransport ( ITransport transport ) : ITransport

Method Details

GetPrincipal() public méthode

public GetPrincipal ( ) : IPrincipal
Résultat IPrincipal

GetStartCommand() protected méthode

protected GetStartCommand ( string hostname ) : DescribedList
hostname string
Résultat DescribedList

ListenerSaslProfile() public méthode

public ListenerSaslProfile ( ConnectionListener listener ) : System
listener ConnectionListener
Résultat System

OnCommand() protected méthode

protected OnCommand ( DescribedList command ) : DescribedList
command DescribedList
Résultat DescribedList

UpgradeTransport() protected méthode

protected UpgradeTransport ( ITransport transport ) : ITransport
transport ITransport
Résultat ITransport