From 59fb291f5d4a444eb39c670644de4a9f72cd53a5 Mon Sep 17 00:00:00 2001 From: David Megins-Nicholas Date: Thu, 30 Nov 2017 10:05:56 +0000 Subject: [PATCH] Make constructor public --- h-opc/Ua/UaClientOptions.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/h-opc/Ua/UaClientOptions.cs b/h-opc/Ua/UaClientOptions.cs index 84e401f..0507c4c 100644 --- a/h-opc/Ua/UaClientOptions.cs +++ b/h-opc/Ua/UaClientOptions.cs @@ -97,7 +97,7 @@ public class UaClientOptions /// public OpcUa.UserIdentity UserIdentity { get; set; } - internal UaClientOptions() + public UaClientOptions() { // Initialize default values: ApplicationName = "h-opc-client";