C# Class RemObjects.InternetPack.Http.HttpIncomingStream

Inheritance: Stream
Show file Open project: remobjects/internetpack

Public Methods

Method Description
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

Private Methods

Method Description
FlushContent ( ) : System.Boolean

Method Details

Close() public method

public Close ( ) : void
return void

Flush() public method

public Flush ( ) : void
return void

HttpIncomingStream() public method

public HttpIncomingStream ( HttpIncomingRequestResponse owner ) : System
owner HttpIncomingRequestResponse
return System

Read() public method

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

Seek() public method

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

SetLength() public method

public SetLength ( System.Int64 length ) : void
length System.Int64
return void

Write() public method

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