Click or drag to resize
IResponderForbidden Method
Returns a response indicating that the request is not authorised.

Namespace: VirtualRadar.Interface.WebServer
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
void Forbidden(
	IResponse response
)

Parameters

response
Type: VirtualRadar.Interface.WebServerIResponse
See Also