Node ConnectString Property NFX Class Library

[This is preliminary documentation and is subject to change.]

Gets a connection string - a structured URL-like connection descriptor that identifies a host along with binding and service. The componets of address are not case-sensitive. The form of the address is:
binding://host:service
. The "host" and "service" segment syntaxes depend on binding and may not contain the ':' char. An example of some 'mytest' binding: 'mytest://adr=1.1.1.1,nic=eth001:job,chat,backup'

Namespace: NFX.Glue
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public string ConnectString { get; }

Property Value

Type: OnlineString
See Also