WriteHttpResponse Method (Byte[])

Glimpse API

IFrameworkProvider WriteHttpResponse Method ( Byte ) 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(
	byte[] content
)
void WriteHttpResponse(
	byte[] content
)

Parameters

content
Type:  OnlineSystem Byte 
The content.
Remarks

Used by the resource infrastructure to output binary content (i.e. embedded content, images, etc).
See Also