RemoteHostIP
This property returns the Internet Protocol (IP) address of a remote device.
- For client applications, after a connection has been established using the Connect method, this property contains the IP string of the remote device.
- For server applications, after an incoming connection request (ConnectionRequest event), this property contains the IP string of the remote device that initiated the connection.
Syntax
object.RemoteHostIP
Parameters
- object
- Object expression that evaluates to a Winsock control.
Remarks
The RemoteHostIP property is read-only.
The RemoteHostIP value is valid only after a user sets the RemoteHost property.