IFrameworkProvider Methods
From Glimpse API
| IFrameworkProvider Methods | Glimpse API Documentation |
The IFrameworkProvider type exposes the following members.
Back to Top
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.
|
See Also