3v.EvtSource
2.0.0
.NET Core 1.0
.NET Standard 1.4
dotnet add package 3v.EvtSource --version 2.0.0
NuGet\Install-Package 3v.EvtSource -Version 2.0.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="3v.EvtSource" Version="2.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add 3v.EvtSource --version 2.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: 3v.EvtSource, 2.0.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install 3v.EvtSource as a Cake Addin
#addin nuget:?package=3v.EvtSource&version=2.0.0
// Install 3v.EvtSource as a Cake Tool
#tool nuget:?package=3v.EvtSource&version=2.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
EvtSource
A .net core client library for server-sent events.
Available from nuget as 3v.EvtSource
.
Usage Example
var evt = new EventSourceReader(new Uri("https://example.com/some/url/to/SSE")).Start();
evt.MessageReceived += (object sender, EventSourceMessageEventArgs) => Console.WriteLine($"{e.Event} : {e.Message}");
evt.Disconnected += async (object sender, DisconnectEventArgs e) => {
Console.WriteLine($"Retry: {e.ReconnectDelay} - Error: {e.Message}");
await Task.Delay(e.ReconnectDelay);
evt.Start(); // Reconnect to the same URL
};
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. |
.NET Core | netcoreapp1.0 is compatible. netcoreapp1.1 is compatible. netcoreapp2.0 is compatible. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard1.4 is compatible. netstandard1.5 was computed. netstandard1.6 was computed. 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 | tizen30 was computed. tizen40 was computed. tizen60 was computed. |
Universal Windows Platform | uap was computed. uap10.0 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.
-
.NETCoreApp 1.0
- Microsoft.NETCore.App (>= 1.0.5)
-
.NETCoreApp 1.1
- Microsoft.NETCore.App (>= 1.1.2)
-
.NETCoreApp 2.0
- No dependencies.
-
.NETStandard 1.4
- NETStandard.Library (>= 1.6.1)
-
.NETStandard 2.0
- No dependencies.
NuGet packages (10)
Showing the top 5 NuGet packages that depend on 3v.EvtSource:
Package | Downloads |
---|---|
KameleoonClient
Package Description |
|
Vereniging-COIN.Sdk.Common
Package Description |
|
Vereniging-COIN.Sdk.NP
Package Description |
|
Vereniging-COIN.Sdk.BS
Package Description |
|
JohnsonControls.Metasys.BasicServices
A library for accessing the most common services of the Metasys Server API. |
GitHub repositories
This package is not used by any popular GitHub repositories.