What
is the interface that you have to implement if you have to create a Custom HTTP
Handler?
Implement IHttpHandler
interface to create a synchronous handler.
Implement IHttpAsyncHandler to create an asynchronous handler.
Implement IHttpAsyncHandler to create an asynchronous handler.
No comments :
Post a Comment