IInternetProtocolInfo
This interface provides information about the URL being handled by the protocol handler.
The following methods are used with the IInternetProtocolInfo interface.
Method | Description |
---|---|
IInternetProtocolInfo::CombineURL | Combines a base and relative URL into a full URL. |
IInternetProtocolInfo::CompareURL | Compares two URLs and determines if they are equal. |
IInternetProtocolInfo::ParseURL | Parses a URL. |
IInternetProtocolInfo::QueryInfo | Retrieves information related to the specified URL. |
See Also
Send Feedback on this topic to the authors