Share via


IInternetProtocol

Send Feedback

The IinternetProtocol interface is the main interface exposed by an asynchronous pluggable protocol. This interface and the IInternetProtocolSink interface communicate with each other very closely during download operations.

The following methods are used with the IInternetProtocol interface.

Method Description
IInternetProtocol::LockRequest Locks the requested resource so that the IInternetProtocolRoot::Terminate method can be called and the remaining data can be read.
IInternetProtocol::Read Reads data retrieved by the pluggable protocol handler.
IInternetProtocol::Seek Moves the current seek offset.
IInternetProtocol::UnlockRequest Frees any resources associated with a lock.

See Also

HTML Control API Interfaces

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.