C# 클래스 EventServer.Core.HttpHandlers.XMLRPCResponse

파일 보기 프로젝트 열기: roundtable/EventServer 1 사용 예제들

공개 메소드들

메소드 설명
Response ( HttpContext context ) : void
XMLRPCResponse ( string methodName ) : System

비공개 메소드들

메소드 설명
ConvertDatetoISO8601 ( System.DateTime date ) : string
WriteAuthors ( XmlTextWriter data ) : void
WriteBool ( XmlTextWriter data ) : void
WriteFault ( XmlTextWriter data ) : void
WriteGetCategories ( XmlTextWriter data ) : void
WriteGetUsersBlogs ( XmlTextWriter data ) : void
WriteKeywords ( XmlTextWriter data ) : void
WriteMediaInfo ( XmlTextWriter data ) : void
WriteNewPage ( XmlTextWriter data ) : void
WriteNewPost ( XmlTextWriter data ) : void
WritePage ( XmlTextWriter data ) : void
WritePages ( XmlTextWriter data ) : void
WritePost ( XmlTextWriter data ) : void
WritePosts ( XmlTextWriter data ) : void
WriteShortPages ( XmlTextWriter data ) : void

메소드 상세

Response() 공개 메소드

public Response ( HttpContext context ) : void
context System.Web.HttpContext
리턴 void

XMLRPCResponse() 공개 메소드

public XMLRPCResponse ( string methodName ) : System
methodName string
리턴 System