C# Class Microsoft.Http.DetectEofStream

Inheritance: DelegatingStream
Show file Open project: o2platform/O2.Platform.Projects

Public Methods

Method Description
EndRead ( IAsyncResult result ) : int
Read ( byte buffer, int offset, int count ) : int
ReadByte ( ) : int

Protected Methods

Method Description
DetectEofStream ( Stream stream ) : System
OnReceivedEof ( ) : void

Private Methods

Method Description
ReceivedEof ( ) : void

Method Details

DetectEofStream() protected method

protected DetectEofStream ( Stream stream ) : System
stream Stream
return System

EndRead() public method

public EndRead ( IAsyncResult result ) : int
result IAsyncResult
return int

OnReceivedEof() protected method

protected OnReceivedEof ( ) : void
return void

Read() public method

public Read ( byte buffer, int offset, int count ) : int
buffer byte
offset int
count int
return int

ReadByte() public method

public ReadByte ( ) : int
return int