GWebCache 1.0.0-alpha
C# library and nuget package to interact with a Gnutella Webcache
Loading...
Searching...
No Matches
GWebCache.Reponses.PongResponse Class Reference

Represents a pong response from a GWebCache server. This is mainly used to check if the server is alive. In rare cases this also provides suplimental information about the cache. More...

Inheritance diagram for GWebCache.Reponses.PongResponse:
GWebCache.Reponses.GWebCacheResponse

Properties

string? CacheVersion [get, set]
 This can contain which vendor the cache is running.
 
string[] SupportedNetworks = [] [get, set]
 The GnutellaNetwork the cache supports.
 

Detailed Description

Represents a pong response from a GWebCache server. This is mainly used to check if the server is alive. In rare cases this also provides suplimental information about the cache.

Property Documentation

◆ CacheVersion

string? GWebCache.Reponses.PongResponse.CacheVersion
getset

This can contain which vendor the cache is running.

It's only a minority of caches who fill this in

◆ SupportedNetworks

string [] GWebCache.Reponses.PongResponse.SupportedNetworks = []
getset

The GnutellaNetwork the cache supports.

Again it's a miniority of the caches who actually supply this info. Don't rely on it being there.


The documentation for this class was generated from the following file: