|
My Project v1
Project
|

类 | |
| class | HttpResponse |
静态 Public 成员函数 | |
| static bool | CheckInitJsFileRelease () |
| static void | Initiate () |
| static void | RegisterEvent () |
| static void | Execute (string str) |
| static void | Execute (Prepared< Script > script) |
| static string | Evaluate (string str) |
| static string | Evaluate (Prepared< Script > script) |
| static JsValue | Invoke (string str, params object[] arguments) |
| static JsValue | Invoke (JsValue jsValue, params object[] arguments) |
| static List< Function > | GetHandlers (string str) |
| static void | GetAndRegisterHandlers (string handlesName) |
| static void | SetHttpPort (int port, bool updateConfig=false) |
| static async Task | StartHttpListener () |
| static void | StopHttpListener () |
| static void | Update () |
| static async void | HandleHttpRequest (HttpListenerContext context) |
| static string | ErrorJsonResponse (string error) |
静态 Public 属性 | |
| static JsEngine | engine |
| static JsModLoader | loader |
| static Dictionary< string, List< Function > > | handlersDictionary |
| static HttpListener | httpListener |
| static int | httpPort |
| static string | httpPassword |
| static bool | httpProcessing |
| static bool | httpScriptPrepared |
| static Prepared< Script > | httpScript |
| static TaskCompletionSource< HttpResponse > | httpResponse = new() |
| const string | fName = "JsInterface" |
|
static |

|
static |

|
static |
|
static |

|
static |
|
static |

|
static |


|
static |

|
static |


|
static |


|
static |
|
static |

|
static |


|
static |


|
static |


|
static |

|
static |


|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |