Method Return404
Return404(HttpListenerContext)
Sets the status code to 404 on the given HttpListenerContext object.
Declaration
protected virtual void Return404(HttpListenerContext context)
Parameters
| Type | Name | Description | 
|---|---|---|
| HttpListenerContext | context | The object to modify.  |