C# Class System.Web.HttpResponseStream

Simple wrapper around HttpWriter to support the Stream interface
Inheritance: Stream
Afficher le fichier Open project: runefs/Marvin Class Usage Examples

Private Properties

Свойство Type Description
AppendBucket void
AppendBuffer void
AppendBuffer void
ApplyFilter void
Flush void
GetData System.IO.MemoryStream
GetTotalLength int
ReleaseResources void
SendChunkSize void
UnsafeWrite void
memcpy void
memcpy1 void
memcpy2 void
memcpy4 void

Méthodes publiques

Méthode Description
Clear ( ) : void
Flush ( ) : void
HttpResponseStream ( HttpResponse response ) : System
Read ( byte buffer, int offset, int count ) : int
Seek ( long offset, SeekOrigin origin ) : long
SetLength ( long value ) : void
Write ( byte buffer, int offset, int count ) : void
WriteFile ( string f, long offset, long length ) : void
WritePtr ( IntPtr ptr, int length ) : void

Private Methods

Méthode Description
AppendBucket ( Bucket b ) : void
AppendBuffer ( IntPtr ptr, int count ) : void
AppendBuffer ( byte buffer, int offset, int count ) : void
ApplyFilter ( bool close ) : void
Flush ( System.Web.HttpWorkerRequest wr, bool final_flush ) : void
GetData ( ) : MemoryStream
GetTotalLength ( ) : int
ReleaseResources ( bool close_filter ) : void
SendChunkSize ( long l, bool last ) : void
UnsafeWrite ( System.Web.HttpWorkerRequest wr, byte buffer, int offset, int count ) : void
memcpy ( byte dest, byte src, int size ) : void
memcpy1 ( byte dest, byte src, int size ) : void
memcpy2 ( byte dest, byte src, int size ) : void
memcpy4 ( byte dest, byte src, int size ) : void

Method Details

Clear() public méthode

public Clear ( ) : void
Résultat void

Flush() public méthode

public Flush ( ) : void
Résultat void

HttpResponseStream() public méthode

public HttpResponseStream ( HttpResponse response ) : System
response HttpResponse
Résultat System

Read() public méthode

public Read ( byte buffer, int offset, int count ) : int
buffer byte
offset int
count int
Résultat int

Seek() public méthode

public Seek ( long offset, SeekOrigin origin ) : long
offset long
origin SeekOrigin
Résultat long

SetLength() public méthode

public SetLength ( long value ) : void
value long
Résultat void

Write() public méthode

public Write ( byte buffer, int offset, int count ) : void
buffer byte
offset int
count int
Résultat void

WriteFile() public méthode

public WriteFile ( string f, long offset, long length ) : void
f string
offset long
length long
Résultat void

WritePtr() public méthode

public WritePtr ( IntPtr ptr, int length ) : void
ptr System.IntPtr
length int
Résultat void