3 instantiations of HttpRequestWrapper
System.Web (1)
Abstractions\HttpContextWrapper.cs (1)
171return new HttpRequestWrapper(_context.Request);
System.Web.Extensions (2)
Handlers\ScriptModule.cs (1)
129if (PageRequestManager.IsAsyncPostBackRequest(new HttpRequestWrapper(context.Request))) {
UI\PageWrapper.cs (1)
84return new HttpRequestWrapper(_page.Request);