Interface WSB_IRESTClientSetup¶
Properties¶
Name | Value |
---|---|
Access | Public |
Methods¶
wgFncGetAuthorizationHeader¶
Retrieves the Authorization header value to be used for HTTP requests.
Returns¶
Type | Description |
---|---|
Text |
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. |