IHttpProtocolProvider Members

Provides a framework for developing a custom HTTP-based delivery protocol.

The following tables list the members exposed by the IHttpProtocolProvider type.

Public Methods

  Name Description
ms149810.pubmethod(en-US,SQL.90).gif Close Closes the delivery protocol.
ms149810.pubmethod(en-US,SQL.90).gif FormatEnvelope The distributor uses this method to pass formatted notification data to the delivery protocol, which then uses this information to create an appropriately formatted body for the HTTP message that will be sent. This body is referred to as an envelope, because it wraps the notification text returned by the content formatter.
ms149810.pubmethod(en-US,SQL.90).gif Initialize Initializes the delivery protocol.
ms149810.pubmethod(en-US,SQL.90).gif ProcessResponse The distributor uses this method to pass an HTTP response from the destination HTTP server to the delivery protocol for processing.

Top

See Also

Reference

IHttpProtocolProvider Interface
Microsoft.SqlServer.NotificationServices Namespace