Click or drag to resize

ProtocolOptions Constructor (Int32)

Creates a new ProtocolOptions instance using the provided port.

Namespace:  Dse
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
public ProtocolOptions(
	int port
)

Parameters

port
Type: SystemInt32
the port to use for the binary protocol.
See Also