Click or drag to resize

BuilderSocketOptions Property

The socket options used by this builder.

Namespace:  Cassandra
Assembly:  Cassandra (in Cassandra.dll) Version: 3.11.0
Syntax
C#
public SocketOptions SocketOptions { get; }

Return Value

Type: SocketOptions
the socket options that will be used by this builder. You can use the returned object to define the initial socket options for the built cluster.
See Also