C# Class CSReportWebServer.Main

Show file Open project: javiercrowsoft/CSReports.net

Public Methods

Method Description
Init ( string args, fMain f ) : int
RegisterNativeMessagingHost ( string args ) : int
sendMessage ( Newtonsoft.Json.Linq.JObject message ) : void

Private Methods

Method Description
InvalidCommand ( string command ) : int
InvalidOption ( string option ) : int
InvalidOptionValue ( string option, string value ) : int
RunNativeMessagingHost ( string args, fMain f ) : int
Usage ( TextWriter tw = null ) : int

Method Details

Init() public static method

public static Init ( string args, fMain f ) : int
args string
f fMain
return int

RegisterNativeMessagingHost() public static method

public static RegisterNativeMessagingHost ( string args ) : int
args string
return int

sendMessage() public static method

public static sendMessage ( Newtonsoft.Json.Linq.JObject message ) : void
message Newtonsoft.Json.Linq.JObject
return void