getRequestUrl() method

Returns the URL where the request must be invoked.

Syntax

public String getRequestUrl ()

Parameters

Returns

the URL.

Example 1

BaseRequest getrequest = new BaseRequest(); String url = getrequest. getRequestUrl();