HttpServerChunkStatus Enumeration |
块输出状态
Namespace: AdfAssembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax public enum HttpServerChunkStatus
Public Enumeration HttpServerChunkStatus
public enum class HttpServerChunkStatus
type HttpServerChunkStatus
Members
| Member name | Value | Description |
---|
| NoBegin | 0 |
No Begin
|
| Writing | 1 |
In The Writing
|
| End | 2 |
ENd
|
See Also