IUccUri Members
This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.
Encapsulate a Uniform Resource Identifier (URI).
The following tables list the members exposed by the IUccUri type.
Public Properties
Name | Description | |
---|---|---|
AddressOfRecord | Gets the address of record of a user. | |
HeaderFields | Gets the header fields of a URI. | |
Host | Gets the host portion of the URI. | |
Parameters | Gets the URI parameters. | |
Port | Gets the port number to which a request is sent. | |
Scheme | Gets the scheme of the URI. | |
Transport | ||
User | Gets the user portion of the URI. | |
UserAtHost | Gets the user@host portion of a URI. | |
Value | Gets the value of a URI. |
Top
Public Methods
Name | Description | |
---|---|---|
FindHeaderFields | Finds the header fields matching a given header name. Not currently implemented. Calling this method returns a COM error code of E_NOTIMPL. | |
IsEqual | Compares this URI with another URI. |
Top