启动服务器,正常调用该方法时,应该使用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.1.2.0 (12.1.2.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 | |
参见