Method Return404
Return404(HttpListenerContext)
Sets the status code to 404 on the given HttpListenerContext
object.
선언
protected virtual void Return404(HttpListenerContext context)
파라미터
타입 | 이름 | 설명 |
---|---|---|
HttpListenerContext | context | The object to modify. |