Exemple #1
0
 protected void OnPreRequestHandlerExecute(object sender, EventArgs e)
 {
     HttpContextProvider.OnBeginRequest();   // preserves HttpContext.Current for use across async/await boundaries.
 }