C# Class SenseNet.Portal.Dws.FppHandler

Inheritance: IHttpHandler
Mostra file Open project: maxpavlov/FlexNet

Public Methods

Method Description
ProcessRequest ( HttpContext context ) : void

Private Methods

Method Description
Encode ( string s ) : string
GetDocInfo ( Node doc ) : string
GetDocMetaInfo ( Node doc ) : string
GetFormattedString ( string s ) : string
HandleAuthorCheckoutDocument ( HttpContext context ) : void
HandleAuthorGetDocsMetaInfo ( HttpContext context ) : void
HandleAuthorOpenService ( HttpContext context ) : void
HandleAuthorPutDocument ( HttpContext context, string firstLine, System resultStream ) : void
HandleError ( HttpContext context ) : void
HandleServerVersion ( HttpContext context ) : void
HandleUrlToWebUrl ( HttpContext context ) : void
HandleVtiInf ( HttpContext context ) : void
HandleWorkflow ( HttpContext context ) : void

Method Details

ProcessRequest() public method

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