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