C# Class Calyptus.Mvc.HttpResponseWrapper

Inheritance: IHttpResponse
Show file Open project: sebmarkbage/calyptus.mvc

Private Properties

Property Type Description
IHttpResponse string
IHttpResponse void
IHttpResponse void
IHttpResponse void
IHttpResponse void
IHttpResponse void
IHttpResponse void
IHttpResponse void
IHttpResponse void
IHttpResponse void
IHttpResponse void
IHttpResponse void
IHttpResponse void

Public Methods

Method Description
HttpResponseWrapper ( HttpResponse httpResponse ) : System

Private Methods

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

Method Details

HttpResponseWrapper() public method

public HttpResponseWrapper ( HttpResponse httpResponse ) : System
httpResponse System.Web.HttpResponse
return System