Asynchronous Pluggable Protocol Interfaces
Lists the interfaces for Asynchronous Pluggable Protocols.
Interfaces
ITargetFrameProvides methods that are used to compress and uncompress data in a pluggable protocol.
IEncodingFilterFactoryNot implemented.
IInternetProvides an implementation of the IUnknown interface, which enables client programs to determine if asynchronous pluggable protocols are supported. No additional methods are supported by this interface.
IInternetBindInfoImplemented by the system; provides data that the protocol might require to bind successfully.
IInternetBindInfoExExtends IInternetBindInfo by providing additional data that the protocol might require.
IInternetPriorityEnables an application to set the priority of the requests that are sent to a pluggable protocol handler.
IInternetProtocolExposed by an asynchronous pluggable protocol; communicates with the IInternetProtocolSink interface during download operations.
IInternetProtocolExExposes a method that communicates closely with the IInternetProtocolSink interface during download operations. This interface extends IInternetProtocol to add support for IUri
IInternetProtocolInfoProvides information about the URL being handled by the protocol handler.
IInternetProtocolRootControls the operation of an asynchronous pluggable protocol handler.
IInternetProtocolSinkReceives the reports and binding data from the asynchronous pluggable protocol.
IInternetProtocolSinkStackableEnables a pluggable MIME filter to be added to an existing filter at run time.
IInternetSessionImplemented by the client application to create temporary pluggable protocol handlers.
IInternetThreadSwitchNotifies the protocol handler that the moniker is being switched from one UI thread to another.
IWrappedProtocolNot implemented.