getBaseUrl() method

Returns the base URL for the requests.

Syntax

public String getBaseUrl ()

Parameters

Returns

the base URL for the requests.

Example 1

ConnectivityParameters param = new ConnectivityParameters(); param.getBaseUrl();