mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-13 12:37:07 +00:00
feat(wip): marked device base classes obsolete
- will move into essentials.devices.common
This commit is contained in:
parent
e1eb432dee
commit
96d97ee0fc
9 changed files with 15 additions and 29 deletions
|
|
@ -9,6 +9,7 @@ using PepperDash.Core.DebugThings;
|
|||
|
||||
namespace PepperDash.Essentials.Core
|
||||
{
|
||||
[Obsolete("Please use the builtin HttpClient class instead: https://learn.microsoft.com/en-us/dotnet/fundamentals/networking/http/httpclient-guidelines")]
|
||||
public class GenericHttpClient : Device, IBasicCommunication
|
||||
{
|
||||
public HttpClient Client;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue