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

Inheritance: TransportListener
Afficher le fichier Open project: Azure/azure-amqp

Méthodes publiques

Méthode Description
TcpTransportListener ( TcpTransportSettings transportSettings ) : System

Méthodes protégées

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

Private Methods

Méthode Description
AcceptTransportLoop ( object state ) : void
CloseOrAbortListenSockets ( bool abort ) : void
HandleAcceptComplete ( SocketAsyncEventArgs e, bool completedSynchronously ) : bool
OnAcceptComplete ( object sender, SocketAsyncEventArgs e ) : void
ShouldRetryAccept ( SocketError error ) : bool

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

TcpTransportListener() public méthode

public TcpTransportListener ( TcpTransportSettings transportSettings ) : System
transportSettings TcpTransportSettings
Résultat System