IInternetProtocolSink
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
Send Feedback on this topic to the authors