BBjThinClient::getClientIPAddress

Description

This method returns the IP address of the client.

Syntax

Return Value

Method

string

getClientIPAddress()

Parameters

None.

Return Value

Returns the IP address of the client.

BUI logoRemarks

See BUI: Interacting with client files for a detailed discussion of the BUI BBjThinClient.

Example

tc! = bbjapi().getThinClient()
print tc!.getClientIPAddress()

See Also

BBjAPI

BBjThinClient

See the BBj Object Diagram for an illustration of the relationship between BBj Objects.