Click or drag to resize

BuilderAddContactPoint Method (IPEndPoint)

Add contact point. See AddContactPoint(String) for more details on contact points.

Namespace:  Dse
Assembly:  Dse (in Dse.dll) Version: 2.6.0
Syntax
C#
public Builder AddContactPoint(
	IPEndPoint address
)

Parameters

address
Type: System.NetIPEndPoint
address of the node to add as contact point

Return Value

Type: Builder
this Builder
See Also