The IConnection type exposes the following members.
Methods
Type | Name | Description |
---|---|---|
![]() | GetParameter |
Retrieves the specified configuration parameter.
|
![]() | GetURI |
Returns the Universal Resource Identity (URI) for this connection.
The URI carries the information required to establish a connection to the Content Engine server, such as the transport protocol, host, and port used for server communication. |
![]() | SetParameter |
Sets a configuration parameter.
If the value of the value argument is Null, this method removes the value. Defaults are used for removed values. |
![]() | SetParameters |
Sets the configuration parameters specified in the parameters argument.
Other configuration parameters are unchanged. This is equivalent to calling SetParameter(ConfigurationParameter parameter, Object value) for each parameter with a non-null value in its parameter argument. |