| HttpServerContext Properties |
The HttpServerContext type exposes the following members.
| Name | Description | |
|---|---|---|
| ChunkWriteStatus |
获取当前是否以区块输出
| |
| Content |
Result
| |
| ContentBuffer |
Result, override content
| |
| ContextType |
get or set context-type, is default text/html
| |
| Encoding |
get/or set encoding
(Inherited from HttpServerContextBase.) | |
| Form |
Post Data
| |
| 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 |
当前连接对象
| |
| Url |
Url
(Inherited from HttpServerContextBase.) | |
| UserName |
用户名
(Inherited from HttpServerContextBase.) |