VpnHood.AppLib.Api
8.2.853
dotnet add package VpnHood.AppLib.Api --version 8.2.853
NuGet\Install-Package VpnHood.AppLib.Api -Version 8.2.853
<PackageReference Include="VpnHood.AppLib.Api" Version="8.2.853" />
<PackageVersion Include="VpnHood.AppLib.Api" Version="8.2.853" />
<PackageReference Include="VpnHood.AppLib.Api" />
paket add VpnHood.AppLib.Api --version 8.2.853
#r "nuget: VpnHood.AppLib.Api, 8.2.853"
#:package VpnHood.AppLib.Api@8.2.853
#addin nuget:?package=VpnHood.AppLib.Api&version=8.2.853
#tool nuget:?package=VpnHood.AppLib.Api&version=8.2.853
The VpnHood app's API: the six interfaces a UI reads the app through, every shape they carry - state, features, settings, profiles - and the client that dials them over HTTP. A UI needs this and nothing else of the app.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net10.0
- VpnHood.Net.Toolkit (>= 8.2.853)
NuGet packages (5)
Showing the top 5 NuGet packages that depend on VpnHood.AppLib.Api:
| Package | Downloads |
|---|---|
|
VpnHood.AppLib.App
Readymade Vpn App skeleton for VpnHood clients. You just need to create an UI on it |
|
|
VpnHood.AppUi.Hosting.Avalonia
What mounts any Avalonia UI for the VpnHood app: the Application every host builds and the contract a UI fulfils. The app's state as pages read it is VpnHood.AppUi.Common, which this references. No theme, no layout, no control, no words |
|
|
VpnHood.AppUi.Common
The VpnHood app as a UI sees it, for any UI toolkit: the app's state and API in one place, the words of every language read from the assets folder, and the code that turns the app's state into text - errors, dates, traffic, documents. No toolkit, no theme, no picture, no file of its own |
|
|
VpnHood.AppLib.Api.WebHost
Tiny internal webserver to server your single-page application (SPA). You need this only if you want to create a UI for your VpnHood client by single-page application (SPA) |
|
|
VpnHood.AppLib.Api.HttpClients
The app's API reached from somewhere else: the six interfaces answered by HTTP calls to a VpnHoodAppWebHost. A UI links this instead of the app and runs unchanged - a paired browser, a WASM head, another app, or a second VpnHood client driving one on the network. |
GitHub repositories
This package is not used by any popular GitHub repositories.