BBjThinClient::getPublicIPAddress

Description

In BBj 20.01 and higher, this method returns the public IP address of the client.

Syntax

Return Value

Method

string

getPublicIPAddress()

Parameters

None.

Return Value

T his method returns the public 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!.getPublicIPAddress()

See Also

BBjAPI

BBjThinClient

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