GetHttpHeader Method

Glimpse API

IRequestMetadata GetHttpHeader Method Glimpse API Documentation
Gets the HTTP header.

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

Syntax

string GetHttpHeader(
	string name
)
string GetHttpHeader(
	string name
)

Parameters

name
Type: OnlineSystem String
The name.

Return Value

Value of the Http header.
See Also