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

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

Public Methods

Method Description
TlsTransportListener ( TlsTransportSettings transportSettings ) : System

Protected Methods

Method Description
AbortInternal ( ) : void
CloseInternal ( ) : bool
OnListen ( ) : void

Private Methods

Method 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 method

protected AbortInternal ( ) : void
return void

CloseInternal() protected method

protected CloseInternal ( ) : bool
return bool

OnListen() protected method

protected OnListen ( ) : void
return void

TlsTransportListener() public method

public TlsTransportListener ( TlsTransportSettings transportSettings ) : System
transportSettings TlsTransportSettings
return System