| SixpServerSettings Constructor (String) |
Constructor with connectionstring parameter
Namespace: Six.Sixp.ClientAssembly: Six.Sixp.Client (in Six.Sixp.Client.dll) Version: 1.0.4874.0 (1.0.4874.0)
Syntaxpublic SixpServerSettings(
string connectionString
)
Parameters
- connectionString
- Type: SystemString
Connection string on the form: [service@]server.host.com:1234. Service name should be
omitted unless otherwise instructed by SIX.
See Also