OPC Studio User's Guide and Reference
StandardEndpointUrlString Field



OpcLabs.ServerOpcUA Assembly > OpcLabs.EasyOpc.UA Namespace > EasyUAServerCore Class : StandardEndpointUrlString Field
The URL string of the standard OPC UA TCP endpoint. Equals to "opc.tcp://localhost:4840/".
Syntax
'Declaration
 
Public Const StandardEndpointUrlString As String
'Usage
 
Dim value As String
 
value = EasyUAServerCore.StandardEndpointUrlString
public const string StandardEndpointUrlString
public:
const String^ StandardEndpointUrlString
Remarks

This endpoint URL is typically used by the LDS, or when the server is the only OPC UA server on the machine. It is not used by OPC Wizard servers by default, but you can use this constant for EndpointUrlString if your setup requires it.

Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also