| File: src\runtime\src\libraries\Common\src\Interop\Linux\Interop.Libraries.cs | Web Access |
| Project: src\runtime\src\libraries\System.Net.Quic\src\System.Net.Quic.csproj (System.Net.Quic) |
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. internal static partial class Interop { internal static partial class Libraries { // Duplicated from Android for Linux Bionic internal const string Liblog = "liblog"; // As a convention, some ldap installs use this to reference the latest version. internal const string OpenLdap = "libldap.so.2"; internal const string MsQuic = "libmsquic.so"; } }