GWebCache 1.0.0-alpha
C# library and nuget package to interact with a Gnutella Webcache
Loading...
Searching...
No Matches
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 12]
 CGWebCache.Models.GnutellaNodeThe model representing a Gnutella node on the network stored in the cache
 CGWebCache.Client.GWebCacheClientConfigConfiguration for when preforming reuqests to the WebCache. Used by GWebCacheClient
 CGWebCache.Client.GWebCacheHttpClientA wrapper around HttpClient that adds default parameters to the request
 CGWebCache.Models.GWebCacheNodeA model representing a webcache
 CGWebCache.Requests.GWebCacheRequestBase class for all GWebCache requests
 CGWebCache.Requests.UpdateRequestRequest model to update the webcache with a new gnutella node or a WebCache Url
 CGWebCache.Reponses.GWebCacheResponseBase class for all GWebCache responses
 CGWebCache.Reponses.GetResponseA response class containing the Nodes and Webcache valid for V2 compliant webcaches
 CGWebCache.Reponses.HostfileResponseA response class containing the Nodes known to the webcache
 CGWebCache.Reponses.PongResponseRepresents 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
 CGWebCache.Reponses.StatFileResponse
 CGWebCache.Reponses.UpdateResponse
 CGWebCache.Reponses.UrlFileResponseA response class containing the other webcaches known
 CGWebCache.IGWebCacheClientClient for interacting with a GWebCache server. Supports Version 1 and 2 of the protocol
 CGWebCache.GWebCacheClientConcrete implementation of IGWebCacheClient
 CGWebCache.ReponseProcessing.Result< T >A wrapper object to gracefully handle errors