C# Class System.Net.BufferedReadStream.ReadAsyncResult

Inheritance: LazyAsyncResult
显示文件 Open project: dotnet/corefx Class Usage Examples

Private Methods

Method Description
End ( IAsyncResult result ) : int
OnRead ( IAsyncResult result ) : void
Read ( byte buffer, int offset, int count ) : void
ReadAsyncResult ( BufferedReadStream parent, AsyncCallback callback, object state ) : System