C# 클래스 Subtext.Framework.Syndication.CommentHandler

CommentAPI Implementation (http://wellformedweb.org/story/9) Accepts a posted XML document via HttpPost.
상속: IHttpHandler
파일 보기 프로젝트 열기: ayende/Subtext

공개 메소드들

메소드 설명
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.

메소드 상세

CommentHandler() 공개 메소드

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

ProcessRequest() 공개 메소드

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.
리턴 void