'Declaration
Public Const DefaultEndpointUrlString As String
'Usage
Dim value As String value = EasyUAServerCore.DefaultEndpointUrlString
public const string DefaultEndpointUrlString
public: const String^ DefaultEndpointUrlString
'Declaration
Public Const DefaultEndpointUrlString As String
'Usage
Dim value As String value = EasyUAServerCore.DefaultEndpointUrlString
public const string DefaultEndpointUrlString
public: const String^ DefaultEndpointUrlString
This is the default value of the EndpointUrlString property.
The default is chosen in such a way that the server is able to run successfully even when the default port is occupied by the OPC UA Local Discovery Server (LDS) running on the same host.
If you know that the LDS is not running and will not be needed, and your server will be the primary or the only OPC UA server running on this host, consider changing the EndpointUrlString to StandardEndpointUrlString.