2 references to WrapCallback
System.Web (2)
Abstractions\HttpContextWrapper.cs (1)
36return _context.AddOnRequestCompleted(WrapCallback(callback));
Abstractions\HttpResponseWrapper.cs (1)
285return _httpResponse.AddOnSendingHeaders(HttpContextWrapper.WrapCallback(callback));