C# Class HttpInterfaces.HttpResponseProxy

Inheritance: IHttpResponse
Afficher le fichier Open project: JonKruger/HttpInterfaces

Méthodes publiques

Méthode Description
AddCacheDependency ( System.Web.Caching.CacheDependency dependencies ) : void
AddCacheItemDependencies ( ArrayList cacheKeys ) : void
AddCacheItemDependencies ( string cacheKeys ) : void
AddCacheItemDependency ( string cacheKey ) : void
AddFileDependencies ( ArrayList filenames ) : void
AddFileDependencies ( string filenames ) : void
AddFileDependency ( string filename ) : void
AddHeader ( string name, string value ) : void
AppendCookie ( System.Web.HttpCookie cookie ) : void
AppendHeader ( string name, string value ) : void
AppendToLog ( string param ) : void
ApplyAppPathModifier ( string virtualPath ) : string
BinaryWrite ( byte buffer ) : void
Clear ( ) : void
ClearContent ( ) : void
ClearHeaders ( ) : void
Close ( ) : void
DisableKernelCache ( ) : void
End ( ) : void
Flush ( ) : void
HttpResponseProxy ( HttpResponse httpResponse ) : System
Pics ( string value ) : void
Redirect ( string url ) : void
Redirect ( string url, bool endResponse ) : void
SetCookie ( HttpCookie cookie ) : void
TransmitFile ( string filename ) : void
TransmitFile ( string filename, long offset, long length ) : void
Write ( char ch ) : void
Write ( char buffer, int index, int count ) : void
Write ( object obj ) : void
Write ( string s ) : void
WriteFile ( IntPtr fileHandle, long offset, long size ) : void
WriteFile ( string filename ) : void
WriteFile ( string filename, bool readIntoMemory ) : void
WriteFile ( string filename, long offset, long size ) : void
WriteSubstitution ( HttpResponseSubstitutionCallback callback ) : void

Method Details

AddCacheDependency() public méthode

public AddCacheDependency ( System.Web.Caching.CacheDependency dependencies ) : void
dependencies System.Web.Caching.CacheDependency
Résultat void

AddCacheItemDependencies() public méthode

public AddCacheItemDependencies ( ArrayList cacheKeys ) : void
cacheKeys System.Collections.ArrayList
Résultat void

AddCacheItemDependencies() public méthode

public AddCacheItemDependencies ( string cacheKeys ) : void
cacheKeys string
Résultat void

AddCacheItemDependency() public méthode

public AddCacheItemDependency ( string cacheKey ) : void
cacheKey string
Résultat void

AddFileDependencies() public méthode

public AddFileDependencies ( ArrayList filenames ) : void
filenames System.Collections.ArrayList
Résultat void

AddFileDependencies() public méthode

public AddFileDependencies ( string filenames ) : void
filenames string
Résultat void

AddFileDependency() public méthode

public AddFileDependency ( string filename ) : void
filename string
Résultat void

AddHeader() public méthode

public AddHeader ( string name, string value ) : void
name string
value string
Résultat void

AppendCookie() public méthode

public AppendCookie ( System.Web.HttpCookie cookie ) : void
cookie System.Web.HttpCookie
Résultat void

AppendHeader() public méthode

public AppendHeader ( string name, string value ) : void
name string
value string
Résultat void

AppendToLog() public méthode

public AppendToLog ( string param ) : void
param string
Résultat void

ApplyAppPathModifier() public méthode

public ApplyAppPathModifier ( string virtualPath ) : string
virtualPath string
Résultat string

BinaryWrite() public méthode

public BinaryWrite ( byte buffer ) : void
buffer byte
Résultat void

Clear() public méthode

public Clear ( ) : void
Résultat void

ClearContent() public méthode

public ClearContent ( ) : void
Résultat void

ClearHeaders() public méthode

public ClearHeaders ( ) : void
Résultat void

Close() public méthode

public Close ( ) : void
Résultat void

DisableKernelCache() public méthode

public DisableKernelCache ( ) : void
Résultat void

End() public méthode

public End ( ) : void
Résultat void

Flush() public méthode

public Flush ( ) : void
Résultat void

HttpResponseProxy() public méthode

public HttpResponseProxy ( HttpResponse httpResponse ) : System
httpResponse HttpResponse
Résultat System

Pics() public méthode

public Pics ( string value ) : void
value string
Résultat void

Redirect() public méthode

public Redirect ( string url ) : void
url string
Résultat void

Redirect() public méthode

public Redirect ( string url, bool endResponse ) : void
url string
endResponse bool
Résultat void

SetCookie() public méthode

public SetCookie ( HttpCookie cookie ) : void
cookie HttpCookie
Résultat void

TransmitFile() public méthode

public TransmitFile ( string filename ) : void
filename string
Résultat void

TransmitFile() public méthode

public TransmitFile ( string filename, long offset, long length ) : void
filename string
offset long
length long
Résultat void

Write() public méthode

public Write ( char ch ) : void
ch char
Résultat void

Write() public méthode

public Write ( char buffer, int index, int count ) : void
buffer char
index int
count int
Résultat void

Write() public méthode

public Write ( object obj ) : void
obj object
Résultat void

Write() public méthode

public Write ( string s ) : void
s string
Résultat void

WriteFile() public méthode

public WriteFile ( IntPtr fileHandle, long offset, long size ) : void
fileHandle IntPtr
offset long
size long
Résultat void

WriteFile() public méthode

public WriteFile ( string filename ) : void
filename string
Résultat void

WriteFile() public méthode

public WriteFile ( string filename, bool readIntoMemory ) : void
filename string
readIntoMemory bool
Résultat void

WriteFile() public méthode

public WriteFile ( string filename, long offset, long size ) : void
filename string
offset long
size long
Résultat void

WriteSubstitution() public méthode

public WriteSubstitution ( HttpResponseSubstitutionCallback callback ) : void
callback HttpResponseSubstitutionCallback
Résultat void