remoteIp property

String? remoteIp
getter/setter pair

The IP address (IPv4 or IPv6) of the client that issued the HTTP request.

This field can include port information. Examples: "192.168.1.1", "10.0.0.1:80", "FE80::0202:B3FF:FE1E:8329".

Implementation

core.String? remoteIp;