C# Class Amqp.Listener.ConnectionListener.ListenerSaslProfile

Inheritance: Amqp.Sasl.SaslProfile
Datei anzeigen Open project: xamarin/mini-hacks

Public Methods

Method Description
GetPrincipal ( ) : IPrincipal
ListenerSaslProfile ( ConnectionListener listener ) : System

Protected Methods

Method Description
GetStartCommand ( string hostname ) : DescribedList
OnCommand ( DescribedList command ) : DescribedList
UpgradeTransport ( ITransport transport ) : ITransport

Method Details

GetPrincipal() public method

public GetPrincipal ( ) : IPrincipal
return IPrincipal

GetStartCommand() protected method

protected GetStartCommand ( string hostname ) : DescribedList
hostname string
return DescribedList

ListenerSaslProfile() public method

public ListenerSaslProfile ( ConnectionListener listener ) : System
listener ConnectionListener
return System

OnCommand() protected method

protected OnCommand ( DescribedList command ) : DescribedList
command DescribedList
return DescribedList

UpgradeTransport() protected method

protected UpgradeTransport ( ITransport transport ) : ITransport
transport ITransport
return ITransport