Свойство | Type | Description | |
---|---|---|---|
AddCacheDependency | void | ||
AddCacheItemDependencies | void | ||
AddCacheItemDependencies | void | ||
AddCacheItemDependency | void | ||
AddHeadersNoCache | void | ||
AppendToLog | void | ||
BinaryWrite | void | ||
DoFilter | void | ||
Flush | void | ||
GetCachedResponse | System.Web.Caching.CachedRawResponse | ||
GetNormalizedFileName | string | ||
GetOutputByteCount | int | ||
HttpResponse | System.Text | ||
HttpResponse | System.Text | ||
IsFileSystemDirSeparator | bool | ||
Redirect | void | ||
RedirectToRoute | void | ||
ReleaseResources | void | ||
SetAppPathModifier | void | ||
SetCachedHeaders | void | ||
SetTextWriter | |||
TransmitFile | void | ||
TransmitFile | void | ||
TransmitFile | void | ||
WriteFile | void | ||
WriteHeaders | void |
Méthode | Description | |
---|---|---|
AddFileDependencies ( |
||
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 | ||
ApplyAppPathModifier ( string virtualPath ) : string | ||
BinaryWrite ( byte buffer ) : void | ||
Clear ( ) : void | ||
ClearContent ( ) : void | ||
ClearHeaders ( ) : void | ||
Close ( ) : void | ||
DisableKernelCache ( ) : void | ||
End ( ) : void | ||
Flush ( ) : void | ||
HttpResponse ( |
||
Pics ( string value ) : void | ||
Redirect ( string url ) : void | ||
Redirect ( string url, bool endResponse ) : void | ||
RedirectPermanent ( string url ) : void | ||
RedirectPermanent ( string url, bool endResponse ) : void | ||
RedirectToRoute ( RouteValueDictionary routeValues ) : void | ||
RedirectToRoute ( object routeValues ) : void | ||
RedirectToRoute ( string routeName ) : void | ||
RedirectToRoute ( string routeName, RouteValueDictionary routeValues ) : void | ||
RedirectToRoute ( string routeName, object routeValues ) : void | ||
RedirectToRoutePermanent ( RouteValueDictionary routeValues ) : void | ||
RedirectToRoutePermanent ( object routeValues ) : void | ||
RedirectToRoutePermanent ( string routeName ) : void | ||
RedirectToRoutePermanent ( string routeName, RouteValueDictionary routeValues ) : void | ||
RedirectToRoutePermanent ( string routeName, object routeValues ) : void | ||
RemoveOutputCacheItem ( string path ) : void | ||
RemoveOutputCacheItem ( string path, string providerName ) : void | ||
SetCookie ( System.Web.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 |
Méthode | Description | |
---|---|---|
AddCacheDependency ( System.Web.Caching.CacheDependency dependencies ) : void | ||
AddCacheItemDependencies ( |
||
AddCacheItemDependencies ( string cacheKeys ) : void | ||
AddCacheItemDependency ( string cacheKey ) : void | ||
AddHeadersNoCache ( |
||
AppendToLog ( string param ) : void | ||
BinaryWrite ( byte buffer, int start, int len ) : void | ||
DoFilter ( bool close ) : void | ||
Flush ( bool final_flush ) : void | ||
GetCachedResponse ( ) : System.Web.Caching.CachedRawResponse | ||
GetNormalizedFileName ( string fn ) : string | ||
GetOutputByteCount ( ) : int | ||
HttpResponse ( ) : System.Text | ||
HttpResponse ( System.Web.HttpWorkerRequest worker_request, |
||
IsFileSystemDirSeparator ( char ch ) : bool | ||
Redirect ( string url, bool endResponse, int code ) : void | ||
RedirectToRoute ( string callerName, string routeName, RouteValueDictionary routeValues, int redirectCode, bool endResponse ) : void | ||
ReleaseResources ( ) : void | ||
SetAppPathModifier ( string app_modifier ) : void | ||
SetCachedHeaders ( |
||
SetTextWriter ( |
||
TransmitFile ( System.Web.Hosting.VirtualFile vf ) : void | ||
TransmitFile ( System.Web.Hosting.VirtualFile vf, bool final_flush ) : void | ||
TransmitFile ( string filename, bool final_flush ) : void | ||
WriteFile ( FileStream fs, long offset, long size ) : void | ||
WriteHeaders ( bool final_flush ) : void |
public AddFileDependencies ( |
||
filenames | ||
Résultat | void |
public AddFileDependencies ( string filenames ) : void | ||
filenames | string | |
Résultat | void |
public AddFileDependency ( string filename ) : void | ||
filename | string | |
Résultat | void |
public AddHeader ( string name, string value ) : void | ||
name | string | |
value | string | |
Résultat | void |
public AppendCookie ( System.Web.HttpCookie cookie ) : void | ||
cookie | System.Web.HttpCookie | |
Résultat | void |
public AppendHeader ( string name, string value ) : void | ||
name | string | |
value | string | |
Résultat | void |
public ApplyAppPathModifier ( string virtualPath ) : string | ||
virtualPath | string | |
Résultat | string |
public HttpResponse ( |
||
writer | ||
Résultat | System.Text |
public Redirect ( string url, bool endResponse ) : void | ||
url | string | |
endResponse | bool | |
Résultat | void |
public RedirectPermanent ( string url ) : void | ||
url | string | |
Résultat | void |
public RedirectPermanent ( string url, bool endResponse ) : void | ||
url | string | |
endResponse | bool | |
Résultat | void |
public RedirectToRoute ( RouteValueDictionary routeValues ) : void | ||
routeValues | RouteValueDictionary | |
Résultat | void |
public RedirectToRoute ( object routeValues ) : void | ||
routeValues | object | |
Résultat | void |
public RedirectToRoute ( string routeName ) : void | ||
routeName | string | |
Résultat | void |
public RedirectToRoute ( string routeName, RouteValueDictionary routeValues ) : void | ||
routeName | string | |
routeValues | RouteValueDictionary | |
Résultat | void |
public RedirectToRoute ( string routeName, object routeValues ) : void | ||
routeName | string | |
routeValues | object | |
Résultat | void |
public RedirectToRoutePermanent ( RouteValueDictionary routeValues ) : void | ||
routeValues | RouteValueDictionary | |
Résultat | void |
public RedirectToRoutePermanent ( object routeValues ) : void | ||
routeValues | object | |
Résultat | void |
public RedirectToRoutePermanent ( string routeName ) : void | ||
routeName | string | |
Résultat | void |
public RedirectToRoutePermanent ( string routeName, RouteValueDictionary routeValues ) : void | ||
routeName | string | |
routeValues | RouteValueDictionary | |
Résultat | void |
public RedirectToRoutePermanent ( string routeName, object routeValues ) : void | ||
routeName | string | |
routeValues | object | |
Résultat | void |
public static RemoveOutputCacheItem ( string path ) : void | ||
path | string | |
Résultat | void |
public static RemoveOutputCacheItem ( string path, string providerName ) : void | ||
path | string | |
providerName | string | |
Résultat | void |
public SetCookie ( System.Web.HttpCookie cookie ) : void | ||
cookie | System.Web.HttpCookie | |
Résultat | void |
public TransmitFile ( string filename ) : void | ||
filename | string | |
Résultat | void |
public TransmitFile ( string filename, long offset, long length ) : void | ||
filename | string | |
offset | long | |
length | long | |
Résultat | void |
public Write ( char buffer, int index, int count ) : void | ||
buffer | char | |
index | int | |
count | int | |
Résultat | void |
public WriteFile ( IntPtr fileHandle, long offset, long size ) : void | ||
fileHandle | IntPtr | |
offset | long | |
size | long | |
Résultat | void |
public WriteFile ( string filename ) : void | ||
filename | string | |
Résultat | void |
public WriteFile ( string filename, bool readIntoMemory ) : void | ||
filename | string | |
readIntoMemory | bool | |
Résultat | void |
public WriteFile ( string filename, long offset, long size ) : void | ||
filename | string | |
offset | long | |
size | long | |
Résultat | void |
public WriteSubstitution ( HttpResponseSubstitutionCallback callback ) : void | ||
callback | HttpResponseSubstitutionCallback | |
Résultat | void |