Click or drag to resize
IResponseAddHeader Method
Adds a header to the response. If the header already exists then its value is overwritten.

Namespace: VirtualRadar.Interface.WebServer
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
void AddHeader(
	string name,
	string value
)

Parameters

name
Type: SystemString
value
Type: SystemString
See Also