IFrameworkProvider Members
From Glimpse API
| IFrameworkProvider Members | Glimpse API Documentation |
The IFrameworkProvider type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| InjectHttpResponseBody |
Injects the Http response body.
| |
| SetCookie |
Sets the cookie.
| |
| SetHttpResponseHeader |
Sets the Http response header.
| |
| SetHttpResponseStatusCode |
Sets the Http response status code.
| |
| WriteHttpResponse( Byte ) |
Writes the Http response.
| |
| WriteHttpResponse(String) |
Writes the Http response.
|
Properties
| Name | Description | |
|---|---|---|
| HttpRequestStore |
Gets the Http request store.
| |
| HttpServerStore |
Gets the Http server store.
| |
| RequestMetadata |
Gets the request metadata.
| |
| RuntimeContext |
Gets the runtime context.
|
See Also