Share via


IInternetProtocolSink

Send Feedback

This interface receives the reports and binding data from the asynchronous pluggable protocol. It is a free-threaded interface and can be called from any thread.

The following methods are used with the IInternetProtocolSink interface.

Method Description
IInternetProtocolSink::ReportData Reports the amount of data that is available on the thread.
IInternetProtocolSink::ReportProgress Reports progress made during a state operation.
IInternetProtocolSink::ReportResult Reports the result of the operation when called on any thread.
IInternetProtocolSink::Switch Passes data from an asynchronous pluggable protocol's worker thread intended for the same asynchronous pluggable protocol's apartment thread.

Remarks

This interface is implemented by client applications interacting directly with an asynchronous pluggable protocol and pluggable Multipurpose Internet Mail Extensions (MIME) filters.

See Also

HTML Control API Interfaces

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.