networkAddress

networkAddress(): String;

The networkAddress method of the Process class returns a string.

For a thin client process, the returned string contains the IP address of the presentation client (for example, 127.0.0.1 or ::1).

For non-thin client processes, the contents of the returned string depend on the type of transport used for the connection to the database server.

When the transport is TCP/IP, the string contains the IP address used by the client for the connection to the database server; for example, 127.0.0.1 or ::1.

When the transport is JadeLocal, the returned string is empty.

When the transport is HPSM, the returned string contains "procNNNN", where the NNNN value is the decimal number of the process at the other end of the connection.