RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomWinSocket.RemoteAddr Property

Specifies the Internet socket address structure used in Windows socket API calls to represent the full specification of the remote socket port.

Pascal
property RemoteAddr: TSockAddrIn;
C++
__property TSockAddrIn RemoteAddr;

When working directly with Windows socket API calls, use RemoteAddr to represent the port used by the socket on the other end of the connection. The value of RemoteAddr is determined by the values of the RemoteAddress and RemotePort properties. 

 

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