HttpServerStart 方法 |
| 名称 | 说明 | |
|---|---|---|
| Start(Int32) |
启动服务器,正常调用该方法时,应该使用try...catch...来捕获错误信息 Start the server and use try...catch... to capture the error message when calling this method normally | |
| Start(String) |
启动服务器,正常调用该方法时,应该使用try...catch...来捕获错误信息 |