C# 클래스 Amqp.Listener.ConnectionListener

The conneciton listener accepts AMQP connections from an address.
상속: ConnectionFactoryBase
파일 보기 프로젝트 열기: xamarin/mini-hacks 1 사용 예제들

공개 메소드들

메소드 설명
Close ( ) : void

Closes the listener.

ConnectionListener ( Uri addressUri, string userInfo, IContainer container ) : System

Initializes the connection listener object.

Open ( ) : void

Opens the listener.

비공개 메소드들

메소드 설명
GetServiceCertificate ( ) : X509Certificate2
HandleTransportAsync ( IAsyncTransport transport ) : System.Threading.Tasks.Task
OnConnectionClosed ( AmqpObject sender, Error error ) : void

메소드 상세

Close() 공개 메소드

Closes the listener.
public Close ( ) : void
리턴 void

ConnectionListener() 공개 메소드

Initializes the connection listener object.
public ConnectionListener ( Uri addressUri, string userInfo, IContainer container ) : System
addressUri System.Uri
userInfo string
container IContainer
리턴 System

Open() 공개 메소드

Opens the listener.
public Open ( ) : void
리턴 void