We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae8d699 commit 9d643efCopy full SHA for 9d643ef
src/Http2Client.cs
@@ -35,7 +35,7 @@ public sealed class Http2Client : IDisposable
35
/// <summary>
36
/// True if native library is loaded and ready to use.
37
/// </summary>
38
- public static bool IsLibraryLoaded => NativeWrapper.IsInitialized;
+ public static bool IsInitialized => NativeWrapper.IsInitialized;
39
40
41
/// Create client with custom options.
0 commit comments