Skip to content

Commit

Permalink
Make constructor public
Browse files Browse the repository at this point in the history
David Megins-Nicholas committed Nov 30, 2017
1 parent d9575ff commit 59fb291
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion h-opc/Ua/UaClientOptions.cs
Original file line number Diff line number Diff line change
@@ -97,7 +97,7 @@ public class UaClientOptions
/// </summary>
public OpcUa.UserIdentity UserIdentity { get; set; }

internal UaClientOptions()
public UaClientOptions()
{
// Initialize default values:
ApplicationName = "h-opc-client";

0 comments on commit 59fb291

Please sign in to comment.