Internet Direct (Indy)
Home
PreviousUpNext
TIdHTTPSession.RemoteHost Property

Remote IP address for the HTTP session.

Pascal
property RemoteHost: string;

RemoteHost is a read-only String property that represents the IP address for the remote computer system which is the endpoint for the HTTP session. RemoteHost is used when the GetSession method in TIdHTTPDefaultSessionList is called to locate a persistent session having the desired SessionID and RemoteHost. 

RemoteHost is updated when CreateInitialized is used to instantiate the HTTP session. 

Use SessionID to set the session identifier for the HTTP session.

SessionID 

TIdHTTPDefaultSessionList.GetSession 

TIdHTTPDefaultSessionList.CreateUnique

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.