C# 클래스 Amqp.Listener.ConnectionListener.ListenerSaslProfile

상속: Amqp.Sasl.SaslProfile
파일 보기 프로젝트 열기: xamarin/mini-hacks

공개 메소드들

메소드 설명
GetPrincipal ( ) : IPrincipal
ListenerSaslProfile ( ConnectionListener listener ) : System

보호된 메소드들

메소드 설명
GetStartCommand ( string hostname ) : DescribedList
OnCommand ( DescribedList command ) : DescribedList
UpgradeTransport ( ITransport transport ) : ITransport

메소드 상세

GetPrincipal() 공개 메소드

public GetPrincipal ( ) : IPrincipal
리턴 IPrincipal

GetStartCommand() 보호된 메소드

protected GetStartCommand ( string hostname ) : DescribedList
hostname string
리턴 DescribedList

ListenerSaslProfile() 공개 메소드

public ListenerSaslProfile ( ConnectionListener listener ) : System
listener ConnectionListener
리턴 System

OnCommand() 보호된 메소드

protected OnCommand ( DescribedList command ) : DescribedList
command DescribedList
리턴 DescribedList

UpgradeTransport() 보호된 메소드

protected UpgradeTransport ( ITransport transport ) : ITransport
transport ITransport
리턴 ITransport