WriteHttpResponse Method (String)

Glimpse API

IFrameworkProvider WriteHttpResponse Method (String) Glimpse API Documentation
Writes the Http response.

Namespace: Glimpse.Core.Framework
Assembly: Glimpse.Core (in Glimpse.Core.dll) Version: 1.0.1.0 (1.0.1)

Syntax

void WriteHttpResponse(
	string content
)
void WriteHttpResponse(
	string content
)

Parameters

content
Type: OnlineSystem String
The content.
Remarks

Used by the resource infrastructure to output string content (i.e. generated strings, JSON objects, etc).
See Also