RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TIpSocket.RemoteHost Property

Specifies the name of the remote system.

Pascal
property RemoteHost: TSocketHost;
C++
__property TSocketHost RemoteHost;

Use RemoteHost to get the name of the system on the other end of the socket connection. RemoteHost is a string containing the domain name and service of the remote endpoint of the socket connection, such as http://www.wSite.Com

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!