| RequestReceivedEventArgs Constructor | 
            Creates a new object.
            
 
Namespace: VirtualRadar.Interface.WebServerAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
 Syntax
Syntaxpublic RequestReceivedEventArgs(
	IRequest request,
	IResponse response,
	string root
)
Public Sub New ( 
	request As IRequest,
	response As IResponse,
	root As String
)
public:
RequestReceivedEventArgs(
	IRequest^ request, 
	IResponse^ response, 
	String^ root
)
new : 
        request : IRequest * 
        response : IResponse * 
        root : string -> RequestReceivedEventArgsParameters
- request
- Type: VirtualRadar.Interface.WebServerIRequest
 
- response
- Type: VirtualRadar.Interface.WebServerIResponse
 
- root
- Type: SystemString
 
 See Also
See Also