Converts a set of proxy properties into a proxy.
The "base" name supplied in the property argument refers to a property containing a stringified proxy, such as MyProxy=id:tcp -h localhost -p 10000. Additional properties configure local settings for the proxy.
- Template Parameters
-
| Prx | The type of the proxy to return. |
- Parameters
-
| property | The base property name. |
- Returns
- The proxy, or nullopt if the property is not set.
- Exceptions
-
| ParseException | Thrown when the property value is not a valid proxy string. |
| CommunicatorDestroyedException | Thrown when the communicator has been destroyed. |
Definition at line 113 of file Communicator.h.