C# 클래스 Microsoft.Http.DetectEofStream

상속: DelegatingStream
파일 보기 프로젝트 열기: o2platform/O2.Platform.Projects

공개 메소드들

메소드 설명
EndRead ( IAsyncResult result ) : int
Read ( byte buffer, int offset, int count ) : int
ReadByte ( ) : int

보호된 메소드들

메소드 설명
DetectEofStream ( Stream stream ) : System
OnReceivedEof ( ) : void

비공개 메소드들

메소드 설명
ReceivedEof ( ) : void

메소드 상세

DetectEofStream() 보호된 메소드

protected DetectEofStream ( Stream stream ) : System
stream Stream
리턴 System

EndRead() 공개 메소드

public EndRead ( IAsyncResult result ) : int
result IAsyncResult
리턴 int

OnReceivedEof() 보호된 메소드

protected OnReceivedEof ( ) : void
리턴 void

Read() 공개 메소드

public Read ( byte buffer, int offset, int count ) : int
buffer byte
offset int
count int
리턴 int

ReadByte() 공개 메소드

public ReadByte ( ) : int
리턴 int