C# 클래스 m.Http.Backend.MemoryRequestStream

상속: RequestStream
파일 보기 프로젝트 열기: joongonn/mHttp

공개 메소드들

메소드 설명
MemoryRequestStream ( int contentLength ) : System
Read ( byte buffer, int offset, int count ) : int

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

비공개 메소드들

메소드 설명
ResetPosition ( ) : void
WriteRequestBody ( byte buffer, int offset, int count ) : void

메소드 상세

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

MemoryRequestStream() 공개 메소드

public MemoryRequestStream ( int contentLength ) : System
contentLength int
리턴 System

Read() 공개 메소드

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