| HttpServerStart 方法 (Int32) | 
 
            启动服务器,正常调用该方法时,应该使用try...catch...来捕获错误信息
            Start the server and use try...catch... to capture the error message when calling this method normally
            
 
        命名空间: 
     HslCommunication.Enthernet
        程序集:
     HslCommunication (在 HslCommunication.dll 中) 版本:12.5.1.0 (12.5.1.0)
 语法
语法public void Start(
	int port
)
Public Sub Start ( 
	port As Integer
)
public:
void Start(
	int port
)
member Start : 
        port : int -> unit 
参数
- port
- 类型:SystemInt32
 端口号信息
 异常
异常| 异常 | 条件 | 
|---|
| HttpListenerException |  | 
| ObjectDisposedException |  | 
 参见
参见