THttpRequestExtraInfo.Create Constructor
Creates the extra-info object with the given remote client IP address.
Syntax
Unit: Sparkle.HttpServer.Request
constructor THttpRequestExtraInfo.Create(const ARemoteIP: string);
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| const | ARemoteIP | string | The remote client IP address to expose through RemoteIp. |