RawHandlerAttribute Class

HttpServer.dll

This attribute tells the controller that the method uses SendHeader and/or SendBody to handle the request.

Namespace:  HttpServer.Controllers
Assembly:  HttpServer (in HttpServer.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public class RawHandlerAttribute : Attribute
Visual Basic (Declaration)
Public Class RawHandlerAttribute _
	Inherits Attribute
Visual C++
public ref class RawHandlerAttribute : public Attribute

Inheritance Hierarchy

System..::.Object
  System..::.Attribute
    HttpServer.Controllers..::.RawHandlerAttribute

See Also