Pages

Men

rh

7/10/2012

What is the interface that you have to implement if you have to create a Custom HTTP Handler?

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.

No comments :

Post a Comment