IFrameworkProvider Members

Glimpse API

IFrameworkProvider Members Glimpse API Documentation

The IFrameworkProvider type exposes the following members.

Methods

  NameDescription
Public methodInjectHttpResponseBody
Injects the Http response body.
Public methodSetCookie
Sets the cookie.
Public methodSetHttpResponseHeader
Sets the Http response header.
Public methodSetHttpResponseStatusCode
Sets the Http response status code.
Public methodWriteHttpResponse( Byte )
Writes the Http response.
Public methodWriteHttpResponse(String)
Writes the Http response.
Back to Top
Properties

  NameDescription
Public propertyHttpRequestStore
Gets the Http request store.
Public propertyHttpServerStore
Gets the Http server store.
Public propertyRequestMetadata
Gets the request metadata.
Public propertyRuntimeContext
Gets the runtime context.
Back to Top
See Also