C# 클래스 RemObjects.InternetPack.Http.HttpIncomingStream

상속: Stream
파일 보기 프로젝트 열기: remobjects/internetpack

공개 메소드들

메소드 설명
Close ( ) : void
Flush ( ) : void
HttpIncomingStream ( HttpIncomingRequestResponse owner ) : System
Read ( Byte buffer, Int32 offset, Int32 size ) : Int32
Seek ( System.Int64 offset, SeekOrigin origin ) : System.Int64
SetLength ( System.Int64 length ) : void
Write ( Byte buffer, Int32 offset, Int32 size ) : void

비공개 메소드들

메소드 설명
FlushContent ( ) : System.Boolean

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

Flush() 공개 메소드

public Flush ( ) : void
리턴 void

HttpIncomingStream() 공개 메소드

public HttpIncomingStream ( HttpIncomingRequestResponse owner ) : System
owner HttpIncomingRequestResponse
리턴 System

Read() 공개 메소드

public Read ( Byte buffer, Int32 offset, Int32 size ) : Int32
buffer Byte
offset System.Int32
size System.Int32
리턴 System.Int32

Seek() 공개 메소드

public Seek ( System.Int64 offset, SeekOrigin origin ) : System.Int64
offset System.Int64
origin SeekOrigin
리턴 System.Int64

SetLength() 공개 메소드

public SetLength ( System.Int64 length ) : void
length System.Int64
리턴 void

Write() 공개 메소드

public Write ( Byte buffer, Int32 offset, Int32 size ) : void
buffer Byte
offset System.Int32
size System.Int32
리턴 void