C# Class Microsoft.Azure.Amqp.AsyncIO.AsyncBufferReader

A reader that reads specified bytes and notifies caller upon completion (pull).
Show file Open project: Azure/azure-amqp

Public Methods

Method Description
AsyncBufferReader ( TransportBase transport ) : System
ReadBuffer ( TransportAsyncCallbackArgs args ) : void

Private Methods

Method Description
HandleReadComplete ( TransportAsyncCallbackArgs args ) : bool
OnReadComplete ( TransportAsyncCallbackArgs args ) : void
Read ( TransportAsyncCallbackArgs args ) : void

Method Details

AsyncBufferReader() public method

public AsyncBufferReader ( TransportBase transport ) : System
transport Microsoft.Azure.Amqp.Transport.TransportBase
return System

ReadBuffer() public method

public ReadBuffer ( TransportAsyncCallbackArgs args ) : void
args Microsoft.Azure.Amqp.Transport.TransportAsyncCallbackArgs
return void