Namespace adas_core.module.ProxyDevices.Devices
Classes
- HttpDevice
Device that can be used to get content via http with digest auth
Interfaces
- IProxyDevice
Interface for a proxy device that can be used to process and stream data. This interface defines the methods that must be implemented by any class that wants to act as a proxy device. The Initialize method is used to set up the device with the necessary parameters, while the Process and Stream methods are used to handle data processing and streaming respectively.