Image Resizer : API Documentation

Type ApplyResponseHeadersDelegate

Namespace ImageResizer.Caching

Parent MulticastDelegate

Public instance methods

IAsyncResult BeginInvoke(IResponseHeaders headers, HttpContext context, AsyncCallback callback, object object)

object Clone()

object DynamicInvoke(Object[] args)

void EndInvoke(IAsyncResult result)

Delegate[] GetInvocationList()

void Invoke(IResponseHeaders headers, HttpContext context)

Public properties

MethodInfo Method get;

object Target get;