| HttpServerWebSocketContext Class |
Namespace: Adf
The HttpServerWebSocketContext type exposes the following members.
| Name | Description | |
|---|---|---|
| HttpServerWebSocketContext |
initialize new instance
|
| Name | Description | |
|---|---|---|
| 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 | |
|---|---|---|
| Continute |
Get or set whether to continue receiving the message
| |
| Encoding |
get/or set encoding
(Inherited from HttpServerContextBase.) | |
| Id |
获取连接ID
| |
| Method |
Get Method
(Inherited from HttpServerContextBase.) | |
| Password |
密码
(Inherited from HttpServerContextBase.) | |
| Path |
Path
(Inherited from HttpServerContextBase.) | |
| Protocol |
Protocol
(Inherited from HttpServerContextBase.) | |
| ProtocolVersion |
protocol version
(Inherited from HttpServerContextBase.) | |
| QueryString |
QueryString
(Inherited from HttpServerContextBase.) | |
| RequestHeader |
RequestHeader
(Inherited from HttpServerContextBase.) | |
| RequestType |
Request Type
(Inherited from HttpServerContextBase.) | |
| ResponseHeader |
ResponseHeader
(Inherited from HttpServerContextBase.) | |
| Server |
get server
(Inherited from HttpServerContextBase.) | |
| Socket |
Socket
| |
| State |
自定义状态
| |
| Time |
获取连接创建时间
| |
| Url |
Url
(Inherited from HttpServerContextBase.) | |
| UserName |
用户名
(Inherited from HttpServerContextBase.) |
| Name | Description | |
|---|---|---|
| DataReceived |
获取或设置消息回调方法
|