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

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

공개 프로퍼티들

프로퍼티 타입 설명
Instance EmptyRequestStream

공개 메소드들

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

보호된 메소드들

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

비공개 메소드들

메소드 설명
EmptyRequestStream ( ) : System

메소드 상세

Dispose() 보호된 메소드

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

Read() 공개 메소드

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

프로퍼티 상세

Instance 공개적으로 정적으로 프로퍼티

public static EmptyRequestStream,m.Http.Backend Instance
리턴 EmptyRequestStream