IResponderForbidden Method |
Returns a response indicating that the request is not authorised.
Namespace: VirtualRadar.Interface.WebServerAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax void Forbidden(
IResponse response
)
Sub Forbidden (
response As IResponse
)
void Forbidden(
IResponse^ response
)
abstract Forbidden :
response : IResponse -> unit
Parameters
- response
- Type: VirtualRadar.Interface.WebServerIResponse
See Also