Click or drag to resize
IWebSiteRequestContent Method
Processes the request for content as if it had been a request received event raised by a web server.

Namespace: VirtualRadar.Interface.WebSite
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
void RequestContent(
	RequestReceivedEventArgs args
)

Parameters

args
Type: VirtualRadar.Interface.WebServerRequestReceivedEventArgs
Remarks
This method allows other parts of the system to fetch pages as a browser would see them but without having to mimic an IWebServer, or interfere with the live IWebServer.
See Also