Skip to content

Commit 9d643ef

Browse files
committed
refactor: rename property name IsLibraryLoaded to IsInitialized
1 parent ae8d699 commit 9d643ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Http2Client.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public sealed class Http2Client : IDisposable
3535
/// <summary>
3636
/// True if native library is loaded and ready to use.
3737
/// </summary>
38-
public static bool IsLibraryLoaded => NativeWrapper.IsInitialized;
38+
public static bool IsInitialized => NativeWrapper.IsInitialized;
3939

4040
/// <summary>
4141
/// Create client with custom options.

0 commit comments

Comments
 (0)