Access Proxy Properties
- Last Updated: March 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
The Open Client Runtime provides several properties
that determine the behavior of the client application. These properties
are called proxy properties. You can specify proxy
properties default behavior with an application configuration file
and/or by calling methods on the OpenEdge-provided classes, Progress.Open4GL.RunTimeProperties and Progress.Open4GL.Connection.
There are several properties that govern behavior across an entire application. These properties do not affect any particular object, but they affect the behavior of all objects created by the application. They are referred to as proxy run-time properties.
Other properties govern behavior across a single application service. These properties are called Connection properties.
This content describes the different ways you can access proxy properties.