Represents the host name portion of a URI.
property Host: string;
Host is a String property that represents the host name portion of an identifier specified in URI. For example, a URI with the value "http://www.nevrona.com:80/indy/index.html" would result in the Host property having the value "www.nevrona.com".
Host can contain either a computer name such as "www.nevrona.com" or an IP address such as "208.225.207.130".
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
|
Post feedback to the Indy Docs Newsgroup.
|