Share via


IInternetProtocol (Windows Embedded CE 6.0)

1/6/2010

This 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.

LockRequest locks the requested resource so that the IInternetProtocolRoot::Terminate method can be called and the remaining data can be read.

The following table shows this interface's methods.

Method Description

IInternetProtocol::LockRequest

Locks the requested resource.

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.

Requirements

Header urlmon.h, urlmon.idl
Library urlmon.lib
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Reference

Asynchronous Pluggable Protocols Interfaces