Method |
Description |
|
IHttpResponse ( string virtualPath ) : string |
|
|
IHttpResponse ( ) : void |
|
|
IHttpResponse ( ArrayList cacheKeys ) : void |
|
|
IHttpResponse ( System.Web.HttpCookie cookie ) : void |
|
|
IHttpResponse ( HttpResponseSubstitutionCallback callback ) : void |
|
|
IHttpResponse ( IntPtr fileHandle, long offset, long size ) : void |
|
|
IHttpResponse ( byte buffer ) : void |
|
|
IHttpResponse ( char buffer, int index, int count ) : void |
|
|
IHttpResponse ( object obj ) : void |
|
|
IHttpResponse ( string cacheKeys ) : void |
|
|
IHttpResponse ( string url, bool endResponse ) : void |
|
|
IHttpResponse ( string filename, long offset, long length ) : void |
|
|
IHttpResponse ( string name, string value ) : void |
|
|