HttpRequest.remoteHosts

Get list of hosts as specified in headers (e.g. X-Forwarded-For). First item in returned array is the node furthest away. Duplicates are removed. Specify socket remote address in remoteHost to add it to the list.

class HttpRequest
deprecated
string[]
remoteHosts
(
string remoteHost = null
)

Meta