Skip to content

ConnectionString Class

sequenze edited this page Jun 19, 2017 · 3 revisions

This entity maps a valid connection string to a property based representation.

Inheritance Hierarchy

Object

Syntax

public class ConnectionString

Properties

Name         Description
Protocol Gets the specified protocol. This property is optional. If no value was defined, it defaults to TCP.
Host Gets the specified host.
Port Gets the specified port. This property is optional. If no value was defined, it defaults to 31415.
Target Gets the specified target space. This property is optional depending on usage.
Mode Gets the specified connection scheme. This property is optional. If no value was defined, it defaults to KEEP.

Constructors

Name                                         Description
ConnectionString(String) Initializes a new instances of the ConnectionString class.

Clone this wiki locally