Grpc.Net.Client.Internal.IOperatingSystem
interface IOperatingSystem
namespace Grpc.Net.Client.Internal
{
internal interface IOperatingSystem
{
bool IsBrowser { get; }
bool IsAndroid { get; }
bool IsWindows { get; }
bool IsWindowsServer { get; }
Version OSVersion { get; }
}
}