System.Win.ScktComp.TCustomWinSocket.RemoteHost

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property RemoteHost: string read GetRemoteHost;

C++

__property System::UnicodeString RemoteHost = {read=GetRemoteHost};

Properties

Type Visibility Source Unit Parent
property public
System.Win.ScktComp.pas
System.Win.ScktComp.hpp
System.Win.ScktComp TCustomWinSocket

Description

Specifies the name of the remote system.

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.example.com.

LocalHost provides an alias for the local IP address given in the RemoteAddress property.

See Also