C# Class HttpInterfaces.HttpResponseProxy

Inheritance: IHttpResponse
显示文件 Open project: JonKruger/HttpInterfaces

Public Methods

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

public AddCacheDependency ( System.Web.Caching.CacheDependency dependencies ) : void
dependencies System.Web.Caching.CacheDependency
return void

AddCacheItemDependencies() public method

public AddCacheItemDependencies ( ArrayList cacheKeys ) : void
cacheKeys System.Collections.ArrayList
return void

AddCacheItemDependencies() public method

public AddCacheItemDependencies ( string cacheKeys ) : void
cacheKeys string
return void

AddCacheItemDependency() public method

public AddCacheItemDependency ( string cacheKey ) : void
cacheKey string
return void

AddFileDependencies() public method

public AddFileDependencies ( ArrayList filenames ) : void
filenames System.Collections.ArrayList
return void

AddFileDependencies() public method

public AddFileDependencies ( string filenames ) : void
filenames string
return void

AddFileDependency() public method

public AddFileDependency ( string filename ) : void
filename string
return void

AddHeader() public method

public AddHeader ( string name, string value ) : void
name string
value string
return void

AppendCookie() public method

public AppendCookie ( System.Web.HttpCookie cookie ) : void
cookie System.Web.HttpCookie
return void

AppendHeader() public method

public AppendHeader ( string name, string value ) : void
name string
value string
return void

AppendToLog() public method

public AppendToLog ( string param ) : void
param string
return void

ApplyAppPathModifier() public method

public ApplyAppPathModifier ( string virtualPath ) : string
virtualPath string
return string

BinaryWrite() public method

public BinaryWrite ( byte buffer ) : void
buffer byte
return void

Clear() public method

public Clear ( ) : void
return void

ClearContent() public method

public ClearContent ( ) : void
return void

ClearHeaders() public method

public ClearHeaders ( ) : void
return void

Close() public method

public Close ( ) : void
return void

DisableKernelCache() public method

public DisableKernelCache ( ) : void
return void

End() public method

public End ( ) : void
return void

Flush() public method

public Flush ( ) : void
return void

HttpResponseProxy() public method

public HttpResponseProxy ( HttpResponse httpResponse ) : System
httpResponse HttpResponse
return System

Pics() public method

public Pics ( string value ) : void
value string
return void

Redirect() public method

public Redirect ( string url ) : void
url string
return void

Redirect() public method

public Redirect ( string url, bool endResponse ) : void
url string
endResponse bool
return void

SetCookie() public method

public SetCookie ( HttpCookie cookie ) : void
cookie HttpCookie
return void

TransmitFile() public method

public TransmitFile ( string filename ) : void
filename string
return void

TransmitFile() public method

public TransmitFile ( string filename, long offset, long length ) : void
filename string
offset long
length long
return void

Write() public method

public Write ( char ch ) : void
ch char
return void

Write() public method

public Write ( char buffer, int index, int count ) : void
buffer char
index int
count int
return void

Write() public method

public Write ( object obj ) : void
obj object
return void

Write() public method

public Write ( string s ) : void
s string
return void

WriteFile() public method

public WriteFile ( IntPtr fileHandle, long offset, long size ) : void
fileHandle IntPtr
offset long
size long
return void

WriteFile() public method

public WriteFile ( string filename ) : void
filename string
return void

WriteFile() public method

public WriteFile ( string filename, bool readIntoMemory ) : void
filename string
readIntoMemory bool
return void

WriteFile() public method

public WriteFile ( string filename, long offset, long size ) : void
filename string
offset long
size long
return void

WriteSubstitution() public method

public WriteSubstitution ( HttpResponseSubstitutionCallback callback ) : void
callback HttpResponseSubstitutionCallback
return void