Internet Direct (Indy)
Home
PreviousUpNext
GDotNetComputerName Variable

Provides the local computer name on the .Net platform.

Pascal
GDotNetComputerName: String;

GDotNetComputerName is a global string variable that represents the mechanism used to provide the name for the local computer system on the .Net platform. On the .Net platform, the computer name is available in System.Windows.Forms.SystemInformation.ComputerName. Indy does not wish to link to the System.Windows.Forms namespace, so the name is provided using the global application variable. 

GDotNetComputerName is used in IndyComputerName

The only known use for this value (currently) is in NTLM and SSPI authentication code.

Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Website http://www.indyproject.org.
Post feedback to the Indy Documentation newsgroup.