| ProtocolOptions Constructor (Int32, SSLOptions) | 
       
            Creates a new ProtocolOptions instance using the provided port and SSL context.        
            
 
Namespace: DseAssembly: Dse (in Dse.dll) Version: 2.4.0
Syntaxpublic ProtocolOptions(
	int port,
	SSLOptions sslOptions
)
Parameters
- port
 - Type: SystemInt32
the port to use for the binary protocol. - sslOptions
 - Type: DseSSLOptions
sslOptions the SSL options to use. Use null if SSL is not to be used. 
See Also