C# Class Subtext.Framework.Syndication.CommentHandler

CommentAPI Implementation (http://wellformedweb.org/story/9) Accepts a posted XML document via HttpPost.
Inheritance: IHttpHandler
ファイルを表示 Open project: ayende/Subtext

Public Methods

Method Description
CommentHandler ( ) : System

Initializes a new instance of the CommentHandler class.

ProcessRequest ( HttpContext context ) : void

Enables processing of HTTP Web requests by a custom HttpHandler that implements the interface.

Method Details

CommentHandler() public method

Initializes a new instance of the CommentHandler class.
public CommentHandler ( ) : System
return System

ProcessRequest() public method

Enables processing of HTTP Web requests by a custom HttpHandler that implements the interface.
public ProcessRequest ( HttpContext context ) : void
context System.Web.HttpContext An object that provides references to the intrinsic server objects (for example, Request, Response, Session, and Server) used to service HTTP requests.
return void