OpenAdr.Client
2.10.0
See the version list below for details.
dotnet add package OpenAdr.Client --version 2.10.0
NuGet\Install-Package OpenAdr.Client -Version 2.10.0
<PackageReference Include="OpenAdr.Client" Version="2.10.0" />
<PackageVersion Include="OpenAdr.Client" Version="2.10.0" />
<PackageReference Include="OpenAdr.Client" />
paket add OpenAdr.Client --version 2.10.0
#r "nuget: OpenAdr.Client, 2.10.0"
#:package OpenAdr.Client@2.10.0
#addin nuget:?package=OpenAdr.Client&version=2.10.0
#tool nuget:?package=OpenAdr.Client&version=2.10.0
OpenADR VTN C# Client SDK
Requirements
In order to use this SDK in your application ensure you have installed:
Installation
This C# SDK client is provided as is and it is used in the .NET environment. It contains wrapper classes that you can use to call an OpenADR v3 Virtual Top Node (aka VTN) API from your application without having to deal with HTTP requests and responses. The SDK is primarilly used by the BL or VEN components which need to talk to a VTN. For how to use this SDK client please check our code examples page.
Install from the command line (change to correct version, 1.3.0 given below as example):
dotnet add package OpenAdr.Client --version 1.3.0
NuGet Package Manager:
- Create a new C# project, or open an existing one.
- Select Tools > NuGet Package Manager > Manage NuGet Packages for Solution.
- Search for OpenAdr.Client.
- Select OpenAdr.Client.
- Select the check box next to your project name.
- Click Install.
Package Manager Console:
- Create a new C# project, or open an existing one.
- Open the Package Manager Console by either method:
- Select Package Manager Console along the bottom of Visual Studio
- Select Tools > NuGet Package Manager > Package Manager Console
- In the Package Manager Console, type: Install-Package OpenAdr.Client
Code examples
On our documentation page you can find code examples how to use this SDK client.
Additional resources
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. 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. |
-
net8.0
- IdentityModel (>= 7.0.0)
- Microsoft.Extensions.Caching.Abstractions (>= 8.0.0)
- Microsoft.Extensions.Caching.Memory (>= 8.0.1)
- Microsoft.Extensions.DependencyInjection (>= 8.0.1)
- Microsoft.Extensions.Http (>= 8.0.1)
- Microsoft.Extensions.Options.ConfigurationExtensions (>= 8.0.0)
- Polly (>= 8.5.1)
- System.IdentityModel.Tokens.Jwt (>= 8.3.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.