Back to product page

RemoteIP property


Holds IP address of data socket of remote peer.

Type

String

Syntax

  • Basic
object.RemoteIP [= value]
The RemoteIP(object,value) syntax has these parts:
objectAn expression evaluating to an object of type XMPPFile
valueA String value.

Remarks

Once file transfer is initiated, this property will hold the IP address of the remote machine. If proxy server is used for file transfer, this property will hold proxy server's IP address instead.

This property will only show correct IP once file transfer has started, i.e. in FileTransferProgress event.

Platforms

Windows