Calyptus.Mvc.HttpResponseWrapper.IHttpResponse C# (CSharp) Method

IHttpResponse() private method

private IHttpResponse ( string virtualPath ) : string
virtualPath string
return string
		string IHttpResponse.ApplyAppPathModifier(string virtualPath)
		{
			return this._httpResponse.ApplyAppPathModifier(virtualPath);
		}

Same methods

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