Click or drag to resize
BuilderWithSocketOptions Method
Configures the socket options that are going to be used to create the connections to the hosts.

Namespace: Dse
Assembly: Dse (in Dse.dll) Version: 2.2.0
Syntax
C#
public Builder WithSocketOptions(
	SocketOptions value
)

Parameters

value
Type: DseSocketOptions

Return Value

Type: Builder
See Also