C# Class Composite.Core.WebClient.PhantomJs.PhantomServer

Contains information about currently running instance of a PhantomJS server
Inheritance: IDisposable
显示文件 Open project: Orckestra/C1-CMS Class Usage Examples

Private Properties

Property Type Description
Dispose void
DisposeInternal void
IsEndOfReply bool
PhantomServer System
RenderUrlImpl RenderingResult

Public Methods

Method Description
Dispose ( ) : void
RenderUrlAsync ( System.Web.HttpCookie cookies, string url, string outputImageFilePath, string mode ) : Task
ShutDown ( bool alreadyLocked, bool silent = false ) : void

Private Methods

Method Description
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

Method Details

Dispose() public method

public Dispose ( ) : void
return void

RenderUrlAsync() public static method

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

ShutDown() public static method

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