C# 클래스 Microsoft.Azure.Amqp.Transport.TcpTransportListener

상속: TransportListener
파일 보기 프로젝트 열기: Azure/azure-amqp

공개 메소드들

메소드 설명
TcpTransportListener ( TcpTransportSettings transportSettings ) : System

보호된 메소드들

메소드 설명
AbortInternal ( ) : void
CloseInternal ( ) : bool
OnListen ( ) : void

비공개 메소드들

메소드 설명
AcceptTransportLoop ( object state ) : void
CloseOrAbortListenSockets ( bool abort ) : void
HandleAcceptComplete ( SocketAsyncEventArgs e, bool completedSynchronously ) : bool
OnAcceptComplete ( object sender, SocketAsyncEventArgs e ) : void
ShouldRetryAccept ( SocketError error ) : bool

메소드 상세

AbortInternal() 보호된 메소드

protected AbortInternal ( ) : void
리턴 void

CloseInternal() 보호된 메소드

protected CloseInternal ( ) : bool
리턴 bool

OnListen() 보호된 메소드

protected OnListen ( ) : void
리턴 void

TcpTransportListener() 공개 메소드

public TcpTransportListener ( TcpTransportSettings transportSettings ) : System
transportSettings TcpTransportSettings
리턴 System