Home
last modified time | relevance | path

Searched refs:_asyncAppHandler (Results 1 – 1 of 1) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/
H A DHttpContext.cs62 …private IHttpAsyncHandler _asyncAppHandler; // application as handler (not always HttpApplicati… field in System.Web.HttpContext
707 get { return _asyncAppHandler; }
708 set { _asyncAppHandler = value; }