C# 클래스 Pcc.HTTPDatabaseHandler

Summary description for HTTPDatabaseHandler
상속: PccHandler
파일 보기 프로젝트 열기: Accusoft/PCC-Viewer-CSharp-Database-Demo

공개 메소드들

메소드 설명
ProcessRequest ( HttpContext context, Match match ) : void

비공개 메소드들

메소드 설명
selectAnnotaion ( HttpContext context, string externalId, string userName ) : void

Selects an annotation from the current database context.

sendResponse ( HttpContext context, int status, Object body = null ) : void
toJSON ( Object obj ) : string
upsertAnnotation ( HttpContext context, string externalId, string userName ) : void

Updates or inserts an annotation into the current database context.

메소드 상세

ProcessRequest() 공개 메소드

public ProcessRequest ( HttpContext context, Match match ) : void
context System.Web.HttpContext
match System.Text.RegularExpressions.Match
리턴 void