Click or drag to resize
RequestReceivedEventArgs Constructor
Creates a new object.

Namespace: VirtualRadar.Interface.WebServer
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public RequestReceivedEventArgs(
	IRequest request,
	IResponse response,
	string root
)

Parameters

request
Type: VirtualRadar.Interface.WebServerIRequest
response
Type: VirtualRadar.Interface.WebServerIResponse
root
Type: SystemString
See Also