The IHttpHandler interface in ASP.NET defines exactly two methods: ProcessRequest (which handles the HTTP request) and IsReusable (which indicates whether the handler can be pooled for reuse). Other options mention non-existent methods like ProcessResponse or GenerateRequest.