Interface WSB_IRESTClientSetupV2¶
Properties¶
| Name | Value |
|---|---|
| Access | Public |
Methods¶
wgFncGetAuthorizationHeader¶
Retrieves the Authorization header value to be used for HTTP requests.
Returns¶
| Type | Description |
|---|---|
SecretText |
The Authorization header value. |
wgFncGetBaseAddress¶
Retrieves the Base address to be used for HTTP requests. <remarks> The address should be terminated by a '/'. </remarks>
Returns¶
| Type | Description |
|---|---|
Text |
The base address. |