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 | |
---|---|---|
Close | Closes the delivery protocol. | |
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. | |
Initialize | Initializes the delivery protocol. | |
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