Page 1 of 1

How to Connect Server if IsDiscoveryUrl false

Posted: 16 Nov 2021, 11:10
by ssmaung
Hello,
If OPC UA Server ServerConfig.xml does not expose Endpoints, how Client can connect?
Is there any sample code?

<UaEndpoint>
<IsVisible>false</IsVisible>
<IsDiscoveryUrl>false</IsDiscoveryUrl>
</UaEndpoint>

Thank you.