C# Класс Subtext.Framework.Syndication.CommentHandler

CommentAPI Implementation (http://wellformedweb.org/story/9) Accepts a posted XML document via HttpPost.
Наследование: IHttpHandler
Показать файл Открыть проект

Открытые методы

Метод Описание
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