C# 클래스 Microsoft.Azure.Amqp.AsyncIO.FrameBufferReader

A reader that reads AMQP frame buffers. Not thread safe.
파일 보기 프로젝트 열기: Azure/azure-amqp

공개 메소드들

메소드 설명
FrameBufferReader ( IIoHandler parent, TransportBase transport, int maxFrameSize ) : System
ReadFrame ( ) : void

비공개 메소드들

메소드 설명
HandleReadComplete ( TransportAsyncCallbackArgs args ) : bool
OnReadFrameComplete ( TransportAsyncCallbackArgs args ) : void
OnReadSizeComplete ( TransportAsyncCallbackArgs args ) : void
ReadCore ( TransportAsyncCallbackArgs args ) : void

메소드 상세

FrameBufferReader() 공개 메소드

public FrameBufferReader ( IIoHandler parent, TransportBase transport, int maxFrameSize ) : System
parent IIoHandler
transport Microsoft.Azure.Amqp.Transport.TransportBase
maxFrameSize int
리턴 System

ReadFrame() 공개 메소드

public ReadFrame ( ) : void
리턴 void