Click or drag to resize
Builder Properties

The Builder type exposes the following members.

Properties
  NameDescription
Public propertyContactPoints
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.

Public propertyPoolingOptions
The pooling options used by this builder.
Public propertySocketOptions
The socket options used by this builder.
Top
See Also