C# 클래스 Composite.Core.WebClient.PhantomJs.PhantomServer

Contains information about currently running instance of a PhantomJS server
상속: IDisposable
파일 보기 프로젝트 열기: Orckestra/C1-CMS 1 사용 예제들

Private Properties

프로퍼티 타입 설명
Dispose void
DisposeInternal void
IsEndOfReply bool
PhantomServer System
RenderUrlImpl RenderingResult

공개 메소드들

메소드 설명
Dispose ( ) : void
RenderUrlAsync ( System.Web.HttpCookie cookies, string url, string outputImageFilePath, string mode ) : Task
ShutDown ( bool alreadyLocked, bool silent = false ) : void

비공개 메소드들

메소드 설명
Dispose ( bool disposing ) : void
DisposeInternal ( bool silent ) : void
IsEndOfReply ( string line ) : bool
PhantomServer ( ) : System
RenderUrlImpl ( System.Web.HttpCookie cookies, string url, string outputImageFilePath, string mode ) : RenderingResult

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

RenderUrlAsync() 공개 정적인 메소드

public static RenderUrlAsync ( System.Web.HttpCookie cookies, string url, string outputImageFilePath, string mode ) : Task
cookies System.Web.HttpCookie
url string
outputImageFilePath string
mode string
리턴 Task

ShutDown() 공개 정적인 메소드

public static ShutDown ( bool alreadyLocked, bool silent = false ) : void
alreadyLocked bool
silent bool
리턴 void