The IConnection type exposes the following members.

ToggleMethods

Type NameDescription
Public methodGetParameter
Retrieves the specified configuration parameter.
Public methodGetURI
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.

Public methodSetParameter
Sets a configuration parameter.

If the value of the value argument is Null, this method removes the value. Defaults are used for removed values.

Public methodSetParameters
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.

ToggleSee Also