[This is preliminary documentation and is subject to change.]
The Node type exposes the following members.Constructors
Name | Description | |
---|---|---|
![]() | Node |
Inits a node struct. It is a binding, logical address of a host and a service that host provides
Nodes are not contract-dependent. The componets of address are not case-sensitive.
The form of the address is: binding://host:service |
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Overrides ![]() |
![]() | ![]() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from ![]() |
![]() | GetHashCode | (Overrides ![]() |
![]() | ![]() | Gets the (Inherited from ![]() ![]() |
![]() | ![]() | Creates a shallow copy of the current (Inherited from ![]() ![]() |
![]() | ToString | (Overrides ![]() |
Extension Methods
Fields
Name | Description | |
---|---|---|
![]() ![]() | BINDING_SEPARATOR | |
![]() ![]() | SERVICE_SEPARATOR |
Properties
Name | Description | |
---|---|---|
![]() | Assigned |
Returns true when struct has some data assigned i.e. connect string is specified
|
![]() | Binding |
Gets binding portion of ConnectString. This value selects binding adapter
|
![]() | ConnectString |
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 |
![]() | Host |
Gets host portion of ConnectString. This value may have a structure of its own which is understood by binding adapter
|
![]() | Name |
INamed shortcut to ConnectString
|
![]() | Service |
Gets service/port portion of ConnectString. This value may have a structure of its own which is understood by binding adapter
|
See Also