Protocol Listeners

Protocol listeners receive protocol-specific requests,send them to IIS for processing,and then return responses to requestors.

 

 

For example, when a client browser requests a Web page from the Internet, the HTTP listener, HTTP.sys, picks up the request and sends it to IIS for processing. Once IIS processes the request, HTTP.sys returns a response to the client browser.

 

By default, IIS provides HTTP.sys as the protocol listener that listens for HTTP and HTTPS requests.

HTTP.sys was introduced in IIS 6.0 as an HTTP-specific protocol listener for HTTP requests. HTTP.sys remains the HTTP listener in IIS 7 and above, but includes support for Secure Sockets Layer(SSL).

To support services and applications that use protocols other than HTTP and HTTPS, you can use technologies such as Windows Communication Foundation (WCF). WCF has listener adapters that provide the functionality of both a protocol listener and a listener adapter.

posted @ 2013-04-26 14:35  daishuguang  阅读(149)  评论(0编辑  收藏  举报