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:  Cassandra
Assembly:  Cassandra (in Cassandra.dll) Version: 3.11.0
Syntax
C#
public Builder WithSocketOptions(
	SocketOptions value
)

Parameters

value
Type: CassandraSocketOptions

Return Value

Type: Builder
See Also