CUrl Members

Methods

Canonicalize

Call this method to convert the URL string to canonical form.

Clear

Call this method to clear all of the URL fields.

CrackUrl

Call this method to decode and parse the URL.

CreateUrl

Call this method to create the URL.

CUrl

The constructor.

~CUrl

The destructor.

GetExtraInfo

Call this method to get extra information (such as ?text or #text) from the URL.

GetExtraInfoLength

Call this method to get the length of the extra information (such as ?text or #text) to retrieve from the URL.

GetHostName

Call this method to get the host name from the URL.

GetHostNameLength

Call this method to get the length of the host name.

GetPassword

Call this method to get the password from the URL.

GetPasswordLength

Call this method to get the length of the password.

GetPortNumber

Call this method to get the port number in terms of ATL_URL_PORT.

GetScheme

Call this method to get the URL scheme.

GetSchemeName

Call this method to get the URL scheme name.

GetSchemeNameLength

Call this method to get the length of the URL scheme name.

GetUrlLength

Call this method to get the URL length.

GetUrlPath

Call this method to get the URL path.

GetUrlPathLength

Call this method to get the URL path length.

GetUserName

Call this method to get the user name from the URL.

GetUserNameLength

Call this method to get the length of the user name.

SetExtraInfo

Call this method to set the extra information (such as ?text or #text) of the URL.

SetHostName

Call this method to set the host name.

SetPassword

Call this method to set the password.

SetPortNumber

Call this method to set the port number in terms of ATL_URL_PORT.

SetScheme

Call this method to set the URL scheme.

SetSchemeName

Call this method to set the URL scheme name.

SetUrlPath

Call this method to set the URL path.

SetUserName

Call this method to set the user name.

Operators

operator =

Assigns the specified CUrl object to the current CUrl object.

See Also

Reference

CUrl Class