diff --git a/src/Lyre/NativeMessagingHost.cs b/src/Lyre/NativeMessagingHost.cs index 7072d18..b7d9ace 100644 --- a/src/Lyre/NativeMessagingHost.cs +++ b/src/Lyre/NativeMessagingHost.cs @@ -40,6 +40,10 @@ public NativeMessagingHost() { } + /// + /// Initializes a new instance of the using the + /// provided input stream, ouput stream, and . + /// public NativeMessagingHost(Stream inStream, Stream outStream, Encoding encoding, JsonSerializerSettings jsonSerializerSettings) { _inStream = inStream ?? throw new ArgumentNullException(nameof(inStream));