restReqClientAddressGet (Function) |
Top Previous Next |
This function will get the address of the client that created the request.
Input: req : SYSHANDLE A handle to the request.
Output: address : STRING The socket address of the client connection in the same format as used by the advanced socket API.
Returns: INT
Declaration: FUNCTION restReqClientAddressGet : INT;
Example: Please see the "Examples - REST Example"
|