IHttpRequestExtraInfo Interface
Provides additional, transport-specific information about an HTTP request that is not part of the core request data.
Syntax
Unit: Sparkle.HttpServer.Request
IHttpRequestExtraInfo = interface(IInterface);
Methods
| Name | Description |
|---|---|
| RemoteIp | Returns the IP address of the remote client that issued the request. |