C# Class Microsoft.Azure.Amqp.Transport.TcpTransport.ReadAsyncEventArgs

Inheritance: System.Net.Sockets.SocketAsyncEventArgs
显示文件 Open project: Azure/azure-amqp

Public Methods

Method Description
Dispose ( ) : void
PrepareRead ( int count ) : ByteBuffer
ReadAsyncEventArgs ( int bufferSize ) : System
ReportRead ( ITransportMonitor monitor ) : void
Reset ( ) : void
SetReadBuffer ( TransportAsyncCallbackArgs args ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

PrepareRead() public method

public PrepareRead ( int count ) : ByteBuffer
count int
return ByteBuffer

ReadAsyncEventArgs() public method

public ReadAsyncEventArgs ( int bufferSize ) : System
bufferSize int
return System

ReportRead() public method

public ReportRead ( ITransportMonitor monitor ) : void
monitor ITransportMonitor
return void

Reset() public method

public Reset ( ) : void
return void

SetReadBuffer() public method

public SetReadBuffer ( TransportAsyncCallbackArgs args ) : void
args TransportAsyncCallbackArgs
return void