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

Inheritance: AmqpObject
Show file Open project: Azure/azure-amqp Class Usage Examples

Public Methods

Method Description
Listen ( TransportAsyncCallbackArgs>.Action callback ) : void

Protected Methods

Method Description
AbortInternal ( ) : void
CloseInternal ( ) : bool
OnClose ( System.TimeSpan timeout ) : void
OnListen ( ) : void
OnOpen ( System.TimeSpan timeout ) : void
OnTransportAccepted ( TransportAsyncCallbackArgs args ) : void
OpenInternal ( ) : bool
TransportListener ( string type ) : System

Private Methods

Method Description
NotifyAccept ( object state ) : void

Method Details

AbortInternal() protected method

protected AbortInternal ( ) : void
return void

CloseInternal() protected method

protected CloseInternal ( ) : bool
return bool

Listen() public method

public Listen ( TransportAsyncCallbackArgs>.Action callback ) : void
callback TransportAsyncCallbackArgs>.Action
return void

OnClose() protected method

protected OnClose ( System.TimeSpan timeout ) : void
timeout System.TimeSpan
return void

OnListen() protected abstract method

protected abstract OnListen ( ) : void
return void

OnOpen() protected method

protected OnOpen ( System.TimeSpan timeout ) : void
timeout System.TimeSpan
return void

OnTransportAccepted() protected method

protected OnTransportAccepted ( TransportAsyncCallbackArgs args ) : void
args TransportAsyncCallbackArgs
return void

OpenInternal() protected method

protected OpenInternal ( ) : bool
return bool

TransportListener() protected method

protected TransportListener ( string type ) : System
type string
return System