| HttpServerContext Class |
Namespace: Adf
The HttpServerContext type exposes the following members.
| Name | Description | |
|---|---|---|
| BeginWrite |
Begin Async And Chunk Write, You Need Invoke EndWrite
| |
| EndWrite |
End Write
| |
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode |
用作特定类型的哈希函数。
(Inherited from Object.) | |
| GetType |
获取当前实例的 Type。
(Inherited from Object.) | |
| MemberwiseClone |
创建当前 Object 的浅表副本。
(Inherited from Object.) | |
| ToString | (Inherited from Object.) | |
| Write |
Write Chunk Content
|
| 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.) |