ProtocolOptions Constructor (Int32) |
Creates a new ProtocolOptions instance using the provided port.
Namespace: CassandraAssembly: Cassandra (in Cassandra.dll) Version: 3.0.9 (git 5ca22bb)
Syntax public ProtocolOptions(
int port
)
Parameters
- port
- Type: SystemInt32
the port to use for the binary protocol.
See Also