Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
IWebServerMetaContent.cs
1
using
System.Net.Http;
2
using
System.Threading.Tasks;
3
4
namespace
Waher.Content.Getters
5
{
10
public
interface
IWebServerMetaContent
11
{
16
Task
DecodeMetaInformation
(HttpResponseMessage HttpResponse);
17
}
18
}
Waher.Content.Getters.IWebServerMetaContent
Interface for content classes, that process information available in HTTP headers in the response.
Definition:
IWebServerMetaContent.cs:11
Waher.Content.Getters.IWebServerMetaContent.DecodeMetaInformation
Task DecodeMetaInformation(HttpResponseMessage HttpResponse)
Decodes meta-information available in the HTTP Response.
Waher.Content.Getters
Definition:
DataGetter.cs:9
IoTGateway
Content
Waher.Content
Getters
IWebServerMetaContent.cs
Generated by
1.9.5