C# Class System.Web.Handlers.ScriptResourceHandler.AssemblyResourceLoader

Inheritance: IHttpHandler
Show file Open project: kumpera/mono

Private Properties

Property Type Description
CreateResourceUrl string
DecryptAssemblyResource EmbeddedResource
GetResourceUrl string
GetResourceUrl string
GetResourceUrl string
GetStringHash string
InitEmbeddedResourcesUrls void
System void

Protected Methods

Method Description
ProcessRequest ( HttpContext context ) : void

Private Methods

Method Description
CreateResourceUrl ( KeyedHashAlgorithm kha, string assemblyName, string assemblyNameHash, string assemblyPath, string resourceNameHash, bool debug, bool notifyScriptLoaded ) : string
DecryptAssemblyResource ( string val, AssemblyEmbeddedResources &entry ) : EmbeddedResource
GetResourceUrl ( Assembly assembly, string resourceName, bool notifyScriptLoaded ) : string
GetResourceUrl ( KeyedHashAlgorithm kha, Assembly assembly, string resourceName, bool notifyScriptLoaded ) : string
GetResourceUrl ( Type type, string resourceName ) : string
GetStringHash ( KeyedHashAlgorithm kha, string str ) : string
InitEmbeddedResourcesUrls ( KeyedHashAlgorithm kha, Assembly assembly, string assemblyName, string assemblyHash, AssemblyEmbeddedResources entry ) : void
System ( HttpContext context ) : void

Method Details

ProcessRequest() protected method

protected ProcessRequest ( HttpContext context ) : void
context HttpContext
return void