Method | Description | |
---|---|---|
EndResponse ( bool abort ) : void |
Closes the HTTP context and responds to the calling client.
|
|
StumpsHttpContext ( |
Initializes a new instance of the T:Stumps.Http.StumpsHttpContext class.
|
Method | Description | |
---|---|---|
WriteBody ( ) : void |
Writes the body to the HTTP listener response.
|
|
WriteHeaders ( ) : void |
Writes the headers to the HTTP listener response.
|
public EndResponse ( bool abort ) : void | ||
abort | bool | if set to |
return | void |
public StumpsHttpContext ( |
||
context | The |
|
return | System |