Voyager.Common.Proxy.Server.Abstractions
1.7.7
See the version list below for details.
dotnet add package Voyager.Common.Proxy.Server.Abstractions --version 1.7.7
NuGet\Install-Package Voyager.Common.Proxy.Server.Abstractions -Version 1.7.7
<PackageReference Include="Voyager.Common.Proxy.Server.Abstractions" Version="1.7.7" />
<PackageVersion Include="Voyager.Common.Proxy.Server.Abstractions" Version="1.7.7" />
<PackageReference Include="Voyager.Common.Proxy.Server.Abstractions" />
paket add Voyager.Common.Proxy.Server.Abstractions --version 1.7.7
#r "nuget: Voyager.Common.Proxy.Server.Abstractions, 1.7.7"
#:package Voyager.Common.Proxy.Server.Abstractions@1.7.7
#addin nuget:?package=Voyager.Common.Proxy.Server.Abstractions&version=1.7.7
#tool nuget:?package=Voyager.Common.Proxy.Server.Abstractions&version=1.7.7
Voyager.Common.Proxy.Server.Abstractions
Abstractions and contracts for building HTTP endpoints from service interfaces.
Overview
This package provides the core abstractions used by Voyager.Common.Proxy.Server.AspNetCore and Voyager.Common.Proxy.Server.Owin to automatically generate HTTP endpoints from service interfaces.
Key Types
IRequestContext- Abstracts HTTP request across different platforms (ASP.NET Core, OWIN)IResponseWriter- Abstracts HTTP response writingEndpointDescriptor- Describes an HTTP endpoint generated from a service methodParameterDescriptor- Describes a method parameter and its binding sourceParameterSource- Enum indicating where a parameter value comes from (Route, Query, Body, CancellationToken)
Usage
This package is typically not used directly. Instead, use one of the platform-specific packages:
- ASP.NET Core (.NET 6.0+):
Voyager.Common.Proxy.Server.AspNetCore - OWIN (.NET Framework 4.8):
Voyager.Common.Proxy.Server.Owin
Target Framework
netstandard2.0- Compatible with .NET Framework 4.6.1+, .NET Core 2.0+, and .NET 5+
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. 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. |
| .NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
| .NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
| MonoAndroid | monoandroid was computed. |
| MonoMac | monomac was computed. |
| MonoTouch | monotouch was computed. |
| Tizen | tizen40 was computed. tizen60 was computed. |
| Xamarin.iOS | xamarinios was computed. |
| Xamarin.Mac | xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- Microsoft.Bcl.AsyncInterfaces (>= 8.0.0)
NuGet packages (4)
Showing the top 4 NuGet packages that depend on Voyager.Common.Proxy.Server.Abstractions:
| Package | Downloads |
|---|---|
|
Voyager.Common.Proxy.Server.Core
Core logic for Voyager.Common.Proxy.Server - service scanning, endpoint metadata building, and request dispatching. |
|
|
Voyager.Common.Proxy.Server.Swagger.Core
Core logic for Swagger/OpenAPI generation from Voyager.Common.Proxy service interfaces. Shared between ASP.NET Core and OWIN implementations. |
|
|
Voyager.Common.Proxy.Server.AspNetCore
ASP.NET Core integration for Voyager.Common.Proxy.Server - automatically generates HTTP endpoints from service interfaces. |
|
|
Voyager.Common.Proxy.Server.Owin
OWIN integration for Voyager.Common.Proxy.Server - automatically generates HTTP endpoints from service interfaces for .NET Framework 4.8. Uses raw OWIN delegate signatures for maximum compatibility. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.7.8-preview.1 | 21 | 2/9/2026 |
| 1.7.7 | 42 | 2/6/2026 |
| 1.7.7-preview.1.1 | 32 | 2/6/2026 |