BuilderContactPoints Property |
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
public ICollection<IPEndPoint> ContactPoints { get; }