IInternetProtocol interface
Exposed by an asynchronous pluggable protocol; communicates with the IInternetProtocolSink interface during download operations.
Members
The IInternetProtocol interface inherits from IInternetProtocolRoot. IInternetProtocol also has these types of members:
- Methods
Methods
The IInternetProtocol interface has these methods.
Method | Description |
---|---|
Continue | Enables the pluggable protocol handler to continue processing data on the apartment thread. |
LockRequest | Locks the requested resource so that the IInternetProtocolRoot::Terminate method can be called, and the remaining data can be read. |
Read | Reads data that the pluggable protocol handler gets. |
Seek | Moves the current seek offset. |
Start | Starts the operation. |
Suspend | Not currently implemented. |
UnlockRequest | Frees any resources associated with a lock. |
Requirements
Minimum supported client |
Windows XP |
Minimum supported server |
Windows 2000 Server |
Header |
Urlmon.h |
IDL |
Urlmon.idl |
DLL |
Urlmon.dll |