Internet Direct (Indy) Version 9.0.2 Beta
|
function GetFullURI(const AOptionalFileds: TIdURIOptionalFieldsSet): String;
protocol://username:password@host:port/document#bookmark
Username and Password property values are included in the URI when Username is not blank and AOptionalFields includes the value ofAuthInfo.
Port number is included in the URI when the property contains a non-zero value.
The value for Bookmark is included in the URI when the property is not blank and AOptionalFields includes the value ofBookmark.
Use the URI property to get the URI value without optional URI fields.