Click or drag to resize

BuilderContactPoints Property

Gets the contact points that were added as IPEndPoint" instances.

Note that only contact points that were added using AddContactPoint(IPEndPoint) and AddContactPoints(IPEndPoint) are returned by this property, as IP addresses and host names must be resolved and assigned the port number, which is performed on Build.

Namespace:  Dse
Assembly:  Dse (in Dse.dll) Version: 2.6.0
Syntax
C#
public ICollection<IPEndPoint> ContactPoints { get; }

Property Value

Type: ICollectionIPEndPoint

Implements

IInitializerContactPoints
See Also