| WebSocketClient Class |
Namespace: Adf
The WebSocketClient type exposes the following members.
| Name | Description | |
|---|---|---|
| WebSocketClient(String, Int32) |
以指定主机初始化实例
| |
| WebSocketClient(String, Int32, String) |
以指定主机初始化实例
|
| Name | Description | |
|---|---|---|
| Close |
资源释放
| |
| Connection |
连接
| |
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode |
用作特定类型的哈希函数。
(Inherited from Object.) | |
| GetType |
获取当前实例的 Type。
(Inherited from Object.) | |
| MemberwiseClone |
创建当前 Object 的浅表副本。
(Inherited from Object.) | |
| Send |
消息发送
| |
| ToString | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| Connectioned |
获取是否已连接至主机
| |
| Encoding |
获取或设置字符解释编码,默认UTF8
| |
| Header |
获取或设置请求头
| |
| Host |
主机
| |
| LocalEndPoint |
获取本地端口
| |
| Path |
获取当前连接请求路径
| |
| Port |
端口
| |
| ResponseHeader |
获取响应头
|