![]() |
GWebCache 1.0.0-alpha
C# library and nuget package to interact with a Gnutella Webcache
|
Configuration for when preforming reuqests to the WebCache. Used by GWebCacheClient. More...
Properties | |
string? | ClientName [get, set] |
A string (recommended 4 characters) to identify which client is interacting with the WebCache. | |
string? | Version [get, set] |
The version of the client. | |
string | UserAgent [get] |
While not needed according to the specification some webcaches block requests that don't provide a user agent. | |
bool? | IsV2 [get, set] |
Indicates if the webcache is a V2 cache. | |
static GWebCacheClientConfig | Default [get] |
Default configuration (clientname = CSGN) and version number | |
Configuration for when preforming reuqests to the WebCache. Used by GWebCacheClient.