-
Notifications
You must be signed in to change notification settings - Fork 2
ConnectionString Class
sequenze edited this page Jun 19, 2017
·
3 revisions
This entity maps a valid connection string to a property based representation.
Object
public class ConnectionString| 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. |
| Name | Description |
|---|---|
| ConnectionString(String) | Initializes a new instances of the ConnectionString class. |