C# Class EventServer.Core.HttpHandlers.MetaWeblogHandler

Inheritance: IHttpHandler
Mostra file Open project: roundtable/EventServer

Public Methods

Method Description
ProcessRequest ( HttpContext context ) : void

Private Methods

Method Description
DeletePage ( string blogID, string pageID, string userName, string password ) : bool
DeletePost ( string appKey, string postID, string userName, string password, bool publish ) : bool
EditPage ( string blogID, string pageID, string userName, string password, MWAPage mPage, bool publish ) : bool
EditPost ( string postID, string userName, string password, MWAPost sentPost, bool publish ) : bool
GetAuthors ( string blogID, string userName, string password ) : List
GetCategories ( string blogID, string userName, string password, string rootUrl ) : List
GetKeywords ( string blogID, string userName, string password ) : List
GetPage ( string blogID, string pageID, string userName, string password ) : MWAPage

wp.getPage

GetPages ( string blogID, string userName, string password ) : List

wp.getPages

GetPost ( string postID, string userName, string password ) : MWAPost
GetRecentPosts ( string blogID, string userName, string password, int numberOfPosts ) : List
GetUserBlogs ( string appKey, string userName, string password, string rootUrl ) : List
NewMediaObject ( string blogID, string userName, string password, MWAMediaObject mediaObject, HttpContext request ) : MWAMediaInfo
NewPage ( string blogID, string userName, string password, MWAPage mPage, bool publish ) : string

wp.newPage

NewPost ( string blogId, string userName, string password, MWAPost sentPost, bool publish ) : string
ValidateRequest ( string userName, string password ) : void

Method Details

ProcessRequest() public method

public ProcessRequest ( HttpContext context ) : void
context System.Web.HttpContext
return void