C# Class Subtext.Framework.Tracking.TrackBackHandler

Service used to receive trackbacks from remote clients.
Inheritance: IHttpHandler
Afficher le fichier Open project: ayende/Subtext Class Usage Examples

Méthodes publiques

Méthode Description
ProcessRequest ( HttpContext context ) : void

Enables processing of HTTP Web requests by a custom that implements the T:System.Web.IHttpHandler interface.

Private Methods

Méthode Description
CreateTrackbackAndSendResponse ( HttpContext context, Entry entry, int entryId ) : void
HandleTrackback ( HttpContext context ) : void
IsSourceVerification ( Uri sourceUrl, Uri entryUrl ) : bool
SafeParam ( HttpContext context, string pName ) : string
SendTrackbackResponse ( HttpContext context, int errorNumber, string errorMessage ) : void
SendTrackbackRss ( HttpContext context, Entry entry, int postId ) : void

Method Details

ProcessRequest() public méthode

Enables processing of HTTP Web requests by a custom that implements the T:System.Web.IHttpHandler interface.
public ProcessRequest ( HttpContext context ) : void
context System.Web.HttpContext An object that provides references to the intrinsic server objects (for example, , , , and ) used to service HTTP requests.
Résultat void