Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
IHttpxCachedResource.cs
1using System;
2
4{
8 public interface IHttpxCachedResource
9 {
13 string FileName
14 {
15 get;
16 }
17
21 string ETag
22 {
23 get;
24 }
25
30 {
31 get;
32 }
33
37 DateTimeOffset LastModified
38 {
39 get;
40 }
41 }
42}
Interface for HTTPX Cache resource items.
string FileName
Name of file of local resource.
DateTimeOffset LastModified
When resource was last modified on remote peer.