| HttpServerStart 方法 (String) | 
 
            启动服务器,正常调用该方法时,应该使用try...catch...来捕获错误信息
 
        命名空间: 
     HslCommunication.Enthernet
        程序集:
     HslCommunication (在 HslCommunication.dll 中) 版本:12.5.1.0 (12.5.1.0)
 语法
语法public void Start(
	string prefix
)
Public Sub Start ( 
	prefix As String
)
public:
void Start(
	String^ prefix
)
member Start : 
        prefix : string -> unit 
参数
- prefix
- 类型:SystemString
 例如 http://127.0.0.1:8000/
 异常
异常| 异常 | 条件 | 
|---|
| HttpListenerException |  | 
| ObjectDisposedException |  | 
 参见
参见