The port to use to connect to all Cassandra hosts. If not set through this
             method, the default port (9042) will be used instead.
            
 
    Namespace: 
   Cassandra
    Assembly:
   Cassandra (in Cassandra.dll) Version: 3.11.0
Syntaxpublic Builder WithPort(
	int port
)
Parameters
- port
 - Type: SystemInt32
 the port to set.  
Return Value
Type: 
Builderthis Builder
See Also