Extension related to HttpResponse.

Namespace: MonoSoftware.Web
Assembly: MonoSoftware.Web (in MonoSoftware.Web.dll) Version: 1.0.40.661 (1.0.40.661)

Syntax

C#
public static class HttpResponseExtension
Visual Basic
<ExtensionAttribute> 
Public NotInheritable Class HttpResponseExtension
Visual C++
[ExtensionAttribute]
public ref class HttpResponseExtension abstract sealed
F#
[<AbstractClassAttribute>]
[<SealedAttribute>]
type HttpResponseExtension =  class end

Inheritance Hierarchy

System..::..Object
  MonoSoftware.Web..::..HttpResponseExtension

See Also