C# Class WebLinter.NodeServer

ファイルを表示 Open project: madskristensen/WebAnalyzer Class Usage Examples

Public Methods

Method Description
CallServerAsync ( string path, WebLinter.ServerPostData postData ) : Task
Down ( ) : void

Private Methods

Method Description
EnsureInitializedAsync ( ) : System.Threading.Tasks.Task
GetNodeDirectory ( ) : string
SelectAvailablePort ( ) : void

Method Details

CallServerAsync() public method

public CallServerAsync ( string path, WebLinter.ServerPostData postData ) : Task
path string
postData WebLinter.ServerPostData
return Task

Down() public method

public Down ( ) : void
return void