Beispiel #1
0
 private static void TestCapabilities(NntpClient client)
 {
     // get capabilities
     ShowLines(client.Capabilities().Lines);
 }