| HttpServer Methods |
The HttpServer type exposes the following members.
| Name | Description | |
|---|---|---|
| Dispose |
Dispose
| |
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode |
用作特定类型的哈希函数。
(Inherited from Object.) | |
| GetType |
获取当前实例的 Type。
(Inherited from Object.) | |
| GetWebSocket |
获取指定id websocket,未找到则返回null
| |
| MemberwiseClone |
创建当前 Object 的浅表副本。
(Inherited from Object.) | |
| Start |
start
| |
| Stop |
Stop
| |
| ToString | (Inherited from Object.) | |
| WebSocketDisconnect |
断开连接
| |
| WebSocketDisconnectAll |
断开所有连接
| |
| WebSocketForEach |
遍历当前具有的WebSocket连接
|