This function is used to retrieve the fully qualified name of the client which has sent the http request.
Context
Adelia Web Client
Parameters
ALPHA (n) |
HostName |
Fully qualified name of the client or IP address if the fully qualified name is not available. |
BOOL |
ReturnCode |
Return code for the operation: *TRUE if the operation was completed successfully. *FALSE if it was not. |
Example
BOOL |
ReturnCode |
ALPHA(64) |
NomHost |
CALL_DLL 'VATOOLBX' 'VaToolBxAwsGetRemoteHost' HostName ReturnCode
=> output
ReturnCode |
*TRUE |
HostName |
'www.mysrv.com' or '194.3.106.221' if fully qualified name not available. |
List of the VaToolBx functions by topic