remoteIp property
The IP address (IPv4 or IPv6) of the client that issued the HTTP
request. Examples: "192.168.1.1", "FE80::0202:B3FF:FE1E:8329".
Implementation
@$pb.TagNumber(7)
$core.String get remoteIp => $_getSZ(6);
Implementation
@$pb.TagNumber(7)
set remoteIp($core.String value) => $_setString(6, value);