C# 클래스 Unicorn.Remote.Processor.UnicornRemotePipelineProcessor

상속: HttpRequestProcessor
파일 보기 프로젝트 열기: BerserkerDotNet/Unicorn.VisualStudio

공개 메소드들

메소드 설명
Process ( HttpRequestArgs args ) : void
UnicornRemotePipelineProcessor ( string activationUrl ) : System

비공개 메소드들

메소드 설명
Process ( HttpContext context, Action action ) : void
ProcessConfiguration ( HttpContext context ) : void
ProcessRequest ( HttpContext context ) : void
ProcessReserialize ( ProgressReporter progress ) : void
ProcessSync ( ProgressReporter progress ) : void
ResolveConfigurations ( ) : IConfiguration[]
Serialize ( ISourceItem root, IPredicate predicate, ISerializationProvider serializationProvider, ILogger logger ) : void
SetResponse ( HttpContext context, int statusCode, string description ) : void
SetSuccessResponse ( HttpContext context ) : void
SetTextResponse ( HttpContext context, string data ) : void

메소드 상세

Process() 공개 메소드

public Process ( HttpRequestArgs args ) : void
args HttpRequestArgs
리턴 void

UnicornRemotePipelineProcessor() 공개 메소드

public UnicornRemotePipelineProcessor ( string activationUrl ) : System
activationUrl string
리턴 System