C# Class Microsoft.Azure.Amqp.Transport.TlsTransportListener

This listener accepts SSL transport directly (no AMQP security upgrade)
Inheritance: TransportListener
Afficher le fichier Open project: Azure/azure-amqp

Méthodes publiques

Méthode Description
TlsTransportListener ( TlsTransportSettings transportSettings ) : System

Méthodes protégées

Méthode Description
AbortInternal ( ) : void
CloseInternal ( ) : bool
OnListen ( ) : void

Private Methods

Méthode Description
HandleTransportOpened ( IAsyncResult result ) : void
OnAcceptInnerTransport ( TransportListener innerListener, TransportAsyncCallbackArgs innerArgs ) : void
OnInnerListenerClosed ( object sender, EventArgs e ) : void
OnTransportOpened ( IAsyncResult result ) : void

Method Details

AbortInternal() protected méthode

protected AbortInternal ( ) : void
Résultat void

CloseInternal() protected méthode

protected CloseInternal ( ) : bool
Résultat bool

OnListen() protected méthode

protected OnListen ( ) : void
Résultat void

TlsTransportListener() public méthode

public TlsTransportListener ( TlsTransportSettings transportSettings ) : System
transportSettings TlsTransportSettings
Résultat System