OpcUaServer Constructor (Int32)

CVB.Net Documentation
Starts the OPC/UA server on some IP address on the given port.

Namespace:  Stemmer.Cvb.Foundation.OpcUa
Assembly:  Stemmer.Cvb.Foundation (in Stemmer.Cvb.Foundation.dll) Version: 14.0.0.0
Syntax

public OpcUaServer(
	int port
)

Parameters

port
Type: SystemInt32
Default is 4840; use a port higher than 1024 if a custom one is wanted.
See Also

Reference