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