/// <summary>
 /// Looks up the hashtable of handlers for the specified hook point
 /// </summary>
 internal Hashtable this[HttpRequestHookPoints hookPoint]
 {
     get
     {
         return((Hashtable)_requestHandlerListLookupTable[hookPoint]);
     }
 }
		/// <summary>
		/// Looks up the hashtable of handlers for the specified hook point
		/// </summary>
		internal Hashtable this[HttpRequestHookPoints hookPoint]
		{
			get
			{
				return (Hashtable)_requestHandlerListLookupTable[hookPoint];
			}
		}