点击或拖拽改变大小

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...来捕获错误信息
Top
参见