Click or drag to resize
SixpServerSettings Constructor (String)
Constructor with connectionstring parameter

Namespace: Six.Sixp.Client
Assembly: Six.Sixp.Client (in Six.Sixp.Client.dll) Version: 1.0.4874.0 (1.0.4874.0)
Syntax
C#
public 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