Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Methods
| Call this method to convert the URL string to canonical form. | |
| Call this method to clear all of the URL fields. | |
| Call this method to decode and parse the URL. | |
| Call this method to create the URL. | |
| The constructor. | |
| The destructor. | |
| Call this method to get extra information (such as ?text or #text) from the URL. | |
| Call this method to get the length of the extra information (such as ?text or #text) to retrieve from the URL. | |
| Call this method to get the host name from the URL. | |
| Call this method to get the length of the host name. | |
| Call this method to get the password from the URL. | |
| Call this method to get the length of the password. | |
| Call this method to get the port number in terms of ATL_URL_PORT. | |
| Call this method to get the URL scheme. | |
| Call this method to get the URL scheme name. | |
| Call this method to get the length of the URL scheme name. | |
| Call this method to get the URL length. | |
| Call this method to get the URL path. | |
| Call this method to get the URL path length. | |
| Call this method to get the user name from the URL. | |
| Call this method to get the length of the user name. | |
| Call this method to set the extra information (such as ?text or #text) of the URL. | |
| Call this method to set the host name. | |
| Call this method to set the password. | |
| Call this method to set the port number in terms of ATL_URL_PORT. | |
| Call this method to set the URL scheme. | |
| Call this method to set the URL scheme name. | |
| Call this method to set the URL path. | |
| Call this method to set the user name. | 
Operators
| Assigns the specified CUrl object to the current CUrl object. |