TTMSMCPHTTPServerRequest.RemoteIP Property
Address the request came from. Read-only.
API unit family: TMS.MCP.HTTPServer
Declaring type: TTMSMCPHTTPServerRequest
Type: string
Syntax
property RemoteIP: string;
Remarks
This is the address of whatever opened the connection. Behind a reverse proxy that is the proxy, not the original client, so do not treat it as the caller's identity.