C# 클래스 HttpInterfaces.HttpResponseProxy

상속: IHttpResponse
파일 보기 프로젝트 열기: JonKruger/HttpInterfaces

공개 메소드들

메소드 설명
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

메소드 상세

AddCacheDependency() 공개 메소드

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

AddCacheItemDependencies() 공개 메소드

public AddCacheItemDependencies ( ArrayList cacheKeys ) : void
cacheKeys System.Collections.ArrayList
리턴 void

AddCacheItemDependencies() 공개 메소드

public AddCacheItemDependencies ( string cacheKeys ) : void
cacheKeys string
리턴 void

AddCacheItemDependency() 공개 메소드

public AddCacheItemDependency ( string cacheKey ) : void
cacheKey string
리턴 void

AddFileDependencies() 공개 메소드

public AddFileDependencies ( ArrayList filenames ) : void
filenames System.Collections.ArrayList
리턴 void

AddFileDependencies() 공개 메소드

public AddFileDependencies ( string filenames ) : void
filenames string
리턴 void

AddFileDependency() 공개 메소드

public AddFileDependency ( string filename ) : void
filename string
리턴 void

AddHeader() 공개 메소드

public AddHeader ( string name, string value ) : void
name string
value string
리턴 void

AppendCookie() 공개 메소드

public AppendCookie ( System.Web.HttpCookie cookie ) : void
cookie System.Web.HttpCookie
리턴 void

AppendHeader() 공개 메소드

public AppendHeader ( string name, string value ) : void
name string
value string
리턴 void

AppendToLog() 공개 메소드

public AppendToLog ( string param ) : void
param string
리턴 void

ApplyAppPathModifier() 공개 메소드

public ApplyAppPathModifier ( string virtualPath ) : string
virtualPath string
리턴 string

BinaryWrite() 공개 메소드

public BinaryWrite ( byte buffer ) : void
buffer byte
리턴 void

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

ClearContent() 공개 메소드

public ClearContent ( ) : void
리턴 void

ClearHeaders() 공개 메소드

public ClearHeaders ( ) : void
리턴 void

Close() 공개 메소드

public Close ( ) : void
리턴 void

DisableKernelCache() 공개 메소드

public DisableKernelCache ( ) : void
리턴 void

End() 공개 메소드

public End ( ) : void
리턴 void

Flush() 공개 메소드

public Flush ( ) : void
리턴 void

HttpResponseProxy() 공개 메소드

public HttpResponseProxy ( HttpResponse httpResponse ) : System
httpResponse HttpResponse
리턴 System

Pics() 공개 메소드

public Pics ( string value ) : void
value string
리턴 void

Redirect() 공개 메소드

public Redirect ( string url ) : void
url string
리턴 void

Redirect() 공개 메소드

public Redirect ( string url, bool endResponse ) : void
url string
endResponse bool
리턴 void

SetCookie() 공개 메소드

public SetCookie ( HttpCookie cookie ) : void
cookie HttpCookie
리턴 void

TransmitFile() 공개 메소드

public TransmitFile ( string filename ) : void
filename string
리턴 void

TransmitFile() 공개 메소드

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

Write() 공개 메소드

public Write ( char ch ) : void
ch char
리턴 void

Write() 공개 메소드

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

Write() 공개 메소드

public Write ( object obj ) : void
obj object
리턴 void

Write() 공개 메소드

public Write ( string s ) : void
s string
리턴 void

WriteFile() 공개 메소드

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

WriteFile() 공개 메소드

public WriteFile ( string filename ) : void
filename string
리턴 void

WriteFile() 공개 메소드

public WriteFile ( string filename, bool readIntoMemory ) : void
filename string
readIntoMemory bool
리턴 void

WriteFile() 공개 메소드

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

WriteSubstitution() 공개 메소드

public WriteSubstitution ( HttpResponseSubstitutionCallback callback ) : void
callback HttpResponseSubstitutionCallback
리턴 void