IWebSiteRequestContent Method |
Processes the request for content as if it had been a request received event raised by a web server.
Namespace: VirtualRadar.Interface.WebSiteAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax void RequestContent(
RequestReceivedEventArgs args
)
Sub RequestContent (
args As RequestReceivedEventArgs
)
void RequestContent(
RequestReceivedEventArgs^ args
)
abstract RequestContent :
args : RequestReceivedEventArgs -> unit
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