Skip to content

Commit

Permalink
Merge pull request #66 from davidmn/make-options-public
Browse files Browse the repository at this point in the history
Make UaClientOptions constructor public
  • Loading branch information
jmbeach authored Nov 30, 2017
2 parents d9575ff + e260982 commit ced8b91
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion h-opc/Ua/UaClientOptions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,10 @@ public class UaClientOptions
/// </summary>
public OpcUa.UserIdentity UserIdentity { get; set; }

internal UaClientOptions()
/// <summary>
/// Creates a client options object
/// </summary>
public UaClientOptions()
{
// Initialize default values:
ApplicationName = "h-opc-client";
Expand Down

0 comments on commit ced8b91

Please sign in to comment.