aboutsummaryrefslogtreecommitdiff
path: root/source/packages/IrcDotNet.0.4.1/lib/net40/IrcDotNet.xml
blob: ab3466b4ec300b5336568cd38c9422aef9181eff (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
2771
2772
2773
2774
2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
2791
2792
2793
2794
2795
2796
2797
2798
2799
2800
2801
2802
2803
2804
2805
2806
2807
2808
2809
2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
2823
2824
2825
2826
2827
2828
2829
2830
2831
2832
2833
2834
2835
2836
2837
2838
2839
2840
2841
2842
2843
2844
2845
2846
2847
2848
2849
2850
2851
2852
2853
2854
2855
2856
2857
2858
2859
2860
2861
2862
2863
2864
2865
2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
2883
2884
2885
2886
2887
2888
2889
2890
2891
2892
2893
2894
2895
2896
2897
2898
2899
2900
2901
2902
2903
2904
2905
2906
2907
2908
2909
2910
2911
2912
2913
2914
2915
2916
2917
2918
2919
2920
2921
2922
2923
2924
2925
2926
2927
2928
2929
2930
2931
2932
2933
2934
2935
2936
2937
2938
2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
2952
2953
2954
2955
2956
2957
2958
2959
2960
2961
2962
2963
2964
2965
2966
2967
2968
2969
2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
2980
2981
2982
2983
2984
2985
2986
2987
2988
2989
2990
2991
2992
2993
2994
2995
2996
2997
2998
2999
3000
3001
3002
3003
3004
3005
3006
3007
3008
3009
3010
3011
3012
3013
3014
3015
3016
3017
3018
3019
3020
3021
3022
3023
3024
3025
3026
3027
3028
3029
3030
3031
3032
3033
3034
3035
3036
3037
3038
3039
3040
3041
3042
3043
3044
3045
3046
3047
3048
3049
3050
3051
3052
3053
3054
3055
3056
3057
3058
3059
3060
3061
3062
3063
3064
3065
3066
3067
3068
3069
3070
3071
3072
3073
3074
3075
3076
3077
3078
3079
3080
3081
3082
3083
3084
3085
3086
3087
3088
3089
3090
3091
3092
3093
3094
3095
3096
3097
3098
3099
3100
3101
3102
3103
3104
3105
3106
3107
3108
3109
3110
3111
3112
3113
3114
3115
3116
3117
3118
3119
3120
3121
3122
3123
3124
3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
3135
3136
3137
3138
3139
3140
3141
3142
3143
3144
3145
3146
3147
3148
3149
3150
3151
3152
3153
3154
3155
3156
3157
3158
3159
3160
3161
3162
3163
3164
3165
3166
3167
3168
3169
3170
3171
3172
3173
3174
3175
3176
3177
3178
3179
3180
3181
3182
3183
3184
3185
3186
3187
3188
3189
3190
3191
3192
3193
3194
3195
3196
3197
3198
3199
3200
3201
3202
3203
3204
3205
3206
3207
3208
3209
3210
3211
3212
3213
3214
3215
3216
3217
3218
3219
3220
3221
3222
3223
3224
3225
3226
3227
3228
3229
3230
3231
3232
3233
3234
3235
3236
3237
3238
3239
3240
3241
3242
3243
3244
3245
3246
3247
3248
3249
3250
3251
3252
3253
3254
3255
3256
3257
3258
3259
3260
3261
3262
3263
3264
3265
3266
3267
3268
3269
3270
3271
3272
3273
3274
3275
3276
3277
3278
3279
3280
3281
3282
3283
3284
3285
3286
3287
3288
3289
3290
3291
3292
3293
3294
3295
3296
3297
3298
3299
3300
3301
3302
3303
3304
3305
3306
3307
3308
3309
3310
3311
3312
3313
3314
3315
3316
3317
3318
3319
3320
3321
3322
3323
3324
3325
3326
3327
3328
3329
3330
3331
3332
3333
3334
3335
3336
3337
3338
3339
3340
3341
3342
3343
3344
3345
3346
3347
3348
3349
3350
3351
3352
3353
3354
3355
3356
3357
3358
3359
3360
3361
3362
3363
3364
3365
3366
3367
3368
3369
3370
3371
3372
3373
3374
3375
3376
3377
3378
3379
3380
3381
3382
3383
3384
3385
3386
3387
3388
3389
3390
3391
3392
3393
3394
3395
3396
3397
3398
3399
3400
3401
3402
3403
3404
3405
3406
3407
3408
3409
3410
3411
3412
3413
3414
3415
3416
3417
3418
3419
3420
3421
3422
3423
3424
3425
3426
3427
3428
3429
3430
3431
3432
3433
3434
3435
3436
3437
3438
3439
3440
3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451
3452
3453
3454
3455
3456
3457
3458
3459
3460
3461
3462
3463
3464
3465
3466
3467
3468
3469
3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
3480
3481
3482
3483
3484
3485
3486
3487
3488
3489
3490
3491
3492
3493
3494
3495
3496
3497
3498
3499
3500
3501
3502
3503
3504
3505
3506
3507
3508
3509
3510
3511
3512
3513
3514
3515
3516
3517
3518
3519
3520
3521
3522
3523
3524
3525
3526
3527
3528
3529
3530
3531
3532
3533
3534
3535
3536
3537
3538
3539
3540
3541
3542
3543
3544
3545
3546
3547
3548
3549
3550
3551
3552
3553
3554
3555
3556
3557
3558
3559
3560
3561
3562
3563
3564
3565
3566
3567
3568
3569
3570
3571
3572
3573
3574
3575
3576
3577
3578
3579
3580
3581
3582
3583
3584
3585
3586
3587
3588
3589
3590
3591
3592
3593
3594
3595
3596
3597
3598
3599
3600
3601
3602
3603
3604
3605
3606
3607
3608
3609
3610
3611
3612
3613
3614
3615
3616
3617
3618
3619
3620
3621
3622
3623
3624
3625
3626
3627
3628
3629
3630
3631
3632
3633
3634
3635
3636
3637
3638
3639
3640
3641
3642
3643
3644
3645
3646
3647
3648
3649
3650
3651
3652
3653
3654
3655
3656
3657
3658
3659
3660
3661
3662
3663
3664
3665
3666
3667
3668
3669
3670
3671
3672
3673
3674
3675
3676
3677
3678
3679
3680
3681
3682
3683
3684
3685
3686
3687
3688
3689
3690
3691
3692
3693
3694
3695
3696
3697
3698
3699
3700
3701
3702
3703
3704
3705
3706
3707
3708
3709
3710
3711
3712
3713
3714
3715
3716
3717
3718
3719
3720
3721
3722
3723
3724
3725
3726
3727
3728
3729
3730
3731
3732
3733
3734
3735
3736
3737
3738
3739
3740
3741
3742
3743
3744
3745
3746
3747
3748
3749
3750
3751
3752
3753
3754
3755
3756
3757
3758
3759
3760
3761
3762
3763
3764
3765
3766
3767
3768
3769
3770
3771
3772
3773
3774
3775
3776
3777
3778
3779
3780
3781
3782
3783
3784
3785
3786
3787
3788
3789
3790
3791
3792
3793
3794
3795
3796
3797
3798
3799
3800
3801
3802
3803
3804
3805
3806
3807
3808
3809
3810
3811
3812
3813
3814
3815
3816
3817
3818
3819
3820
3821
3822
3823
3824
3825
3826
3827
3828
3829
3830
3831
3832
3833
3834
3835
3836
3837
3838
3839
3840
3841
3842
3843
3844
3845
3846
3847
3848
3849
3850
3851
3852
3853
3854
3855
3856
3857
3858
3859
3860
3861
3862
3863
3864
3865
3866
3867
3868
3869
3870
3871
3872
3873
3874
3875
3876
3877
3878
3879
3880
3881
3882
3883
3884
3885
3886
3887
3888
3889
3890
3891
3892
3893
3894
3895
3896
3897
3898
3899
3900
3901
3902
3903
3904
3905
3906
3907
3908
3909
3910
3911
3912
3913
3914
3915
3916
3917
3918
3919
3920
3921
3922
3923
3924
3925
3926
3927
3928
3929
3930
3931
3932
3933
3934
3935
3936
3937
3938
3939
3940
3941
3942
3943
3944
3945
3946
3947
3948
3949
3950
3951
3952
3953
3954
3955
3956
3957
3958
3959
3960
3961
3962
3963
3964
3965
3966
3967
3968
3969
3970
3971
3972
3973
3974
3975
3976
3977
3978
3979
3980
3981
3982
3983
3984
3985
3986
3987
3988
3989
3990
3991
3992
3993
3994
3995
3996
3997
3998
3999
4000
4001
4002
4003
4004
4005
4006
4007
4008
4009
4010
4011
4012
4013
4014
4015
4016
4017
4018
4019
4020
4021
4022
4023
4024
4025
4026
4027
4028
4029
4030
4031
4032
4033
4034
4035
4036
4037
4038
4039
4040
4041
4042
4043
4044
4045
4046
4047
4048
4049
4050
4051
4052
4053
4054
4055
4056
4057
4058
4059
4060
4061
4062
4063
4064
4065
4066
4067
4068
4069
4070
4071
4072
4073
4074
4075
4076
4077
4078
4079
4080
4081
4082
4083
4084
4085
4086
4087
4088
4089
4090
4091
4092
4093
4094
4095
4096
4097
4098
4099
4100
4101
4102
4103
4104
4105
4106
4107
4108
4109
4110
4111
4112
4113
4114
4115
4116
4117
4118
4119
4120
4121
4122
4123
4124
4125
4126
4127
4128
4129
4130
4131
4132
4133
4134
4135
4136
4137
4138
4139
4140
4141
4142
4143
4144
4145
4146
4147
4148
4149
4150
4151
4152
4153
4154
4155
4156
4157
4158
4159
4160
4161
4162
4163
4164
4165
4166
4167
4168
4169
4170
4171
4172
4173
4174
4175
4176
4177
4178
4179
4180
4181
4182
4183
4184
4185
4186
4187
4188
4189
4190
4191
4192
4193
4194
4195
4196
4197
4198
4199
4200
4201
4202
4203
4204
4205
4206
4207
4208
4209
4210
4211
4212
4213
4214
4215
4216
4217
4218
4219
4220
4221
4222
4223
4224
4225
4226
4227
4228
4229
4230
4231
4232
4233
4234
4235
4236
4237
4238
4239
4240
4241
4242
4243
4244
4245
4246
4247
4248
4249
4250
4251
4252
4253
4254
4255
4256
4257
4258
4259
4260
4261
4262
4263
4264
4265
4266
4267
4268
4269
4270
4271
4272
4273
<?xml version="1.0" encoding="utf-8"?>
<doc>
  <assembly>
    <name>IrcDotNet</name>
  </assembly>
  <members>
    <member name="T:IrcDotNet.IIrcFloodPreventer">
      <summary>
            Defines a mechanism for preventing server floods by limiting the rate of outgoing raw messages from the client.
            </summary>
    </member>
    <member name="M:IrcDotNet.IIrcFloodPreventer.GetSendDelay">
      <summary>
            Gets the time delay before which the client may currently send the next message.
            </summary>
      <returns>The time delay before the next message may be sent, in milliseconds.</returns>
    </member>
    <member name="M:IrcDotNet.IIrcFloodPreventer.HandleMessageSent">
      <summary>
            Notifies the flood preventer that a message has just been send by the client.
            </summary>
    </member>
    <member name="T:IrcDotNet.IIrcMessageReceiver">
      <summary>
            Represents an object that raises an event when a message or notice has been received.
            </summary>
    </member>
    <member name="E:IrcDotNet.IIrcMessageReceiver.MessageReceived">
      <summary>
            Occurs when a message has been received by the object.
            </summary>
    </member>
    <member name="E:IrcDotNet.IIrcMessageReceiver.NoticeReceived">
      <summary>
            Occurs when a notice has been received by the object.
            </summary>
    </member>
    <member name="T:IrcDotNet.IIrcMessageSource">
      <summary>
            Represents the source of a message or notice sent by an IRC client.
            </summary>
    </member>
    <member name="P:IrcDotNet.IIrcMessageSource.Name">
      <summary>
            Gets the name of the source, as understood by the IRC protocol.
            </summary>
    </member>
    <member name="T:IrcDotNet.IIrcMessageTarget">
      <summary>
            Represents the target of a message or notice sent by an IRC client.
            </summary>
    </member>
    <member name="P:IrcDotNet.IIrcMessageTarget.Name">
      <summary>
            Gets the name of the source, as understood by the IRC protocol.
            </summary>
    </member>
    <member name="T:IrcDotNet.IrcChannel">
      <summary>
            Represents an IRC channel that exists on a specific <see cref="T:IrcDotNet.IrcClient" />.
            </summary>
    </member>
    <member name="P:IrcDotNet.IrcChannel.Client">
      <summary>
            Gets the client to which the channel belongs.
            </summary>
    </member>
    <member name="M:IrcDotNet.IrcChannel.GetChannelUser(IrcDotNet.IrcUser)">
      <summary>
            Gets the <see cref="T:IrcDotNet.IrcChannelUser" /> in the channel that corresponds to the specified
            <see cref="T:IrcDotNet.IrcUser" />, or <see langword="null" /> if none is found.
            </summary>
      <param name="user">The <see cref="T:IrcDotNet.IrcUser" /> for which to look.</param>
      <returns>The <see cref="T:IrcDotNet.IrcChannelUser" /> in the channel that corresponds to the specified
            <see cref="T:IrcDotNet.IrcUser" />, or <see langword="null" /> if none is found.</returns>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="user" /> is <see langword="null" />.</exception>
    </member>
    <member name="M:IrcDotNet.IrcChannel.GetModes(System.String)">
      <summary>
            Requests a list of the current modes of the channel, or if <paramref name="modes" /> is specified, the
            settings for the specified modes.
            </summary>
      <param name="modes">The modes for which to get the current settings, or <see langword="null" /> for all
            current channel modes.</param>
    </member>
    <member name="M:IrcDotNet.IrcChannel.GetTopic">
      <summary>
            Requests the current topic of the channel.
            </summary>
    </member>
    <member name="M:IrcDotNet.IrcChannel.Invite(IrcDotNet.IrcUser)">
      <summary>
            Invites the the specified user to the channel.
            </summary>
      <param name="user">The user to invite to the channel</param>
      <param name="userNickName">The nick name of the user to invite.</param>
    </member>
    <member name="M:IrcDotNet.IrcChannel.Invite(System.String)">
      <summary>
            Invites the the specified user to the channel.
            </summary>
      <param name="userNickName">The nick name of the user to invite.</param>
    </member>
    <member name="M:IrcDotNet.IrcChannel.Kick(System.String,System.String)">
      <summary>
            Kicks the specified user from the channel, giving the specified comment.
            </summary>
      <param name="userNickName">The nick name of the user to kick from the channel.</param>
      <param name="comment">The comment to give for the kick, or <see langword="null" /> for none.</param>
    </member>
    <member name="M:IrcDotNet.IrcChannel.Leave(System.String)">
      <summary>
            Leaves the channel, giving the specified comment.
            </summary>
      <param name="comment">The comment to send the server upon leaving the channel, or <see langword="null" /> for
            no comment.</param>
    </member>
    <member name="E:IrcDotNet.IrcChannel.MessageReceived">
      <summary>
            Occurs when the channel has received a message.
            </summary>
    </member>
    <member name="P:IrcDotNet.IrcChannel.Modes">
      <summary>
            Gets a read-only collection of the modes the channel currently has.
            </summary>
    </member>
    <member name="E:IrcDotNet.IrcChannel.ModesChanged">
      <summary>
            Occurs when any of the modes of the channel have changed.
            </summary>
    </member>
    <member name="P:IrcDotNet.IrcChannel.Name">
      <summary>
            Gets the name of the channel.
            </summary>
    </member>
    <member name="E:IrcDotNet.IrcChannel.NoticeReceived">
      <summary>
            Occurs when the channel has received a notice.
            </summary>
    </member>
    <member name="M:IrcDotNet.IrcChannel.OnMessageReceived(IrcDotNet.IrcMessageEventArgs)">
      <summary>
            Raises the <see cref="E:IrcDotNet.IrcChannel.MessageReceived" /> event.
            </summary>
      <param name="e">The <see cref="T:IrcDotNet.IrcMessageEventArgs" /> instance containing the event data.</param>
    </member>
    <member name="M:IrcDotNet.IrcChannel.OnModesChanged(System.EventArgs)">
      <summary>
            Raises the <see cref="E:IrcDotNet.IrcChannel.ModesChanged" /> event.
            </summary>
      <param name="e">The <see cref="T:System.EventArgs" /> instance containing the event data.</param>
    </member>
    <member name="M:IrcDotNet.IrcChannel.OnNoticeReceived(IrcDotNet.IrcMessageEventArgs)">
      <summary>
            Raises the <see cref="E:IrcDotNet.IrcChannel.NoticeReceived" /> event.
            </summary>
      <param name="e">The <see cref="T:IrcDotNet.IrcMessageEventArgs" /> instance containing the event data.</param>
    </member>
    <member name="M:IrcDotNet.IrcChannel.OnPreviewMessageReceived(IrcDotNet.IrcPreviewMessageEventArgs)">
      <summary>
            Raises the <see cref="E:IrcDotNet.IrcChannel.PreviewMessageReceived" /> event.
            </summary>
      <param name="e">The <see cref="T:IrcDotNet.IrcPreviewMessageEventArgs" /> instance containing the event data.</param>
    </member>
    <member name="M:IrcDotNet.IrcChannel.OnPreviewNoticeReceived(IrcDotNet.IrcPreviewMessageEventArgs)">
      <summary>
            Raises the <see cref="E:IrcDotNet.IrcChannel.PreviewNoticeReceived" /> event.
            </summary>
      <param name="e">The <see cref="T:IrcDotNet.IrcPreviewMessageEventArgs" /> instance containing the event data.</param>
    </member>
    <member name="M:IrcDotNet.IrcChannel.OnPropertyChanged(System.ComponentModel.PropertyChangedEventArgs)">
      <summary>
            Raises the <see cref="E:IrcDotNet.IrcChannel.PropertyChanged" /> event.
            </summary>
      <param name="e">The <see cref="T:System.ComponentModel.PropertyChangedEventArgs" /> instance containing the event data.</param>
    </member>
    <member name="M:IrcDotNet.IrcChannel.OnTopicChanged(System.EventArgs)">
      <summary>
            Raises the <see cref="E:IrcDotNet.IrcChannel.TopicChanged" /> event.
            </summary>
      <param name="e">The <see cref="T:System.EventArgs" /> instance containing the event data.</param>
    </member>
    <member name="M:IrcDotNet.IrcChannel.OnUserInvited(IrcDotNet.IrcUserEventArgs)">
      <summary>
            Raises the <see cref="E:IrcDotNet.IrcChannel.UserInvited" /> event.
            </summary>
      <param name="e">The <see cref="T:IrcDotNet.IrcUserEventArgs" /> instance containing the event data.</param>
    </member>
    <member name="M:IrcDotNet.IrcChannel.OnUserJoined(IrcDotNet.IrcChannelUserEventArgs)">
      <summary>
            Raises the <see cref="E:IrcDotNet.IrcChannel.UserJoined" /> event.
            </summary>
      <param name="e">The <see cref="T:IrcDotNet.IrcChannelUserEventArgs" /> instance containing the event data.</param>
    </member>
    <member name="M:IrcDotNet.IrcChannel.OnUserKicked(IrcDotNet.IrcChannelUserEventArgs)">
      <summary>
            Raises the <see cref="E:IrcDotNet.IrcChannel.UserKicked" /> event.
            </summary>
      <param name="e">The <see cref="T:IrcDotNet.IrcChannelUserEventArgs" /> instance containing the event data.</param>
    </member>
    <member name="M:IrcDotNet.IrcChannel.OnUserLeft(IrcDotNet.IrcChannelUserEventArgs)">
      <summary>
            Raises the <see cref="E:IrcDotNet.IrcChannel.UserLeft" /> event.
            </summary>
      <param name="e">The <see cref="T:IrcDotNet.IrcChannelUserEventArgs" /> instance containing the event data.</param>
    </member>
    <member name="M:IrcDotNet.IrcChannel.OnUsersListReceived(System.EventArgs)">
      <summary>
            Raises the <see cref="E:IrcDotNet.IrcChannel.UsersListReceived" /> event.
            </summary>
      <param name="e">The <see cref="T:System.EventArgs" /> instance containing the event data.</param>
    </member>
    <member name="E:IrcDotNet.IrcChannel.PreviewMessageReceived">
      <summary>
            Occurs when the channel has received a message, before the <see cref="E:IrcDotNet.IrcChannel.MessageReceived" /> event.
            </summary>
    </member>
    <member name="E:IrcDotNet.IrcChannel.PreviewNoticeReceived">
      <summary>
            Occurs when the channel has received a notice, before the <see cref="E:IrcDotNet.IrcChannel.NoticeReceived" /> event.
            </summary>
    </member>
    <member name="E:IrcDotNet.IrcChannel.PropertyChanged">
      <summary>
            Occurs when a property value changes.
            </summary>
    </member>
    <member name="M:IrcDotNet.IrcChannel.SetModes(System.Char[])">
      <summary>
            Sets the specified modes on the channel.
            </summary>
      <param name="newModes">A collection of mode characters that should become the new modes.
            Any modes in the collection that are not currently set will be set, and any nodes not in the collection that
            are currently set will be unset.</param>
      <param name="modes">The mode string that specifies mode changes, which takes the form
            `( "+" / "-" ) *( mode character )`.</param>
      <param name="modeParameters">A collection of parameters to he modes, or <see langword="null" /> for no
            parameters.</param>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="newModes" /> is <see langword="null" />.</exception>
    </member>
    <member name="M:IrcDotNet.IrcChannel.SetModes(System.Collections.Generic.IEnumerable{System.Char})">
      <summary>
            Sets the specified modes on the channel.
            </summary>
      <param name="newModes">A collection of mode characters that should become the new modes.
            Any modes in the collection that are not currently set will be set, and any nodes not in the collection that
            are currently set will be unset.</param>
      <param name="modes">The mode string that specifies mode changes, which takes the form
            `( "+" / "-" ) *( mode character )`.</param>
      <param name="modeParameters">A collection of parameters to he modes, or <see langword="null" /> for no
            parameters.</param>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="newModes" /> is <see langword="null" />.</exception>
    </member>
    <member name="M:IrcDotNet.IrcChannel.SetModes(System.Collections.Generic.IEnumerable{System.Char},System.Collections.Generic.IEnumerable{System.Char},System.Collections.Generic.IEnumerable{System.String})">
      <summary>
            Sets the specified modes on the channel.
            </summary>
      <param name="modes">The mode string that specifies mode changes, which takes the form
            `( "+" / "-" ) *( mode character )`.</param>
      <param name="modeParameters">A collection of parameters to he modes, or <see langword="null" /> for no
            parameters.</param>
      <param name="setModes">
        <p style="color: #dc143c; font-size: 8.5pt; font-weight: bold;">[Missing &lt;param name="setModes"/&gt; documentation for "M:IrcDotNet.IrcChannel.SetModes(System.Collections.Generic.IEnumerable{System.Char},System.Collections.Generic.IEnumerable{System.Char},System.Collections.Generic.IEnumerable{System.String})"]</p>
      </param>
      <param name="unsetModes">
        <p style="color: #dc143c; font-size: 8.5pt; font-weight: bold;">[Missing &lt;param name="unsetModes"/&gt; documentation for "M:IrcDotNet.IrcChannel.SetModes(System.Collections.Generic.IEnumerable{System.Char},System.Collections.Generic.IEnumerable{System.Char},System.Collections.Generic.IEnumerable{System.String})"]</p>
      </param>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="setModes" /> is <see langword="null" />.</exception>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="unsetModes" /> is <see langword="null" />.</exception>
    </member>
    <member name="M:IrcDotNet.IrcChannel.SetModes(System.String,System.Collections.Generic.IEnumerable{System.String})">
      <summary>
            Sets the specified modes on the channel.
            </summary>
      <param name="modes">The mode string that specifies mode changes, which takes the form
            `( "+" / "-" ) *( mode character )`.</param>
      <param name="modeParameters">A collection of parameters to he modes, or <see langword="null" /> for no
            parameters.</param>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="modes" /> is <see langword="null" />.</exception>
    </member>
    <member name="M:IrcDotNet.IrcChannel.SetModes(System.String,System.String[])">
      <summary>
            Sets the specified modes on the channel.
            </summary>
      <param name="modes">The mode string that specifies mode changes, which takes the form
            `( "+" / "-" ) *( mode character )`.</param>
      <param name="modeParameters">A collection of parameters to he modes, or <see langword="null" /> for no
            parameters.</param>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="modes" /> is <see langword="null" />.</exception>
    </member>
    <member name="M:IrcDotNet.IrcChannel.SetTopic(System.String)">
      <summary>
            Sets the topic of the channel to the specified text.
            </summary>
      <param name="newTopic">The new topic to set.</param>
    </member>
    <member name="P:IrcDotNet.IrcChannel.Topic">
      <summary>
            Gets the current topic of the channel.
            </summary>
    </member>
    <member name="E:IrcDotNet.IrcChannel.TopicChanged">
      <summary>
            Occurs when the topic of the channel has changed.
            </summary>
    </member>
    <member name="M:IrcDotNet.IrcChannel.ToString">
      <summary>
            Returns a string representation of this instance.
            </summary>
      <returns>A string that represents this instance.</returns>
    </member>
    <member name="P:IrcDotNet.IrcChannel.Type">
      <summary>
            Gets the type of the channel.
            </summary>
    </member>
    <member name="E:IrcDotNet.IrcChannel.UserInvited">
      <summary>
            Occurs when a user is invited to join the channel.
            </summary>
    </member>
    <member name="E:IrcDotNet.IrcChannel.UserJoined">
      <summary>
            Occurs when a user has joined the channel.
            </summary>
    </member>
    <member name="E:IrcDotNet.IrcChannel.UserKicked">
      <summary>
            Occurs when a user is kicked from the channel.
            </summary>
    </member>
    <member name="E:IrcDotNet.IrcChannel.UserLeft">
      <summary>
            Occurs when a user has left the channel.
            </summary>
    </member>
    <member name="P:IrcDotNet.IrcChannel.Users">
      <summary>
            Gets a collection of all channel users currently in the channel.
            </summary>
    </member>
    <member name="E:IrcDotNet.IrcChannel.UsersListReceived">
      <summary>
            Occurs when the list of users in the channel has been received.
            The list of users is sent initially upon joining the channel, or on the request of the client.
            </summary>
    </member>
    <member name="T:IrcDotNet.IrcChannelCollection">
      <summary>
            Represents a collection of <see cref="T:IrcDotNet.IrcChannel" /> objects.
            </summary>
    </member>
    <member name="P:IrcDotNet.IrcChannelCollection.Client">
      <summary>
            Gets the client to which the collection of channels belongs.
            </summary>
    </member>
    <member name="M:IrcDotNet.IrcChannelCollection.Join(System.Collections.Generic.IEnumerable{System.String})">
      <summary>
            Joins the specified channels.
            </summary>
      <param name="channels">A collection of the names of channels to join.</param>
    </member>
    <member name="M:IrcDotNet.IrcChannelCollection.Join(System.Collections.Generic.IEnumerable{System.Tuple{System.String,System.String}})">
      <summary>
            Joins the specified channels.
            </summary>
      <param name="channels">A collection of 2-tuples of the names of channels to join and their keys.</param>
    </member>
    <member name="M:IrcDotNet.IrcChannelCollection.Join(System.String[])">
      <summary>
            Joins the specified channels.
            </summary>
      <param name="channels">A collection of the names of channels to join.</param>
    </member>
    <member name="M:IrcDotNet.IrcChannelCollection.Join(System.Tuple{System.String,System.String}[])">
      <summary>
            Joins the specified channels.
            </summary>
      <param name="channels">A collection of 2-tuples of the names of channels to join and their keys.</param>
    </member>
    <member name="M:IrcDotNet.IrcChannelCollection.Leave(System.Collections.Generic.IEnumerable{System.String},System.String)">
      <summary>
            Leaves the specified channels, giving the specified comment.
            </summary>
      <param name="channels">A collection of the names of channels to leave.</param>
      <param name="comment">The comment to send the server upon leaving the channel, or <see langword="null" /> for
            no comment.</param>
    </member>
    <member name="M:IrcDotNet.IrcChannelCollection.Leave(System.String[])">
      <summary>
            Leaves the specified channels, giving the specified comment.
            </summary>
      <param name="channels">A collection of the names of channels to leave.</param>
      <param name="comment">The comment to send the server upon leaving the channel, or <see langword="null" /> for
            no comment.</param>
    </member>
    <member name="T:IrcDotNet.IrcChannelEventArgs">
      <summary>
            Provides data for events that concern an <see cref="T:IrcDotNet.IrcChannel" />.
            </summary>
    </member>
    <member name="M:IrcDotNet.IrcChannelEventArgs.#ctor(IrcDotNet.IrcChannel,System.String)">
      <summary>
            Initializes a new instance of the <see cref="T:IrcDotNet.IrcChannelEventArgs" /> class.
            </summary>
      <param name="channel">The channel that the event concerns.</param>
      <param name="comment">
        <p style="color: #dc143c; font-size: 8.5pt; font-weight: bold;">[Missing &lt;param name="comment"/&gt; documentation for "M:IrcDotNet.IrcChannelEventArgs.#ctor(IrcDotNet.IrcChannel,System.String)"]</p>
      </param>
    </member>
    <member name="P:IrcDotNet.IrcChannelEventArgs.Channel">
      <summary>
            Gets the channel that the event concerns.
            </summary>
    </member>
    <member name="T:IrcDotNet.IrcChannelInfo">
      <summary>
            Stores information about a particular channel on an IRC network.
            </summary>
    </member>
    <member name="M:IrcDotNet.IrcChannelInfo.#ctor(System.String,System.Nullable{System.Int32},System.String)">
      <summary>
            Initializes a new instance of the <see cref="T:IrcDotNet.IrcChannelInfo" /> structure with the specified properties.
            </summary>
      <param name="name">The name of the channel.</param>
      <param name="visibleUsersCount">The number of visible users in the channel.</param>
      <param name="topic">The current topic of the channel.</param>
    </member>
    <member name="F:IrcDotNet.IrcChannelInfo.Name">
      <summary>
            The name of the channel.
            </summary>
    </member>
    <member name="F:IrcDotNet.IrcChannelInfo.Topic">
      <summary>
            The current topic of the channel.
            </summary>
    </member>
    <member name="F:IrcDotNet.IrcChannelInfo.VisibleUsersCount">
      <summary>
            The number of visible users in the channel.
            </summary>
    </member>
    <member name="T:IrcDotNet.IrcChannelInvitationEventArgs">
      <summary>
            Provides data for the <see cref="E:IrcDotNet.IrcClient.PingReceived" /> event.
            </summary>
    </member>
    <member name="M:IrcDotNet.IrcChannelInvitationEventArgs.#ctor(IrcDotNet.IrcChannel,IrcDotNet.IrcUser)">
      <summary>
            Initializes a new instance of the <see cref="T:IrcDotNet.IrcChannelInvitationEventArgs" /> class.
            </summary>
      <param name="channel">The channel to which the recipient user is invited.</param>
      <param name="inviter">The user inviting the recipient user to the channel.</param>
    </member>
    <member name="P:IrcDotNet.IrcChannelInvitationEventArgs.Inviter">
      <summary>
            Gets the user inviting the recipient user to the channel
            </summary>
    </member>
    <member name="T:IrcDotNet.IrcChannelListReceivedEventArgs">
      <summary>
            Provides data for the <see cref="E:IrcDotNet.IrcClient.ChannelListReceived" /> event.
            </summary>
    </member>
    <member name="M:IrcDotNet.IrcChannelListReceivedEventArgs.#ctor(System.Collections.Generic.IList{IrcDotNet.IrcChannelInfo})">
      <summary>
            Initializes a new instance of the <see cref="T:IrcDotNet.IrcChannelListReceivedEventArgs" /> class.
            </summary>
      <param name="channels">A list of information about the channels that was returned by the server.</param>
    </member>
    <member name="P:IrcDotNet.IrcChannelListReceivedEventArgs.Channels">
      <summary>
            Gets the list of information about the channels that was returned by the server.
            </summary>
    </member>
    <member name="T:IrcDotNet.IrcChannelType">
      <summary>
            Defines the types of channels. Each channel may only be of a single type at any one time.
            </summary>
    </member>
    <member name="F:IrcDotNet.IrcChannelType.Unspecified">
      <summary>
            The channel type is unspecified.
            </summary>
    </member>
    <member name="F:IrcDotNet.IrcChannelType.Public">
      <summary>
            The channel is public. The server always lists this channel.
            </summary>
    </member>
    <member name="F:IrcDotNet.IrcChannelType.Private">
      <summary>
            The channel is private. The server never lists this channel.
            </summary>
    </member>
    <member name="F:IrcDotNet.IrcChannelType.Secret">
      <summary>
            The channel is secret. The server never lists this channel and pretends it does not exist when responding to
            queries.
            </summary>
    </member>
    <member name="T:IrcDotNet.IrcChannelUser">
      <summary>
            Represents an IRC user that exists on a specific channel on a specific <see cref="T:IrcDotNet.IrcClient" />.
            </summary>
    </member>
    <member name="P:IrcDotNet.IrcChannelUser.Channel">
      <summary>
            Gets or sets the channel.
            </summary>
    </member>
    <member name="M:IrcDotNet.IrcChannelUser.DeOp">
      <summary>
            Removes operator privileges from the user in the channel.
            </summary>
    </member>
    <member name="M:IrcDotNet.IrcChannelUser.DeVoice">
      <summary>
            Devoices the user in the channel
            </summary>
    </member>
    <member name="M:IrcDotNet.IrcChannelUser.Kick(System.String)">
      <summary>
            Kicks the user from the channel, giving the specified comment.
            </summary>
      <param name="comment">The comment to give for the kick, or <see langword="null" /> for none.</param>
    </member>
    <member name="P:IrcDotNet.IrcChannelUser.Modes">
      <summary>
            A read-only collection of the channel modes the user currently has.
            </summary>
    </member>
    <member name="E:IrcDotNet.IrcChannelUser.ModesChanged">
      <summary>
            Occurs when the channel modes of the user have changed.
            </summary>
    </member>
    <member name="M:IrcDotNet.IrcChannelUser.OnModesChanged(System.EventArgs)">
      <summary>
            Raises the <see cref="E:IrcDotNet.IrcChannelUser.ModesChanged" /> event.
            </summary>
      <param name="e">The <see cref="T:System.EventArgs" /> instance containing the event data.</param>
    </member>
    <member name="M:IrcDotNet.IrcChannelUser.OnPropertyChanged(System.ComponentModel.PropertyChangedEventArgs)">
      <summary>
            Raises the <see cref="E:IrcDotNet.IrcChannelUser.PropertyChanged" /> event.
            </summary>
      <param name="e">The <see cref="T:System.ComponentModel.PropertyChangedEventArgs" /> instance containing the event data.</param>
    </member>
    <member name="M:IrcDotNet.IrcChannelUser.Op">
      <summary>
            Gives the user operator privileges in the channel.
            </summary>
    </member>
    <member name="E:IrcDotNet.IrcChannelUser.PropertyChanged">
      <summary>
            Occurs when a property value changes.
            </summary>
    </member>
    <member name="M:IrcDotNet.IrcChannelUser.ToString">
      <summary>
            Returns a string representation of this instance.
            </summary>
      <returns>A string that represents this instance.</returns>
    </member>
    <member name="P:IrcDotNet.IrcChannelUser.User">
      <summary>
            Gets the <see cref="T:IrcDotNet.IrcUser" /> that is represented by the <see cref="T:IrcDotNet.IrcChannelUser" />.
            </summary>
    </member>
    <member name="M:IrcDotNet.IrcChannelUser.Voice">
      <summary>
            Voices the user in the channel.
            </summary>
    </member>
    <member name="T:IrcDotNet.IrcChannelUserCollection">
      <summary>
            Represents a collection of <see cref="T:IrcDotNet.IrcChannelUser" /> objects.
            </summary>
    </member>
    <member name="P:IrcDotNet.IrcChannelUserCollection.Channel">
      <summary>
            Gets the channel to which the collection of channel users belongs.
            </summary>
    </member>
    <member name="M:IrcDotNet.IrcChannelUserCollection.GetUsers">
      <summary>
            Gets a collection of all users that correspond to the channel users in the collection.
            </summary>
      <returns>A collection of users.</returns>
    </member>
    <member name="T:IrcDotNet.IrcChannelUserEventArgs">
      <summary>
            Provides data for events that concern an <see cref="T:IrcDotNet.IrcChannelUser" />.
            </summary>
    </member>
    <member name="M:IrcDotNet.IrcChannelUserEventArgs.#ctor(IrcDotNet.IrcChannelUser,System.String)">
      <summary>
            Initializes a new instance of the <see cref="T:IrcDotNet.IrcChannelUserEventArgs" /> class.
            </summary>
      <param name="channelUser">The channel user that the event concerns.</param>
      <param name="comment">
        <p style="color: #dc143c; font-size: 8.5pt; font-weight: bold;">[Missing &lt;param name="comment"/&gt; documentation for "M:IrcDotNet.IrcChannelUserEventArgs.#ctor(IrcDotNet.IrcChannelUser,System.String)"]</p>
      </param>
    </member>
    <member name="P:IrcDotNet.IrcChannelUserEventArgs.ChannelUser">
      <summary>
            Gets the channel user that the event concerns.
            </summary>
    </member>
    <member name="T:IrcDotNet.IrcClient">
      <summary>
            Represents a client that communicates with a server using the IRC (Internet Relay Chat) protocol.
            
            Do not inherit this class unless the protocol itself is being extended.
            </summary>
    </member>
    <member name="M:IrcDotNet.IrcClient.#ctor">
      <summary>
            Initializes a new instance of the <see cref="T:IrcDotNet.IrcClient" /> class.
            </summary>
    </member>
    <member name="E:IrcDotNet.IrcClient.ChannelListReceived">
      <summary>
            Occurs when a list of channels has been received from the server in response to a query.
            </summary>
    </member>
    <member name="P:IrcDotNet.IrcClient.Channels">
      <summary>
            Gets a collection of all channels known to the client.
            </summary>
    </member>
    <member name="P:IrcDotNet.IrcClient.ChannelUserModes">
      <summary>
            Gets a collection of channel modes that apply to users in a channel.
            </summary>
    </member>
    <member name="E:IrcDotNet.IrcClient.ClientInfoReceived">
      <summary>
            Occurs when the client information has been received from the server, following registration.
            </summary>
    </member>
    <member name="M:IrcDotNet.IrcClient.Connect(System.Net.EndPoint,System.Boolean,IrcDotNet.IrcRegistrationInfo)">
      <summary>
            Connects asynchronously to the specified server.
            </summary>
      <param name="remoteEndPoint">The network endpoint (IP address and port) of the server to which to connect.
            </param>
      <param name="useSsl">
        <see langword="true" /> to connect to the server via SSL; <see langword="false" />,
            otherwise</param>
      <param name="registrationInfo">The information used for registering the client.
            The type of the object may be either <see cref="T:IrcDotNet.IrcUserRegistrationInfo" /> or
            <see cref="T:IrcDotNet.IrcServiceRegistrationInfo" />.</param>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="registrationInfo" /> is <see langword="null" />.
            </exception>
      <exception cref="T:System.ArgumentException">
        <paramref name="registrationInfo" /> does not specify valid registration
            information.</exception>
      <exception cref="T:System.ObjectDisposedException">The current instance has already been disposed.</exception>
    </member>
    <member name="M:IrcDotNet.IrcClient.Connect(System.Net.IPAddress,System.Boolean,IrcDotNet.IrcRegistrationInfo)">
      <summary>
            Connects asynchronously to the specified server.
            </summary>
      <param name="address">An IP addresses that designates the remote host.</param>
      <param name="port">The port number of the remote host.</param>
      <param name="remoteEndPoint">The network endpoint (IP address and port) of the server to which to connect.
            </param>
      <param name="useSsl">
        <see langword="true" /> to connect to the server via SSL; <see langword="false" />,
            otherwise</param>
      <param name="registrationInfo">The information used for registering the client.
            The type of the object may be either <see cref="T:IrcDotNet.IrcUserRegistrationInfo" /> or
            <see cref="T:IrcDotNet.IrcServiceRegistrationInfo" />.</param>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="registrationInfo" /> is <see langword="null" />.
            </exception>
      <exception cref="T:System.ArgumentException">
        <paramref name="registrationInfo" /> does not specify valid registration
            information.</exception>
      <exception cref="T:System.ObjectDisposedException">The current instance has already been disposed.</exception>
    </member>
    <member name="M:IrcDotNet.IrcClient.Connect(System.Net.IPAddress,System.Int32,System.Boolean,IrcDotNet.IrcRegistrationInfo)">
      <summary>
            Connects asynchronously to the specified server.
            </summary>
      <param name="address">An IP addresses that designates the remote host.</param>
      <param name="port">The port number of the remote host.</param>
      <param name="remoteEndPoint">The network endpoint (IP address and port) of the server to which to connect.
            </param>
      <param name="useSsl">
        <see langword="true" /> to connect to the server via SSL; <see langword="false" />,
            otherwise</param>
      <param name="registrationInfo">The information used for registering the client.
            The type of the object may be either <see cref="T:IrcDotNet.IrcUserRegistrationInfo" /> or
            <see cref="T:IrcDotNet.IrcServiceRegistrationInfo" />.</param>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="registrationInfo" /> is <see langword="null" />.
            </exception>
      <exception cref="T:System.ArgumentException">
        <paramref name="registrationInfo" /> does not specify valid registration
            information.</exception>
      <exception cref="T:System.ObjectDisposedException">The current instance has already been disposed.</exception>
    </member>
    <member name="M:IrcDotNet.IrcClient.Connect(System.String,System.Boolean,IrcDotNet.IrcRegistrationInfo)">
      <summary>
            Connects asynchronously to the specified server.
            </summary>
      <param name="hostName">The name of the remote host.</param>
      <param name="port">The port number of the remote host.</param>
      <param name="remoteEndPoint">The network endpoint (IP address and port) of the server to which to connect.
            </param>
      <param name="useSsl">
        <see langword="true" /> to connect to the server via SSL; <see langword="false" />,
            otherwise</param>
      <param name="registrationInfo">The information used for registering the client.
            The type of the object may be either <see cref="T:IrcDotNet.IrcUserRegistrationInfo" /> or
            <see cref="T:IrcDotNet.IrcServiceRegistrationInfo" />.</param>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="registrationInfo" /> is <see langword="null" />.
            </exception>
      <exception cref="T:System.ArgumentException">
        <paramref name="registrationInfo" /> does not specify valid registration
            information.</exception>
      <exception cref="T:System.ObjectDisposedException">The current instance has already been disposed.</exception>
    </member>
    <member name="M:IrcDotNet.IrcClient.Connect(System.String,System.Int32,System.Boolean,IrcDotNet.IrcRegistrationInfo)">
      <summary>
            Connects asynchronously to the specified server.
            </summary>
      <param name="hostName">The name of the remote host.</param>
      <param name="port">The port number of the remote host.</param>
      <param name="remoteEndPoint">The network endpoint (IP address and port) of the server to which to connect.
            </param>
      <param name="useSsl">
        <see langword="true" /> to connect to the server via SSL; <see langword="false" />,
            otherwise</param>
      <param name="registrationInfo">The information used for registering the client.
            The type of the object may be either <see cref="T:IrcDotNet.IrcUserRegistrationInfo" /> or
            <see cref="T:IrcDotNet.IrcServiceRegistrationInfo" />.</param>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="registrationInfo" /> is <see langword="null" />.
            </exception>
      <exception cref="T:System.ArgumentException">
        <paramref name="registrationInfo" /> does not specify valid registration
            information.</exception>
      <exception cref="T:System.ObjectDisposedException">The current instance has already been disposed.</exception>
    </member>
    <member name="M:IrcDotNet.IrcClient.Connect(System.Uri,IrcDotNet.IrcRegistrationInfo)">
      <summary>
            Connects to a server using the specified URL and user information.
            </summary>
      <param name="hostName">The name of the remote host.</param>
      <param name="port">The port number of the remote host.</param>
      <param name="remoteEndPoint">The network endpoint (IP address and port) of the server to which to connect.
            </param>
      <param name="useSsl">
        <see langword="true" /> to connect to the server via SSL; <see langword="false" />,
            otherwise</param>
      <param name="registrationInfo">The information used for registering the client.
            The type of the object may be either <see cref="T:IrcDotNet.IrcUserRegistrationInfo" /> or
            <see cref="T:IrcDotNet.IrcServiceRegistrationInfo" />.</param>
      <param name="url">
        <p style="color: #dc143c; font-size: 8.5pt; font-weight: bold;">[Missing &lt;param name="url"/&gt; documentation for "M:IrcDotNet.IrcClient.Connect(System.Uri,IrcDotNet.IrcRegistrationInfo)"]</p>
      </param>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="registrationInfo" /> is <see langword="null" />.
            </exception>
      <exception cref="T:System.ArgumentException">
        <paramref name="registrationInfo" /> does not specify valid registration
            information.</exception>
      <exception cref="T:System.ObjectDisposedException">The current instance has already been disposed.</exception>
    </member>
    <member name="E:IrcDotNet.IrcClient.Connected">
      <summary>
            Occurs when the client has connected to the server.
            </summary>
    </member>
    <member name="E:IrcDotNet.IrcClient.ConnectFailed">
      <summary>
            Occurs when the client has failed to connect to the server.
            </summary>
    </member>
    <member name="M:IrcDotNet.IrcClient.Disconnect">
      <summary>
            Disconnects asynchronously from the server.
            </summary>
      <exception cref="T:System.ObjectDisposedException">The current instance has already been disposed.</exception>
    </member>
    <member name="E:IrcDotNet.IrcClient.Disconnected">
      <summary>
            Occurs when the client has disconnected from the server.
            </summary>
    </member>
    <member name="M:IrcDotNet.IrcClient.Dispose">
      <summary>
            Releases all resources used by the <see cref="T:IrcDotNet.IrcClient" /> object.
            </summary>
    </member>
    <member name="M:IrcDotNet.IrcClient.Dispose(System.Boolean)">
      <summary>
            Releases all resources used by the <see cref="T:IrcDotNet.IrcClient" />.
            </summary>
      <param name="disposing">
        <see langword="true" /> if the consumer is actively disposing the object;
            <see langword="false" /> if the garbage collector is finalizing the object.</param>
    </member>
    <member name="E:IrcDotNet.IrcClient.Error">
      <summary>
            Occurs when the client encounters an error during execution, while connected.
            </summary>
    </member>
    <member name="E:IrcDotNet.IrcClient.ErrorMessageReceived">
      <summary>
            Occurs when an error message (ERROR command) is received from the server.
            </summary>
    </member>
    <member name="M:IrcDotNet.IrcClient.Finalize">
      <summary>
            Finalizes an instance of the <see cref="T:IrcDotNet.IrcClient" /> class.
            </summary>
    </member>
    <member name="P:IrcDotNet.IrcClient.FloodPreventer">
      <summary>
            Gets or sets an object that limits the rate of outgoing messages in order to prevent flooding the server.
            The value is <see langword="null" /> by default, which indicates that no flood prevention should be
            performed.
            </summary>
    </member>
    <member name="M:IrcDotNet.IrcClient.GetChannelFromName(System.String)">
      <summary>
            Gets the channel with the specified name, creating it if necessary.
            </summary>
      <param name="channelName">The name of the channel.</param>
      <param name="createdNew">
        <see langword="true" /> if the channel object was created during the call;
            <see langword="false" />, otherwise.</param>
      <returns>The channel object that corresponds to the specified name.</returns>
    </member>
    <member name="M:IrcDotNet.IrcClient.GetChannelFromName(System.String,System.Boolean@)">
      <summary>
            Gets the channel with the specified name, creating it if necessary.
            </summary>
      <param name="channelName">The name of the channel.</param>
      <param name="createdNew">
        <see langword="true" /> if the channel object was created during the call;
            <see langword="false" />, otherwise.</param>
      <returns>The channel object that corresponds to the specified name.</returns>
    </member>
    <member name="M:IrcDotNet.IrcClient.GetChannelsFromList(System.String)">
      <summary>
            Gets a list of channel objects from the specified comma-separated list of channel names.
            </summary>
      <param name="namesList">A value that contains a comma-separated list of names of channels.</param>
      <returns>A list of channel objects that corresponds to the given list of channel names.</returns>
    </member>
    <member name="M:IrcDotNet.IrcClient.GetChannelType(System.Char)">
      <summary>
            Gets the type of the channel from the specified character.
            </summary>
      <param name="type">A character that represents the type of the channel.
            The character may be one of the following:
            <list type="bullet"><listheader><term>Character</term><description>Channel type</description></listheader><item><term>=</term><description>Public channel</description></item><item><term>*</term><description>Private channel</description></item><item><term>@</term><description>Secret channel</description></item></list></param>
      <returns>The channel type that corresponds to the specified character.</returns>
      <exception cref="T:System.ArgumentException">
        <paramref name="type" /> does not correspond to any known channel type.
            </exception>
    </member>
    <member name="M:IrcDotNet.IrcClient.GetMessageOfTheDay(System.String)">
      <summary>
            Requests the Message of the Day (MOTD) from the specified server.
            </summary>
      <param name="targetServer">The name of the server from which to request the MOTD, or <see langword="null" />
            for the current server.</param>
      <exception cref="T:System.ObjectDisposedException">The current instance has already been disposed.</exception>
    </member>
    <member name="M:IrcDotNet.IrcClient.GetMessageTarget(System.String)">
      <summary>
            Gets the target of a message from the specified name.
            A message target may be an <see cref="T:IrcDotNet.IrcUser" />, <see cref="T:IrcDotNet.IrcChannel" />, or <see cref="T:IrcDotNet.IrcTargetMask" />.
            </summary>
      <param name="targetName">The name of the target.</param>
      <returns>The target object that corresponds to the given name.</returns>
      <exception cref="T:System.ArgumentException">
        <paramref name="targetName" /> does not represent a valid message target.
            </exception>
    </member>
    <member name="M:IrcDotNet.IrcClient.GetModeAndParameters(System.Collections.Generic.IEnumerable{System.String})">
      <summary>
            Gets a collection of mode characters and mode parameters from the specified mode parameters.
            Combines multiple mode strings into a single mode string.
            </summary>
      <param name="messageParameters">A collection of message parameters, which consists of mode strings and mode
            parameters. A mode string is of the form `( "+" / "-" ) *( mode character )`, and specifies mode changes.
            A mode parameter is arbitrary text associated with a certain mode.</param>
      <returns>A 2-tuple of a single mode string and a collection of mode parameters.
            Each mode parameter corresponds to a single mode character, in the same order.</returns>
    </member>
    <member name="M:IrcDotNet.IrcClient.GetNetworkInfo(System.String,System.String)">
      <summary>
            Requests statistics about the connected IRC network.
            If <paramref name="serverMask" /> is specified, then the server only returns information about the part of
            the network formed by the servers whose names match the mask; otherwise, the information concerns the whole
            network
            </summary>
      <param name="serverMask">A wildcard expression for matching against server names, or <see langword="null" />
            to match the entire network.</param>
      <param name="targetServer">The name of the server to which to forward the message, or <see langword="null" />
            for the current server.</param>
      <exception cref="T:System.ObjectDisposedException">The current instance has already been disposed.</exception>
    </member>
    <member name="M:IrcDotNet.IrcClient.GetServerFromHostName(System.String)">
      <summary>
            Gets the server with the specified host name, creating it if necessary.
            </summary>
      <param name="hostName">The host name of the server.</param>
      <param name="createdNew">
        <see langword="true" /> if the server object was created during the call;
            <see langword="false" />, otherwise.</param>
      <returns>The server object that corresponds to the specified host name.</returns>
    </member>
    <member name="M:IrcDotNet.IrcClient.GetServerFromHostName(System.String,System.Boolean@)">
      <summary>
            Gets the server with the specified host name, creating it if necessary.
            </summary>
      <param name="hostName">The host name of the server.</param>
      <param name="createdNew">
        <see langword="true" /> if the server object was created during the call;
            <see langword="false" />, otherwise.</param>
      <returns>The server object that corresponds to the specified host name.</returns>
    </member>
    <member name="M:IrcDotNet.IrcClient.GetServerLinks(System.String,System.String)">
      <summary>
            Requests a list of all servers known by the target server.
            If <paramref name="serverMask" /> is specified, then the server only returns information about the part of
            the network formed by the servers whose names match the mask; otherwise, the information concerns the whole
            network.
            </summary>
      <param name="serverMask">A wildcard expression for matching against server names, or <see langword="null" />
            to match the entire network.</param>
      <param name="targetServer">The name of the server to which to forward the request, or <see langword="null" />
            for the current server.</param>
      <exception cref="T:System.ObjectDisposedException">The current instance has already been disposed.</exception>
    </member>
    <member name="M:IrcDotNet.IrcClient.GetServerStatistics(System.Nullable{System.Char},System.String)">
      <summary>
            Requests statistics about the specified server.
            </summary>
      <param name="query">The query character that indicates which server statistics to return.
            The set of valid query characters is dependent on the implementation of the particular IRC server.
            </param>
      <param name="targetServer">The name of the server whose statistics to request.</param>
      <exception cref="T:System.ObjectDisposedException">The current instance has already been disposed.</exception>
    </member>
    <member name="M:IrcDotNet.IrcClient.GetServerTime(System.String)">
      <summary>
            Requests the local time on the specified server.
            </summary>
      <param name="targetServer">The name of the server whose local time to request.</param>
      <exception cref="T:System.ObjectDisposedException">The current instance has already been disposed.</exception>
    </member>
    <member name="M:IrcDotNet.IrcClient.GetServerVersion(System.String)">
      <summary>
            Requests the version of the specified server.
            </summary>
      <param name="targetServer">The name of the server whose version to request.</param>
      <exception cref="T:System.ObjectDisposedException">The current instance has already been disposed.</exception>
    </member>
    <member name="M:IrcDotNet.IrcClient.GetSourceFromPrefix(System.String)">
      <summary>
            Gets the source of a message from the specified prefix.
            A message source may be a <see cref="T:IrcDotNet.IrcUser" /> or <see cref="T:IrcDotNet.IrcServer" />.
            </summary>
      <param name="prefix">The raw prefix of the message.</param>
      <returns>The message source that corresponds to the specified prefix. The object is an instance of
            <see cref="T:IrcDotNet.IrcUser" /> or <see cref="T:IrcDotNet.IrcServer" />.</returns>
      <exception cref="T:System.ArgumentException">
        <paramref name="prefix" /> does not represent a valid message source.
            </exception>
    </member>
    <member name="M:IrcDotNet.IrcClient.GetUserFromNickName(System.String,System.Boolean)">
      <summary>
            Gets the user with the specified nick name, creating it if necessary.
            </summary>
      <param name="nickName">The nick name of the user.</param>
      <param name="isOnline">
        <see langword="true" /> if the user is currently online;
            <see langword="false" />, if the user is currently offline.
            The <see cref="P:IrcDotNet.IrcUser.IsOnline" /> property of the user object is set to this value.</param>
      <param name="createdNew">
        <see langword="true" /> if the user object was created during the call;
            <see langword="false" />, otherwise.</param>
      <returns>The user object that corresponds to the specified nick name.</returns>
    </member>
    <member name="M:IrcDotNet.IrcClient.GetUserFromNickName(System.String,System.Boolean,System.Boolean@)">
      <summary>
            Gets the user with the specified nick name, creating it if necessary.
            </summary>
      <param name="nickName">The nick name of the user.</param>
      <param name="isOnline">
        <see langword="true" /> if the user is currently online;
            <see langword="false" />, if the user is currently offline.
            The <see cref="P:IrcDotNet.IrcUser.IsOnline" /> property of the user object is set to this value.</param>
      <param name="createdNew">
        <see langword="true" /> if the user object was created during the call;
            <see langword="false" />, otherwise.</param>
      <returns>The user object that corresponds to the specified nick name.</returns>
    </member>
    <member name="M:IrcDotNet.IrcClient.GetUserFromUserName(System.String)">
      <summary>
            Gets the user with the specified user name, creating it if necessary.
            </summary>
      <param name="userName">The user name of the user.</param>
      <param name="createdNew">
        <see langword="true" /> if the user object was created during the call;
            <see langword="false" />, otherwise.</param>
      <returns>The user object that corresponds to the specified user name.</returns>
    </member>
    <member name="M:IrcDotNet.IrcClient.GetUserFromUserName(System.String,System.Boolean@)">
      <summary>
            Gets the user with the specified user name, creating it if necessary.
            </summary>
      <param name="userName">The user name of the user.</param>
      <param name="createdNew">
        <see langword="true" /> if the user object was created during the call;
            <see langword="false" />, otherwise.</param>
      <returns>The user object that corresponds to the specified user name.</returns>
    </member>
    <member name="M:IrcDotNet.IrcClient.GetUserModeAndNickName(System.String)">
      <summary>
            Extracts the the mode and nick name of a user from the specified value.
            </summary>
      <param name="input">The input value, containing a nick name optionally prefixed by a mode character.</param>
      <returns>A 2-tuple of the nick name and user mode.</returns>
    </member>
    <member name="M:IrcDotNet.IrcClient.GetUsersFromList(System.String)">
      <summary>
            Gets a list of user objects from the specified comma-separated list of nick names.
            </summary>
      <param name="nickNamesList">A value that contains a comma-separated list of nick names of users.</param>
      <returns>A list of user objects that corresponds to the given list of nick names.</returns>
    </member>
    <member name="M:IrcDotNet.IrcClient.HandleISupportParameter(System.String,System.String)">
      <summary>
            Handles the specified parameter value of an ISUPPORT message, received from the server upon registration.
            </summary>
      <param name="paramName">The name of the parameter.</param>
      <param name="paramValue">The value of the parameter, or <see langword="null" /> if it does not have a value.
            </param>
      <returns>
        <p style="color: #dc143c; font-size: 8.5pt; font-weight: bold;">[Missing &lt;returns&gt; documentation for "M:IrcDotNet.IrcClient.HandleISupportParameter(System.String,System.String)"]</p>
      </returns>
    </member>
    <member name="M:IrcDotNet.IrcClient.HandleStatsEntryReceived(System.Int32,IrcDotNet.IrcClient.IrcMessage)">
      <summary>
            Handles the specified statistical entry for the server, received in response to a STATS message.
            </summary>
      <param name="type">The type of the statistical entry for the server.</param>
      <param name="message">The message that contains the statistical entry.</param>
    </member>
    <member name="M:IrcDotNet.IrcClient.IsChannelName(System.String)">
      <summary>
            Determines whether the specified name refers to a channel.
            </summary>
      <param name="name">The name to check.</param>
      <returns>
        <see langword="true" /> if the specified name represents a channel; <see langword="false" />,
            otherwise.</returns>
    </member>
    <member name="P:IrcDotNet.IrcClient.IsConnected">
      <summary>
            Gets whether the client is currently connected to a server.
            </summary>
    </member>
    <member name="P:IrcDotNet.IrcClient.IsDisposed">
      <summary>
            Gets whether the <see cref="T:IrcDotNet.IrcClient" /> object has been disposed.
            </summary>
    </member>
    <member name="P:IrcDotNet.IrcClient.IsRegistered">
      <summary>
            Gets whether the client connection has been registered with the server.
            </summary>
    </member>
    <member name="M:IrcDotNet.IrcClient.ListChannels(System.Collections.Generic.IEnumerable{System.String})">
      <summary>
            Requests a list of information about the specified (or all) channels on the network.
            </summary>
      <param name="channelNames">The names of the channels to list, or <see langword="null" /> to list all channels
            on the network.</param>
    </member>
    <member name="M:IrcDotNet.IrcClient.ListChannels(System.String[])">
      <summary>
            Requests a list of information about the specified (or all) channels on the network.
            </summary>
      <param name="channelNames">The names of the channels to list, or <see langword="null" /> to list all channels
            on the network.</param>
    </member>
    <member name="P:IrcDotNet.IrcClient.LocalUser">
      <summary>
            Gets the local user. The local user is the user managed by this client connection.
            </summary>
    </member>
    <member name="P:IrcDotNet.IrcClient.MessageOfTheDay">
      <summary>
            Gets the Message of the Day (MOTD) sent by the server.
            This value is set after successful registration of the connection.
            </summary>
    </member>
    <member name="E:IrcDotNet.IrcClient.MotdReceived">
      <summary>
            Occurs when the Message of the Day (MOTD) has been received from the server.
            </summary>
    </member>
    <member name="P:IrcDotNet.IrcClient.NetworkInformation">
      <summary>
            Gets information about the IRC network that is given by the server.
            This value is set after successful registration of the connection.
            </summary>
    </member>
    <member name="E:IrcDotNet.IrcClient.NetworkInformationReceived">
      <summary>
            Occurs when information about the IRC network has been received from the server.
            </summary>
    </member>
    <member name="M:IrcDotNet.IrcClient.OnChannelListReceived(IrcDotNet.IrcChannelListReceivedEventArgs)">
      <summary>
            Raises the <see cref="E:IrcDotNet.IrcClient.ChannelListReceived" /> event.
            </summary>
      <param name="e">The <see cref="T:IrcDotNet.IrcChannelListReceivedEventArgs" /> instance containing the event data.
            </param>
    </member>
    <member name="M:IrcDotNet.IrcClient.OnClientInfoReceived(System.EventArgs)">
      <summary>
            Raises the <see cref="E:IrcDotNet.IrcClient.ClientInfoReceived" /> event.
            </summary>
      <param name="e">The <see cref="T:System.EventArgs" /> instance containing the event data.</param>
    </member>
    <member name="M:IrcDotNet.IrcClient.OnConnected(System.EventArgs)">
      <summary>
            Raises the <see cref="E:IrcDotNet.IrcClient.Connected" /> event.
            </summary>
      <param name="e">The <see cref="T:System.EventArgs" /> instance containing the event data.</param>
    </member>
    <member name="M:IrcDotNet.IrcClient.OnConnectFailed(IrcDotNet.IrcErrorEventArgs)">
      <summary>
            Raises the <see cref="E:IrcDotNet.IrcClient.ConnectFailed" /> event.
            </summary>
      <param name="e">The <see cref="T:IrcDotNet.IrcErrorEventArgs" /> instance containing the event data.</param>
    </member>
    <member name="M:IrcDotNet.IrcClient.OnDisconnected(System.EventArgs)">
      <summary>
            Raises the <see cref="E:IrcDotNet.IrcClient.Disconnected" /> event.
            </summary>
      <param name="e">The <see cref="T:System.EventArgs" /> instance containing the event data.</param>
    </member>
    <member name="M:IrcDotNet.IrcClient.OnError(IrcDotNet.IrcErrorEventArgs)">
      <summary>
            Raises the <see cref="E:IrcDotNet.IrcClient.Error" /> event.
            </summary>
      <param name="e">The <see cref="T:IrcDotNet.IrcErrorEventArgs" /> instance containing the event data.</param>
    </member>
    <member name="M:IrcDotNet.IrcClient.OnErrorMessageReceived(IrcDotNet.IrcErrorMessageEventArgs)">
      <summary>
            Raises the <see cref="E:IrcDotNet.IrcClient.ErrorMessageReceived" /> event.
            </summary>
      <param name="e">The <see cref="T:IrcDotNet.IrcErrorMessageEventArgs" /> instance containing the event data.</param>
    </member>
    <member name="M:IrcDotNet.IrcClient.OnMotdReceived(System.EventArgs)">
      <summary>
            Raises the <see cref="E:IrcDotNet.IrcClient.MotdReceived" /> event.
            </summary>
      <param name="e">The <see cref="T:System.EventArgs" /> instance containing the event data.</param>
    </member>
    <member name="M:IrcDotNet.IrcClient.OnNetworkInformationReceived(System.EventArgs)">
      <summary>
            Raises the <see cref="E:IrcDotNet.IrcClient.NetworkInformationReceived" /> event.
            </summary>
      <param name="e">The <see cref="T:System.EventArgs" /> instance containing the event data.</param>
    </member>
    <member name="M:IrcDotNet.IrcClient.OnPingReceived(IrcDotNet.IrcPingOrPongReceivedEventArgs)">
      <summary>
            Raises the <see cref="E:IrcDotNet.IrcClient.PingReceived" /> event.
            </summary>
      <param name="e">The <see cref="T:IrcDotNet.IrcPingOrPongReceivedEventArgs" /> instance containing the event data.</param>
    </member>
    <member name="M:IrcDotNet.IrcClient.OnPongReceived(IrcDotNet.IrcPingOrPongReceivedEventArgs)">
      <summary>
            Raises the <see cref="E:IrcDotNet.IrcClient.PongReceived" /> event.
            </summary>
      <param name="e">The <see cref="T:IrcDotNet.IrcPingOrPongReceivedEventArgs" /> instance containing the event data.</param>
    </member>
    <member name="M:IrcDotNet.IrcClient.OnProtocolError(IrcDotNet.IrcProtocolErrorEventArgs)">
      <summary>
            Raises the <see cref="E:IrcDotNet.IrcClient.ProtocolError" /> event.
            </summary>
      <param name="e">The <see cref="T:IrcDotNet.IrcProtocolErrorEventArgs" /> instance containing the event data.</param>
    </member>
    <member name="M:IrcDotNet.IrcClient.OnRawMessageReceived(IrcDotNet.IrcRawMessageEventArgs)">
      <summary>
            Raises the <see cref="E:IrcDotNet.IrcClient.RawMessageReceived" /> event.
            </summary>
      <param name="e">The <see cref="T:IrcDotNet.IrcRawMessageEventArgs" /> instance containing the event data.</param>
    </member>
    <member name="M:IrcDotNet.IrcClient.OnRawMessageSent(IrcDotNet.IrcRawMessageEventArgs)">
      <summary>
            Raises the <see cref="E:IrcDotNet.IrcClient.RawMessageSent" /> event.
            </summary>
      <param name="e">The <see cref="T:IrcDotNet.IrcRawMessageEventArgs" /> instance containing the event data.</param>
    </member>
    <member name="M:IrcDotNet.IrcClient.OnRegistered(System.EventArgs)">
      <summary>
            Raises the <see cref="E:IrcDotNet.IrcClient.Registered" /> event.
            </summary>
      <param name="e">The <see cref="T:System.EventArgs" /> instance containing the event data.</param>
    </member>
    <member name="M:IrcDotNet.IrcClient.OnServerBounce(IrcDotNet.IrcServerInfoEventArgs)">
      <summary>
            Raises the <see cref="E:IrcDotNet.IrcClient.ServerBounce" /> event.
            </summary>
      <param name="e">The <see cref="T:IrcDotNet.IrcServerInfoEventArgs" /> instance containing the event data.</param>
    </member>
    <member name="M:IrcDotNet.IrcClient.OnServerLinksListReceived(IrcDotNet.IrcServerLinksListReceivedEventArgs)">
      <summary>
            Raises the <see cref="E:IrcDotNet.IrcClient.ServerLinksListReceived" /> event.
            </summary>
      <param name="e">The <see cref="T:IrcDotNet.IrcServerLinksListReceivedEventArgs" /> instance containing the event data.
            </param>
    </member>
    <member name="M:IrcDotNet.IrcClient.OnServerStatsReceived(IrcDotNet.IrcServerStatsReceivedEventArgs)">
      <summary>
            Raises the <see cref="E:IrcDotNet.IrcClient.ServerStatsReceived" /> event.
            </summary>
      <param name="e">The <see cref="T:IrcDotNet.IrcServerStatsReceivedEventArgs" /> instance containing the event data.
            </param>
    </member>
    <member name="M:IrcDotNet.IrcClient.OnServerSupportedFeaturesReceived(System.EventArgs)">
      <summary>
            Raises the <see cref="E:IrcDotNet.IrcClient.ServerSupportedFeaturesReceived" /> event.
            </summary>
      <param name="e">The <see cref="T:System.EventArgs" /> instance containing the event data.</param>
    </member>
    <member name="M:IrcDotNet.IrcClient.OnServerTimeReceived(IrcDotNet.IrcServerTimeEventArgs)">
      <summary>
            Raises the <see cref="E:IrcDotNet.IrcClient.ServerTimeReceived" /> event.
            </summary>
      <param name="e">The <see cref="T:IrcDotNet.IrcServerTimeEventArgs" /> instance containing the event data.</param>
    </member>
    <member name="M:IrcDotNet.IrcClient.OnServerVersionInfoReceived(IrcDotNet.IrcServerVersionInfoEventArgs)">
      <summary>
            Raises the <see cref="E:IrcDotNet.IrcClient.ServerVersionInfoReceived" /> event.
            </summary>
      <param name="e">The <see cref="T:IrcDotNet.IrcServerVersionInfoEventArgs" /> instance containing the event data.</param>
    </member>
    <member name="M:IrcDotNet.IrcClient.OnValidateSslCertificate(IrcDotNet.IrcValidateSslCertificateEventArgs)">
      <summary>
            Raises the <see cref="E:IrcDotNet.IrcClient.ValidateSslCertificate" /> event.
            </summary>
      <param name="e">The <see cref="T:IrcDotNet.IrcValidateSslCertificateEventArgs" /> instance containing the event data.
            </param>
    </member>
    <member name="M:IrcDotNet.IrcClient.OnWhoIsReplyReceived(IrcDotNet.IrcUserEventArgs)">
      <summary>
            Raises the <see cref="E:IrcDotNet.IrcClient.WhoIsReplyReceived" /> event.
            </summary>
      <param name="e">The <see cref="T:IrcDotNet.IrcUserEventArgs" /> instance containing the event data.</param>
    </member>
    <member name="M:IrcDotNet.IrcClient.OnWhoReplyReceived(IrcDotNet.IrcNameEventArgs)">
      <summary>
            Raises the <see cref="E:IrcDotNet.IrcClient.WhoReplyReceived" /> event.
            </summary>
      <param name="e">The <see cref="T:IrcDotNet.IrcNameEventArgs" /> instance containing the event data.</param>
    </member>
    <member name="M:IrcDotNet.IrcClient.OnWhoWasReplyReceived(IrcDotNet.IrcUserEventArgs)">
      <summary>
            Raises the <see cref="E:IrcDotNet.IrcClient.WhoWasReplyReceived" /> event.
            </summary>
      <param name="e">The <see cref="T:IrcDotNet.IrcUserEventArgs" /> instance containing the event data.</param>
    </member>
    <member name="M:IrcDotNet.IrcClient.Ping(System.String)">
      <summary>
            Sends a ping to the specified server.
            </summary>
      <param name="targetServer">The name of the server to ping.</param>
      <exception cref="T:System.ObjectDisposedException">The current instance has already been disposed.</exception>
    </member>
    <member name="E:IrcDotNet.IrcClient.PingReceived">
      <summary>
            Occurs when a ping query is received from the server.
            The client automatically replies to pings from the server; this event is only a notification.
            </summary>
    </member>
    <member name="E:IrcDotNet.IrcClient.PongReceived">
      <summary>
            Occurs when a pong reply is received from the server.
            </summary>
    </member>
    <member name="M:IrcDotNet.IrcClient.ProcessMessageEndOfStats(IrcDotNet.IrcClient.IrcMessage)">
      <summary>
            Process RPL_ENDOFSTATS responses from the server.
            </summary>
      <param name="message">The message received from the server.</param>
    </member>
    <member name="M:IrcDotNet.IrcClient.ProcessMessageError(IrcDotNet.IrcClient.IrcMessage)">
      <summary>
            Process ERROR messages received from the server.
            </summary>
      <param name="message">The message received from the server.</param>
    </member>
    <member name="M:IrcDotNet.IrcClient.ProcessMessageInvite(IrcDotNet.IrcClient.IrcMessage)">
      <summary>
            Process INVITE messages received from the server.
            </summary>
      <param name="message">The message received from the server.</param>
    </member>
    <member name="M:IrcDotNet.IrcClient.ProcessMessageJoin(IrcDotNet.IrcClient.IrcMessage)">
      <summary>
            Process JOIN messages received from the server.
            </summary>
      <param name="message">The message received from the server.</param>
    </member>
    <member name="M:IrcDotNet.IrcClient.ProcessMessageKick(IrcDotNet.IrcClient.IrcMessage)">
      <summary>
            Process KICK messages received from the server.
            </summary>
      <param name="message">The message received from the server.</param>
    </member>
    <member name="M:IrcDotNet.IrcClient.ProcessMessageLUserChannels(IrcDotNet.IrcClient.IrcMessage)">
      <summary>
            Process RPL_LUSERCHANNELS responses from the server.
            </summary>
      <param name="message">The message received from the server.</param>
    </member>
    <member name="M:IrcDotNet.IrcClient.ProcessMessageLUserClient(IrcDotNet.IrcClient.IrcMessage)">
      <summary>
            Process RPL_LUSERCLIENT responses from the server.
            </summary>
      <param name="message">The message received from the server.</param>
    </member>
    <member name="M:IrcDotNet.IrcClient.ProcessMessageLUserMe(IrcDotNet.IrcClient.IrcMessage)">
      <summary>
            Process RPL_LUSERME responses from the server.
            </summary>
      <param name="message">The message received from the server.</param>
    </member>
    <member name="M:IrcDotNet.IrcClient.ProcessMessageLUserOp(IrcDotNet.IrcClient.IrcMessage)">
      <summary>
            Process RPL_LUSEROP responses from the server.
            </summary>
      <param name="message">The message received from the server.</param>
    </member>
    <member name="M:IrcDotNet.IrcClient.ProcessMessageLUserUnknown(IrcDotNet.IrcClient.IrcMessage)">
      <summary>
            Process RPL_LUSERUNKNOWN responses from the server.
            </summary>
      <param name="message">The message received from the server.</param>
    </member>
    <member name="M:IrcDotNet.IrcClient.ProcessMessageMode(IrcDotNet.IrcClient.IrcMessage)">
      <summary>
            Process MODE messages received from the server.
            </summary>
      <param name="message">The message received from the server.</param>
    </member>
    <member name="M:IrcDotNet.IrcClient.ProcessMessageNick(IrcDotNet.IrcClient.IrcMessage)">
      <summary>
            Process NICK messages received from the server.
            </summary>
      <param name="message">The message received from the server.</param>
    </member>
    <member name="M:IrcDotNet.IrcClient.ProcessMessageNotice(IrcDotNet.IrcClient.IrcMessage)">
      <summary>
            Process NOTICE messages received from the server.
            </summary>
      <param name="message">The message received from the server.</param>
    </member>
    <member name="M:IrcDotNet.IrcClient.ProcessMessageNumericError(IrcDotNet.IrcClient.IrcMessage)">
      <summary>
            Process numeric error (from 400 to 599) responses from the server.
            </summary>
      <param name="message">The message received from the server.</param>
    </member>
    <member name="M:IrcDotNet.IrcClient.ProcessMessagePart(IrcDotNet.IrcClient.IrcMessage)">
      <summary>
            Process PART messages received from the server.
            </summary>
      <param name="message">The message received from the server.</param>
    </member>
    <member name="M:IrcDotNet.IrcClient.ProcessMessagePing(IrcDotNet.IrcClient.IrcMessage)">
      <summary>
            Process PING messages received from the server.
            </summary>
      <param name="message">The message received from the server.</param>
    </member>
    <member name="M:IrcDotNet.IrcClient.ProcessMessagePong(IrcDotNet.IrcClient.IrcMessage)">
      <summary>
            Process PONG messages received from the server.
            </summary>
      <param name="message">The message received from the server.</param>
    </member>
    <member name="M:IrcDotNet.IrcClient.ProcessMessagePrivateMessage(IrcDotNet.IrcClient.IrcMessage)">
      <summary>
            Process PRIVMSG messages received from the server.
            </summary>
      <param name="message">The message received from the server.</param>
    </member>
    <member name="M:IrcDotNet.IrcClient.ProcessMessageQuit(IrcDotNet.IrcClient.IrcMessage)">
      <summary>
            Process QUIT messages received from the server.
            </summary>
      <param name="message">The message received from the server.</param>
    </member>
    <member name="M:IrcDotNet.IrcClient.ProcessMessageReplyAway(IrcDotNet.IrcClient.IrcMessage)">
      <summary>
            Process RPL_AWAY responses from the server.
            </summary>
      <param name="message">The message received from the server.</param>
    </member>
    <member name="M:IrcDotNet.IrcClient.ProcessMessageReplyBounceOrISupport(IrcDotNet.IrcClient.IrcMessage)">
      <summary>
            Process RPL_BOUNCE and RPL_ISUPPORT responses from the server.
            </summary>
      <param name="message">The message received from the server.</param>
    </member>
    <member name="M:IrcDotNet.IrcClient.ProcessMessageReplyCreated(IrcDotNet.IrcClient.IrcMessage)">
      <summary>
            Process RPL_CREATED responses from the server.
            </summary>
      <param name="message">The message received from the server.</param>
    </member>
    <member name="M:IrcDotNet.IrcClient.ProcessMessageReplyEndOfLinks(IrcDotNet.IrcClient.IrcMessage)">
      <summary>
            Process RPL_ENDOFLINKS responses from the server.
            </summary>
      <param name="message">The message received from the server.</param>
    </member>
    <member name="M:IrcDotNet.IrcClient.ProcessMessageReplyEndOfNames(IrcDotNet.IrcClient.IrcMessage)">
      <summary>
            Process RPL_ENDOFNAMES responses from the server.
            </summary>
      <param name="message">The message received from the server.</param>
    </member>
    <member name="M:IrcDotNet.IrcClient.ProcessMessageReplyEndOfWho(IrcDotNet.IrcClient.IrcMessage)">
      <summary>
            Process RPL_ENDOFWHO responses from the server.
            </summary>
      <param name="message">The message received from the server.</param>
    </member>
    <member name="M:IrcDotNet.IrcClient.ProcessMessageReplyEndOfWhoIs(IrcDotNet.IrcClient.IrcMessage)">
      <summary>
            Process 318 responses from the server.
            </summary>
      <param name="message">The message received from the server.</param>
    </member>
    <member name="M:IrcDotNet.IrcClient.ProcessMessageReplyEndOfWhoWas(IrcDotNet.IrcClient.IrcMessage)">
      <summary>
            Process RPL_ENDOFWHOWAS responses from the server.
            </summary>
      <param name="message">The message received from the server.</param>
    </member>
    <member name="M:IrcDotNet.IrcClient.ProcessMessageReplyInviting(IrcDotNet.IrcClient.IrcMessage)">
      <summary>
            Process RPL_INVITING responses from the server.
            </summary>
      <param name="message">The message received from the server.</param>
    </member>
    <member name="M:IrcDotNet.IrcClient.ProcessMessageReplyIsOn(IrcDotNet.IrcClient.IrcMessage)">
      <summary>
            Process RPL_ISON responses from the server.
            </summary>
      <param name="message">The message received from the server.</param>
    </member>
    <member name="M:IrcDotNet.IrcClient.ProcessMessageReplyLinks(IrcDotNet.IrcClient.IrcMessage)">
      <summary>
            Process RPL_LINKS responses from the server.
            </summary>
      <param name="message">The message received from the server.</param>
    </member>
    <member name="M:IrcDotNet.IrcClient.ProcessMessageReplyList(IrcDotNet.IrcClient.IrcMessage)">
      <summary>
            Process RPL_LIST responses from the server.
            </summary>
      <param name="message">The message received from the server.</param>
    </member>
    <member name="M:IrcDotNet.IrcClient.ProcessMessageReplyListEnd(IrcDotNet.IrcClient.IrcMessage)">
      <summary>
            Process RPL_LISTEND responses from the server.
            </summary>
      <param name="message">The message received from the server.</param>
    </member>
    <member name="M:IrcDotNet.IrcClient.ProcessMessageReplyMotd(IrcDotNet.IrcClient.IrcMessage)">
      <summary>
            Process RPL_MOTD responses from the server.
            </summary>
      <param name="message">The message received from the server.</param>
    </member>
    <member name="M:IrcDotNet.IrcClient.ProcessMessageReplyMotdEnd(IrcDotNet.IrcClient.IrcMessage)">
      <summary>
            Process RPL_ENDOFMOTD responses from the server.
            </summary>
      <param name="message">The message received from the server.</param>
    </member>
    <member name="M:IrcDotNet.IrcClient.ProcessMessageReplyMotdStart(IrcDotNet.IrcClient.IrcMessage)">
      <summary>
            Process RPL_MOTDSTART responses from the server.
            </summary>
      <param name="message">The message received from the server.</param>
    </member>
    <member name="M:IrcDotNet.IrcClient.ProcessMessageReplyMyInfo(IrcDotNet.IrcClient.IrcMessage)">
      <summary>
            Process RPL_MYINFO responses from the server.
            </summary>
      <param name="message">The message received from the server.</param>
    </member>
    <member name="M:IrcDotNet.IrcClient.ProcessMessageReplyNameReply(IrcDotNet.IrcClient.IrcMessage)">
      <summary>
            Process RPL_NAMEREPLY responses from the server.
            </summary>
      <param name="message">The message received from the server.</param>
    </member>
    <member name="M:IrcDotNet.IrcClient.ProcessMessageReplyNoTopic(IrcDotNet.IrcClient.IrcMessage)">
      <summary>
            Process RPL_NOTOPIC responses from the server.
            </summary>
      <param name="message">The message received from the server.</param>
    </member>
    <member name="M:IrcDotNet.IrcClient.ProcessMessageReplyNowAway(IrcDotNet.IrcClient.IrcMessage)">
      <summary>
            Process RPL_NOWAWAY responses from the server.
            </summary>
      <param name="message">The message received from the server.</param>
    </member>
    <member name="M:IrcDotNet.IrcClient.ProcessMessageReplyTime(IrcDotNet.IrcClient.IrcMessage)">
      <summary>
            Process RPL_TIME responses from the server.
            </summary>
      <param name="message">The message received from the server.</param>
    </member>
    <member name="M:IrcDotNet.IrcClient.ProcessMessageReplyTopic(IrcDotNet.IrcClient.IrcMessage)">
      <summary>
            Process RPL_TOPIC responses from the server.
            </summary>
      <param name="message">The message received from the server.</param>
    </member>
    <member name="M:IrcDotNet.IrcClient.ProcessMessageReplyUnAway(IrcDotNet.IrcClient.IrcMessage)">
      <summary>
            Process RPL_UNAWAY responses from the server.
            </summary>
      <param name="message">The message received from the server.</param>
    </member>
    <member name="M:IrcDotNet.IrcClient.ProcessMessageReplyVersion(IrcDotNet.IrcClient.IrcMessage)">
      <summary>
            Process RPL_VERSION responses from the server.
            </summary>
      <param name="message">The message received from the server.</param>
    </member>
    <member name="M:IrcDotNet.IrcClient.ProcessMessageReplyWelcome(IrcDotNet.IrcClient.IrcMessage)">
      <summary>
            Process RPL_WELCOME responses from the server.
            </summary>
      <param name="message">The message received from the server.</param>
    </member>
    <member name="M:IrcDotNet.IrcClient.ProcessMessageReplyWhoIsChannels(IrcDotNet.IrcClient.IrcMessage)">
      <summary>
            Process RPL_WHOISCHANNELS responses from the server.
            </summary>
      <param name="message">The message received from the server.</param>
    </member>
    <member name="M:IrcDotNet.IrcClient.ProcessMessageReplyWhoIsIdle(IrcDotNet.IrcClient.IrcMessage)">
      <summary>
            Process RPL_WHOISIDLE responses from the server.
            </summary>
      <param name="message">The message received from the server.</param>
    </member>
    <member name="M:IrcDotNet.IrcClient.ProcessMessageReplyWhoIsOperator(IrcDotNet.IrcClient.IrcMessage)">
      <summary>
            Process RPL_WHOISOPERATOR responses from the server.
            </summary>
      <param name="message">The message received from the server.</param>
    </member>
    <member name="M:IrcDotNet.IrcClient.ProcessMessageReplyWhoIsServer(IrcDotNet.IrcClient.IrcMessage)">
      <summary>
            Process RPL_WHOISSERVER responses from the server.
            </summary>
      <param name="message">The message received from the server.</param>
    </member>
    <member name="M:IrcDotNet.IrcClient.ProcessMessageReplyWhoIsUser(IrcDotNet.IrcClient.IrcMessage)">
      <summary>
            Process RPL_WHOISUSER responses from the server.
            </summary>
      <param name="message">The message received from the server.</param>
    </member>
    <member name="M:IrcDotNet.IrcClient.ProcessMessageReplyWhoReply(IrcDotNet.IrcClient.IrcMessage)">
      <summary>
            Process RPL_WHOREPLY responses from the server.
            </summary>
      <param name="message">The message received from the server.</param>
    </member>
    <member name="M:IrcDotNet.IrcClient.ProcessMessageReplyWhoWasUser(IrcDotNet.IrcClient.IrcMessage)">
      <summary>
            Process RPL_WHOWASUSER responses from the server.
            </summary>
      <param name="message">The message received from the server.</param>
    </member>
    <member name="M:IrcDotNet.IrcClient.ProcessMessageReplyYouAreService(IrcDotNet.IrcClient.IrcMessage)">
      <summary>
            Process RPL_YOURESERVICE responses from the server.
            </summary>
      <param name="message">The message received from the server.</param>
    </member>
    <member name="M:IrcDotNet.IrcClient.ProcessMessageReplyYourHost(IrcDotNet.IrcClient.IrcMessage)">
      <summary>
            Process RPL_YOURHOST responses from the server.
            </summary>
      <param name="message">The message received from the server.</param>
    </member>
    <member name="M:IrcDotNet.IrcClient.ProcessMessageStatsCLine(IrcDotNet.IrcClient.IrcMessage)">
      <summary>
            Process RPL_STATSCLINE responses from the server.
            </summary>
      <param name="message">The message received from the server.</param>
    </member>
    <member name="M:IrcDotNet.IrcClient.ProcessMessageStatsCommands(IrcDotNet.IrcClient.IrcMessage)">
      <summary>
            Process RPL_STATSCOMMANDS responses from the server.
            </summary>
      <param name="message">The message received from the server.</param>
    </member>
    <member name="M:IrcDotNet.IrcClient.ProcessMessageStatsHLine(IrcDotNet.IrcClient.IrcMessage)">
      <summary>
            Process RPL_STATSHLINE responses from the server.
            </summary>
      <param name="message">The message received from the server.</param>
    </member>
    <member name="M:IrcDotNet.IrcClient.ProcessMessageStatsILine(IrcDotNet.IrcClient.IrcMessage)">
      <summary>
            Process RPL_STATSILINE responses from the server.
            </summary>
      <param name="message">The message received from the server.</param>
    </member>
    <member name="M:IrcDotNet.IrcClient.ProcessMessageStatsKLine(IrcDotNet.IrcClient.IrcMessage)">
      <summary>
            Process RPL_STATSKLINE responses from the server.
            </summary>
      <param name="message">The message received from the server.</param>
    </member>
    <member name="M:IrcDotNet.IrcClient.ProcessMessageStatsLinkInfo(IrcDotNet.IrcClient.IrcMessage)">
      <summary>
            Process RPL_STATSLINKINFO responses from the server.
            </summary>
      <param name="message">The message received from the server.</param>
    </member>
    <member name="M:IrcDotNet.IrcClient.ProcessMessageStatsLLine(IrcDotNet.IrcClient.IrcMessage)">
      <summary>
            Process RPL_STATSLLINE responses from the server.
            </summary>
      <param name="message">The message received from the server.</param>
    </member>
    <member name="M:IrcDotNet.IrcClient.ProcessMessageStatsNLine(IrcDotNet.IrcClient.IrcMessage)">
      <summary>
            Process RPL_STATSNLINE responses from the server.
            </summary>
      <param name="message">The message received from the server.</param>
    </member>
    <member name="M:IrcDotNet.IrcClient.ProcessMessageStatsOLine(IrcDotNet.IrcClient.IrcMessage)">
      <summary>
            Process RPL_STATSOLINE responses from the server.
            </summary>
      <param name="message">The message received from the server.</param>
    </member>
    <member name="M:IrcDotNet.IrcClient.ProcessMessageStatsUpTime(IrcDotNet.IrcClient.IrcMessage)">
      <summary>
            Process RPL_STATSUPTIME responses from the server.
            </summary>
      <param name="message">The message received from the server.</param>
    </member>
    <member name="M:IrcDotNet.IrcClient.ProcessMessageStatsYLine(IrcDotNet.IrcClient.IrcMessage)">
      <summary>
            Process RPL_STATSYLINE responses from the server.
            </summary>
      <param name="message">The message received from the server.</param>
    </member>
    <member name="M:IrcDotNet.IrcClient.ProcessMessageTopic(IrcDotNet.IrcClient.IrcMessage)">
      <summary>
            Process TOPIC messages received from the server.
            </summary>
      <param name="message">The message received from the server.</param>
    </member>
    <member name="E:IrcDotNet.IrcClient.ProtocolError">
      <summary>
            Occurs when a protocol (numeric) error is received from the server.
            </summary>
    </member>
    <member name="M:IrcDotNet.IrcClient.QueryWho(System.String,System.Boolean)">
      <summary>
            Sends a Who query to the server targeting the specified channel or user masks.
            </summary>
      <param name="mask">A wildcard expression for matching against channel names; or if none can be found,
            host names, server names, real names, and nick names of users. If the value is <see langword="null" />,
            all users are matched.</param>
      <param name="onlyOperators">
        <see langword="true" /> to match only server operators; 
            <see langword="false" /> to match all users.</param>
      <exception cref="T:System.ObjectDisposedException">The current instance has already been disposed.</exception>
    </member>
    <member name="M:IrcDotNet.IrcClient.QueryWhoIs(System.Collections.Generic.IEnumerable{System.String})">
      <summary>
            Sends a Who Is query to server targeting the specified nick name masks.
            </summary>
      <param name="nickNameMasks">A collection of wildcard expressions for matching against nick names of users.
            </param>
      <exception cref="T:System.ObjectDisposedException">The current instance has already been disposed.</exception>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="nickNameMasks" /> is <see langword="null" />.</exception>
    </member>
    <member name="M:IrcDotNet.IrcClient.QueryWhoIs(System.String[])">
      <summary>
            Sends a Who Is query to server targeting the specified nick name masks.
            </summary>
      <param name="nickNameMasks">A collection of wildcard expressions for matching against nick names of users.
            </param>
      <exception cref="T:System.ObjectDisposedException">The current instance has already been disposed.</exception>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="nickNameMasks" /> is <see langword="null" />.</exception>
    </member>
    <member name="M:IrcDotNet.IrcClient.QueryWhoWas(System.Collections.Generic.IEnumerable{System.String},System.Int32)">
      <summary>
            Sends a Who Was query to server targeting the specified nick names.
            </summary>
      <param name="nickNames">The nick names of the users to query.</param>
      <param name="entriesCount">The maximum number of entries to return from the query. A negative value
            specifies to return an unlimited number of entries.</param>
      <exception cref="T:System.ObjectDisposedException">The current instance has already been disposed.</exception>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="nickNames" /> is <see langword="null" />.</exception>
    </member>
    <member name="M:IrcDotNet.IrcClient.QueryWhoWas(System.String[])">
      <summary>
            Sends a Who Was query to server targeting the specified nick names.
            </summary>
      <param name="nickNames">The nick names of the users to query.</param>
      <param name="entriesCount">The maximum number of entries to return from the query. A negative value
            specifies to return an unlimited number of entries.</param>
      <exception cref="T:System.ObjectDisposedException">The current instance has already been disposed.</exception>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="nickNames" /> is <see langword="null" />.</exception>
    </member>
    <member name="M:IrcDotNet.IrcClient.Quit(System.Int32,System.String)">
      <summary>
            Quits the server, giving the specified comment. Waits the specified duration of time before forcibly
            disconnecting.
            </summary>
      <param name="timeout">The number of milliseconds to wait before forcibly disconnecting.</param>
      <param name="comment">The comment to send to the server.</param>
      <exception cref="T:System.ObjectDisposedException">The current instance has already been disposed.</exception>
    </member>
    <member name="M:IrcDotNet.IrcClient.Quit(System.String)">
      <summary>
            Quits the server, giving the specified comment.
            </summary>
      <param name="comment">The comment to send to the server.</param>
      <exception cref="T:System.ObjectDisposedException">The current instance has already been disposed.</exception>
    </member>
    <member name="E:IrcDotNet.IrcClient.RawMessageReceived">
      <summary>
            Occurs when a raw message has been received from the server.
            </summary>
    </member>
    <member name="E:IrcDotNet.IrcClient.RawMessageSent">
      <summary>
            Occurs when a raw message has been sent to the server.
            </summary>
    </member>
    <member name="E:IrcDotNet.IrcClient.Registered">
      <summary>
            Occurs when the connection has been registered.
            </summary>
    </member>
    <member name="M:IrcDotNet.IrcClient.SendMessageAdmin(System.String)">
      <summary>
            Sends a request for information about the administrator of the server.
            </summary>
      <param name="targetServer">The name of the server to which to forward the message, or <see langword="null" />
            for the current server.</param>
    </member>
    <member name="M:IrcDotNet.IrcClient.SendMessageAway(System.String)">
      <summary>
            Sends an update to the server indicating that the local user is away.
            </summary>
      <param name="text">The text of the away message. The away message is sent to any user that tries to contact
            the local user while it is away.</param>
    </member>
    <member name="M:IrcDotNet.IrcClient.SendMessageChannelMode(System.String,System.String,System.Collections.Generic.IEnumerable{System.String})">
      <summary>
            Sends an update for the modes of the specified channel.
            </summary>
      <param name="channel">The channel whose modes to update.</param>
      <param name="modes">The mode string that indicates the channel modes to change.</param>
      <param name="modeParameters">A collection of parameters to the specified <paramref name="modes" />.</param>
    </member>
    <member name="M:IrcDotNet.IrcClient.SendMessageConnect(System.String,System.Int32,System.String)">
      <summary>
            Sends a request for the server to try to connect to another server.
            </summary>
      <param name="hostName">The host name of the other server to which the server should connect.</param>
      <param name="port">The port on the other server to which the server should connect.</param>
      <param name="targetServer">The name of the server to which to forward the message, or <see langword="null" />
            for the current server.</param>
    </member>
    <member name="M:IrcDotNet.IrcClient.SendMessageDie">
      <summary>
            Sends a request to the server telling it to shut down.
            </summary>
    </member>
    <member name="M:IrcDotNet.IrcClient.SendMessageInfo(System.String)">
      <summary>
            Sends a request for general information about the server program.
            </summary>
      <param name="targetServer">The name of the server to which to forward the message, or <see langword="null" />
            for the current server.</param>
    </member>
    <member name="M:IrcDotNet.IrcClient.SendMessageInvite(System.String,System.String)">
      <summary>
            Sends a request to invite the specified user to the specified channel.
            </summary>
      <param name="channel">The name of the channel to which to invite the user.</param>
      <param name="nickName">The nick name of the user to invite.</param>
    </member>
    <member name="M:IrcDotNet.IrcClient.SendMessageIsOn(System.Collections.Generic.IEnumerable{System.String})">
      <summary>
            Sends a request to check whether the specified users are currently online.
            </summary>
      <param name="nickNames">A collection of the nick names of the users to query.</param>
    </member>
    <member name="M:IrcDotNet.IrcClient.SendMessageJoin(System.Collections.Generic.IEnumerable{System.String})">
      <summary>
            Sends a request to join the specified channels.
            </summary>
      <param name="channels">A collection of the names of the channels to join.</param>
    </member>
    <member name="M:IrcDotNet.IrcClient.SendMessageJoin(System.Collections.Generic.IEnumerable{System.Tuple{System.String,System.String}})">
      <summary>
            Sends a request to join the specified channels.
            </summary>
      <param name="channels">A collection of 2-tuples of the names and keys of the channels to join.</param>
    </member>
    <member name="M:IrcDotNet.IrcClient.SendMessageKick(System.Collections.Generic.IEnumerable{System.Tuple{System.String,System.String}},System.String)">
      <summary>
            Sends a request to kick the specifier users from the specified channel.
            </summary>
      <param name="channelsUsers">A collection of 2-tuples of channel names and the nick names of the users to
            kick from the channel.</param>
      <param name="comment">The comment to send the server, or <see langword="null" /> for none.</param>
    </member>
    <member name="M:IrcDotNet.IrcClient.SendMessageKick(System.String,System.Collections.Generic.IEnumerable{System.String},System.String)">
      <summary>
            Sends a request to kick the specifier users from the specified channel.
            </summary>
      <param name="channel">The name of the channel from which to kick the users.</param>
      <param name="nickNames">A collection of the nick names of the users to kick from the channel.</param>
      <param name="channelsUsers">A collection of 2-tuples of channel names and the nick names of the users to
            kick from the channel.</param>
      <param name="comment">The comment to send the server, or <see langword="null" /> for none.</param>
    </member>
    <member name="M:IrcDotNet.IrcClient.SendMessageKill(System.String,System.String)">
      <summary>
            Sends a request to disconnect the specified user from the server.
            </summary>
      <param name="nickName">The nick name of the user to disconnect.</param>
      <param name="comment">The comment to send the server.</param>
    </member>
    <member name="M:IrcDotNet.IrcClient.SendMessageLeaveAll">
      <summary>
            Sends a request to leave all channels in which the user is currently present.
            </summary>
    </member>
    <member name="M:IrcDotNet.IrcClient.SendMessageLinks(System.String,System.String)">
      <summary>
            Sends a request to list all other servers linked to the server.
            </summary>
      <param name="serverMask">A wildcard expression for matching the names of servers to list.</param>
      <param name="targetServer">The name of the server to which to forward the message, or <see langword="null" />
            for the current server.</param>
    </member>
    <member name="M:IrcDotNet.IrcClient.SendMessageList(System.Collections.Generic.IEnumerable{System.String},System.String)">
      <summary>
            Sends a request to list channels and their topics.
            </summary>
      <param name="channels">A collection of the names of channels to list, or <see langword="null" /> for all
            channels.</param>
      <param name="targetServer">The name of the server to which to forward the message, or <see langword="null" />
            for the current server.</param>
    </member>
    <member name="M:IrcDotNet.IrcClient.SendMessageLUsers(System.String,System.String)">
      <summary>
            Sends a request to get statistics about the size of the IRC network.
            </summary>
      <param name="serverMask">A wildcard expression for matching against the names of servers, or
            <see langword="null" /> to match the entire network.</param>
      <param name="targetServer">The name of the server to which to forward the message, or <see langword="null" />
            for the current server.</param>
    </member>
    <member name="M:IrcDotNet.IrcClient.SendMessageMotd(System.String)">
      <summary>
            Sends a request to receive the Message of the Day (MOTD) from the server.
            </summary>
      <param name="targetServer">The name of the server to which to forward the message, or <see langword="null" /> for
            the current server.</param>
    </member>
    <member name="M:IrcDotNet.IrcClient.SendMessageNames(System.Collections.Generic.IEnumerable{System.String},System.String)">
      <summary>
            Sends a request to list all names visible to the client.
            </summary>
      <param name="channels">A collection of the names of channels for which to list users, or
            <see langword="null" /> for all channels.</param>
      <param name="targetServer">The name of the server to which to forward the message, or <see langword="null" />
            for the current server.</param>
    </member>
    <member name="M:IrcDotNet.IrcClient.SendMessageNick(System.String)">
      <summary>
            Sends the nick name of the local user to the server. This command may be used either for intitially setting
            the nick name or changing it at any point.
            </summary>
      <param name="nickName">The nick name to set.</param>
    </member>
    <member name="M:IrcDotNet.IrcClient.SendMessageNotice(System.Collections.Generic.IEnumerable{System.String},System.String)">
      <summary>
            Sends a notice to the specified targets.
            </summary>
      <param name="targets">A collection of the targets to which to send the message.</param>
      <param name="text">The text of the message to send.</param>
    </member>
    <member name="M:IrcDotNet.IrcClient.SendMessageOper(System.String,System.String)">
      <summary>
            Sends a request for server operator privileges.
            </summary>
      <param name="userName">The user name with which to register.</param>
      <param name="password">The password with which to register.</param>
    </member>
    <member name="M:IrcDotNet.IrcClient.SendMessagePart(System.Collections.Generic.IEnumerable{System.String},System.String)">
      <summary>
            Sends a request to leave the specified channels.
            </summary>
      <param name="channels">A collection of the names of the channels to leave.</param>
      <param name="comment">The comment to send the server, or <see langword="null" /> for none.</param>
    </member>
    <member name="M:IrcDotNet.IrcClient.SendMessagePassword(System.String)">
      <summary>
            Sends the password for registering the connection.
            This message must only be sent before the actual registration, which is done by
            <see cref="M:IrcDotNet.IrcClient.SendMessageUser(System.String,System.Int32,System.String)" /> (for normal users) or <see cref="M:IrcDotNet.IrcClient.SendMessageService(System.String,System.String,System.String)" /> (for services).
            </summary>
      <param name="password">The connection password.</param>
    </member>
    <member name="M:IrcDotNet.IrcClient.SendMessagePing(System.String,System.String)">
      <summary>
            Sends a ping request to the server.
            </summary>
      <param name="server">The name of the server to which to send the request.</param>
      <param name="targetServer">The name of the server to which to forward the message, or <see langword="null" />
            for the current server.</param>
    </member>
    <member name="M:IrcDotNet.IrcClient.SendMessagePong(System.String,System.String)">
      <summary>
            Sends a pong response (to a ping) to the server.
            </summary>
      <param name="server">The name of the server to which to send the response.</param>
      <param name="targetServer">The name of the server to which to forward the message, or <see langword="null" />
            for the current server.</param>
    </member>
    <member name="M:IrcDotNet.IrcClient.SendMessagePrivateMessage(System.Collections.Generic.IEnumerable{System.String},System.String)">
      <summary>
            Sends a private message to the specified targets.
            </summary>
      <param name="targets">A collection of the targets to which to send the message.</param>
      <param name="text">The text of the message to send.</param>
    </member>
    <member name="M:IrcDotNet.IrcClient.SendMessageQuit(System.String)">
      <summary>
            Sends a notification to the server indicating that the client is quitting the network.
            </summary>
      <param name="comment">The comment to send the server, or <see langword="null" /> for none.</param>
    </member>
    <member name="M:IrcDotNet.IrcClient.SendMessageRehash">
      <summary>
            Sends a request to the server telling it to reprocess its configuration settings.
            </summary>
    </member>
    <member name="M:IrcDotNet.IrcClient.SendMessageRestart">
      <summary>
            Sends a message to the server telling it to restart.
            </summary>
    </member>
    <member name="M:IrcDotNet.IrcClient.SendMessageService(System.String,System.String,System.String)">
      <summary>
            Sends a request to register the client as a service on the server.
            </summary>
      <param name="nickName">The nick name of the service.</param>
      <param name="distribution">A wildcard expression for matching against server names, which determines where
            the service is visible.</param>
      <param name="description">A description of the service.</param>
    </member>
    <member name="M:IrcDotNet.IrcClient.SendMessageServlist(System.String,System.String)">
      <summary>
            Sends a request to list services currently connected to the netwrok/
            </summary>
      <param name="mask">A wildcard expression for matching against the names of services.</param>
      <param name="type">The type of services to list.</param>
    </member>
    <member name="M:IrcDotNet.IrcClient.SendMessageSquery(System.String,System.String)">
      <summary>
            Sends a query message to a service.
            </summary>
      <param name="serviceName">The name of the service.</param>
      <param name="text">The text of the message to send.</param>
    </member>
    <member name="M:IrcDotNet.IrcClient.SendMessageSquit(System.String,System.String)">
      <summary>
            Sends a request to disconnect the specified server from the network.
            This command is only available to oeprators.
            </summary>
      <param name="targetServer">The name of the server to disconnected from the network.</param>
      <param name="comment">The comment to send the server.</param>
    </member>
    <member name="M:IrcDotNet.IrcClient.SendMessageStats(System.String,System.String)">
      <summary>
            Sends a request to query statistics for the server.
            </summary>
      <param name="query">The query to send the server.</param>
      <param name="targetServer">The name of the server to which to forward the message, or <see langword="null" />
            for the current server.</param>
    </member>
    <member name="M:IrcDotNet.IrcClient.SendMessageTime(System.String)">
      <summary>
            Sends a request to query the local time on the server.
            </summary>
      <param name="targetServer">The name of the server to which to forward the message, or <see langword="null" />
            for the current server.</param>
    </member>
    <member name="M:IrcDotNet.IrcClient.SendMessageTopic(System.String,System.String)">
      <summary>
            Sends an update or request for the topic of the specified channel.
            </summary>
      <param name="channel">The name of the channel whose topic to change.</param>
      <param name="topic">The new topic to set, or <see langword="null" /> to request the current topic.</param>
    </member>
    <member name="M:IrcDotNet.IrcClient.SendMessageTrace(System.String)">
      <summary>
            Sends a query to trace the route to the server.
            </summary>
      <param name="targetServer">The name of the server to which to forward the message, or <see langword="null" />
            for the current server.</param>
    </member>
    <member name="M:IrcDotNet.IrcClient.SendMessageUser(System.String,System.Int32,System.String)">
      <summary>
            Sends a request to register the client as a user on the server.
            </summary>
      <param name="userName">The user name of the user.</param>
      <param name="userMode">The initial mode of the user.</param>
      <param name="realName">The real name of the user.</param>
    </member>
    <member name="M:IrcDotNet.IrcClient.SendMessageUserHost(System.Collections.Generic.IEnumerable{System.String})">
      <summary>
            Sends a request to return the host names of the specified users.
            </summary>
      <param name="nickNames">A collection of the nick names of the users to query.</param>
    </member>
    <member name="M:IrcDotNet.IrcClient.SendMessageUserMode(System.String,System.String)">
      <summary>
            Sends an update or request for the current modes of the specified user.
            </summary>
      <param name="nickName">The nick name of the user whose modes to update/request.</param>
      <param name="modes">The mode string that indicates the user modes to change.</param>
    </member>
    <member name="M:IrcDotNet.IrcClient.SendMessageUsers(System.String)">
      <summary>
            Sends a request to return a list of information about all users currently registered on the server.
            </summary>
      <param name="targetServer">The name of the server to which to forward the message, or <see langword="null" />
            for the current server.</param>
    </member>
    <member name="M:IrcDotNet.IrcClient.SendMessageVersion(System.String)">
      <summary>
            Sends a request for the version of the server program.
            </summary>
      <param name="targetServer">The name of the server to which to forward the message, or <see langword="null" />
            for the current server.</param>
    </member>
    <member name="M:IrcDotNet.IrcClient.SendMessageWallops(System.String)">
      <summary>
            Sends a message to all connected users that have the 'w' mode set.
            </summary>
      <param name="text">The text of the message to send.</param>
    </member>
    <member name="M:IrcDotNet.IrcClient.SendMessageWho(System.String,System.Boolean)">
      <summary>
            Sends a request to perform a Who query on users.
            </summary>
      <param name="mask">A wildcard expression for matching against channel names; or if none can be found,
            host names, server names, real names, and nick names of users. If the value is <see langword="null" />,
            all users are matched.</param>
      <param name="onlyOperators">
        <see langword="true" /> to match only server operators; 
            <see langword="false" /> to match all users.</param>
    </member>
    <member name="M:IrcDotNet.IrcClient.SendMessageWhoIs(System.Collections.Generic.IEnumerable{System.String},System.String)">
      <summary>
            Sends a request to perform a WhoIs query on users.
            </summary>
      <param name="nickNameMasks">A collection of wildcard expressions for matching against the nick names of
            users.</param>
      <param name="targetServer">The name of the server to which to forward the message, or <see langword="null" />
            for the current server.</param>
    </member>
    <member name="M:IrcDotNet.IrcClient.SendMessageWhoWas(System.Collections.Generic.IEnumerable{System.String},System.Int32,System.String)">
      <summary>
            Sends a request to perform a WhoWas query on users.
            </summary>
      <param name="nickNames">A collection of wildcard expressions for matching against the nick names of
            users.</param>
      <param name="entriesCount">The maximum number of (most recent) entries to return.</param>
      <param name="targetServer">The name of the server to which to forward the message, or <see langword="null" />
            for the current server.</param>
    </member>
    <member name="M:IrcDotNet.IrcClient.SendRawMessage(System.String)">
      <summary>
            Sends the specified raw message to the server.
            </summary>
      <param name="message">The text (single line) of the message to send the server.</param>
      <exception cref="T:System.ObjectDisposedException">The current instance has already been disposed.</exception>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="message" /> is <see langword="null" />.</exception>
    </member>
    <member name="P:IrcDotNet.IrcClient.ServerAvailableChannelModes">
      <summary>
            Gets a collection of the channel modes available on the server.
            This value is set after successful registration of the connection.
            </summary>
    </member>
    <member name="P:IrcDotNet.IrcClient.ServerAvailableUserModes">
      <summary>
            Gets a collection of the user modes available on the server.
            This value is set after successful registration of the connection.
            </summary>
    </member>
    <member name="E:IrcDotNet.IrcClient.ServerBounce">
      <summary>
            Occurs when a bounce message is received from the server, telling the client to connect to a new server.
            </summary>
    </member>
    <member name="P:IrcDotNet.IrcClient.ServerCreatedMessage">
      <summary>
            Gets the 'Created' message sent by the server.
            This value is set after successful registration of the connection.
            </summary>
    </member>
    <member name="E:IrcDotNet.IrcClient.ServerLinksListReceived">
      <summary>
            Occurs when a list of server links has been received from the server.
            </summary>
    </member>
    <member name="P:IrcDotNet.IrcClient.ServerName">
      <summary>
            Gets the host name of the server.
            This value is set after successful registration of the connection.
            </summary>
    </member>
    <member name="E:IrcDotNet.IrcClient.ServerStatsReceived">
      <summary>
            Occurs when server statistics have been received from the server.
            </summary>
    </member>
    <member name="P:IrcDotNet.IrcClient.ServerSupportedFeatures">
      <summary>
            Gets a dictionary of the features supported by the server, keyed by feature name, as returned by the
            ISUPPORT message.
            This value is set after successful registration of the connection.
            </summary>
    </member>
    <member name="E:IrcDotNet.IrcClient.ServerSupportedFeaturesReceived">
      <summary>
            Occurs when a list of features supported by the server (ISUPPORT) has been received.
            This event may be raised more than once after registration, depending on the size of the list received.
            </summary>
    </member>
    <member name="E:IrcDotNet.IrcClient.ServerTimeReceived">
      <summary>
            Occurs when the local date/time for a specific server has been received from the server.
            </summary>
    </member>
    <member name="P:IrcDotNet.IrcClient.ServerVersion">
      <summary>
            Gets the version of the server.
            This value is set after successful registration of the connection.
            </summary>
    </member>
    <member name="E:IrcDotNet.IrcClient.ServerVersionInfoReceived">
      <summary>
            Occurs when information about a specific server on the IRC network has been received from the server.
            </summary>
    </member>
    <member name="P:IrcDotNet.IrcClient.TextEncoding">
      <summary>
            Gets or sets the text encoding to use for reading from and writing to the network data stream.
            </summary>
    </member>
    <member name="M:IrcDotNet.IrcClient.ToString">
      <summary>
            Returns a string representation of this instance.
            </summary>
      <returns>A string that represents this instance.</returns>
    </member>
    <member name="P:IrcDotNet.IrcClient.Users">
      <summary>
            Gets a collection of all users known to the client, including the local user.
            </summary>
    </member>
    <member name="E:IrcDotNet.IrcClient.ValidateSslCertificate">
      <summary>
            Occurs when the SSL certificate received from the server should be validated.
            The certificate is automatically validated if this event is not handled.
            </summary>
    </member>
    <member name="P:IrcDotNet.IrcClient.WelcomeMessage">
      <summary>
            Gets the 'Welcome' message sent by the server.
            This value is set after successful registration of the connection.
            </summary>
    </member>
    <member name="E:IrcDotNet.IrcClient.WhoIsReplyReceived">
      <summary>
            Occurs when a reply to a Who Is query has been received from the server.
            </summary>
    </member>
    <member name="E:IrcDotNet.IrcClient.WhoReplyReceived">
      <summary>
            Occurs when a reply to a Who query has been received from the server.
            </summary>
    </member>
    <member name="E:IrcDotNet.IrcClient.WhoWasReplyReceived">
      <summary>
            Occurs when a reply to a Who Was query has been received from the server.
            </summary>
    </member>
    <member name="M:IrcDotNet.IrcClient.WriteMessage(IrcDotNet.IrcClient.IrcMessage)">
      <summary>
            Writes the specified message (prefix, command, and parameters) to the network stream.
            </summary>
      <param name="message">The message to write.</param>
      <exception cref="T:System.ArgumentException">
        <paramref name="message" /> contains more than 15 many parameters.
            </exception>
      <exception cref="T:System.ArgumentException">The value of <see cref="F:IrcDotNet.IrcClient.IrcMessage.Command" /> of
            <paramref name="message" /> is invalid.</exception>
      <exception cref="T:System.ArgumentException">The value of one of the items of <see cref="F:IrcDotNet.IrcClient.IrcMessage.Parameters" /> of
            <paramref name="message" /> is invalid.</exception>
      <exception cref="T:System.ObjectDisposedException">The current instance has already been disposed.</exception>
    </member>
    <member name="M:IrcDotNet.IrcClient.WriteMessage(System.String,System.String,System.Collections.Generic.IEnumerable{System.String})">
      <summary>
            Writes the specified message (prefix, command, and parameters) to the network stream.
            </summary>
      <param name="prefix">The message prefix that represents the source of the message.</param>
      <param name="command">The name of the command.</param>
      <param name="parameters">A collection of the parameters to the command.</param>
      <param name="message">The message to write.</param>
      <exception cref="T:System.ObjectDisposedException">The current instance has already been disposed.</exception>
      <exception cref="T:System.ArgumentException">
        <paramref name="message" /> contains more than 15 many parameters.
            </exception>
    </member>
    <member name="M:IrcDotNet.IrcClient.WriteMessage(System.String,System.String,System.String[])">
      <summary>
            Writes the specified message (prefix, command, and parameters) to the network stream.
            </summary>
      <param name="prefix">The message prefix that represents the source of the message.</param>
      <param name="command">The name of the command.</param>
      <param name="parameters">A collection of the parameters to the command.</param>
      <param name="message">The message to write.</param>
      <exception cref="T:System.ObjectDisposedException">The current instance has already been disposed.</exception>
      <exception cref="T:System.ArgumentException">
        <paramref name="message" /> contains more than 15 many parameters.
            </exception>
    </member>
    <member name="P:IrcDotNet.IrcClient.YourHostMessage">
      <summary>
            Gets the 'Your Host' message sent by the server.
            This value is set after successful registration of the connection.
            </summary>
    </member>
    <member name="T:IrcDotNet.IrcClient.IrcMessage">
      <summary>
            Represents a raw IRC message that is sent/received by <see cref="T:IrcDotNet.IrcClient" />.
            A message contains a prefix (representing the source), a command name (a word or three-digit number),
            and any number of parameters (up to a maximum of 15).
            </summary>
    </member>
    <member name="M:IrcDotNet.IrcClient.IrcMessage.#ctor(IrcDotNet.IrcClient,System.String,System.String,System.Collections.Generic.IList{System.String})">
      <summary>
            Initializes a new instance of the <see cref="T:IrcDotNet.IrcClient.IrcMessage" /> structure.
            </summary>
      <param name="client">A client object that has sent/will receive the message.</param>
      <param name="prefix">The message prefix that represents the source of the message.</param>
      <param name="command">The command name; either an alphabetic word or 3-digit number.</param>
      <param name="parameters">A list of the parameters to the message. Can contain a maximum of 15 items.
            </param>
    </member>
    <member name="F:IrcDotNet.IrcClient.IrcMessage.Command">
      <summary>
            The name of the command.
            </summary>
    </member>
    <member name="F:IrcDotNet.IrcClient.IrcMessage.Parameters">
      <summary>
            A list of the parameters to the message.
            </summary>
    </member>
    <member name="F:IrcDotNet.IrcClient.IrcMessage.Prefix">
      <summary>
            The message prefix.
            </summary>
    </member>
    <member name="F:IrcDotNet.IrcClient.IrcMessage.Source">
      <summary>
            The source of the message, which is the object represented by the value of <see cref="F:IrcDotNet.IrcClient.IrcMessage.Prefix" />.
            </summary>
    </member>
    <member name="M:IrcDotNet.IrcClient.IrcMessage.ToString">
      <summary>
            Returns a string representation of this instance.
            </summary>
      <returns>A string that represents this instance.</returns>
    </member>
    <member name="T:IrcDotNet.IrcClient.MessageProcessor">
      <summary>
            Represents a method that processes <see cref="T:IrcDotNet.IrcClient.IrcMessage" /> objects.
            </summary>
      <param name="message">The message to be processed.</param>
    </member>
    <member name="T:IrcDotNet.IrcCommentEventArgs">
      <summary>
            Provides data for events that specify a name.
            </summary>
    </member>
    <member name="M:IrcDotNet.IrcCommentEventArgs.#ctor(System.String)">
      <summary>
            Initializes a new instance of the <see cref="T:IrcDotNet.IrcCommentEventArgs" /> class.
            </summary>
      <param name="comment">The comment that the event specified.</param>
    </member>
    <member name="P:IrcDotNet.IrcCommentEventArgs.Comment">
      <summary>
            Gets the comment that the event specified.
            </summary>
    </member>
    <member name="T:IrcDotNet.IrcErrorEventArgs">
      <summary>
            Provides data for the <see cref="E:IrcDotNet.IrcClient.Error" /> event.
            </summary>
    </member>
    <member name="M:IrcDotNet.IrcErrorEventArgs.#ctor(System.Exception)">
      <summary>
            Initializes a new instance of the <see cref="T:IrcDotNet.IrcErrorEventArgs" /> class.
            </summary>
      <param name="error">The error.</param>
    </member>
    <member name="P:IrcDotNet.IrcErrorEventArgs.Error">
      <summary>
            Gets the error encountered by the client.
            </summary>
    </member>
    <member name="T:IrcDotNet.IrcErrorMessageEventArgs">
      <summary>
            Provides data for the <see cref="E:IrcDotNet.IrcClient.ErrorMessageReceived" /> event.
            </summary>
    </member>
    <member name="M:IrcDotNet.IrcErrorMessageEventArgs.#ctor(System.String)">
      <summary>
            Initializes a new instance of the <see cref="T:IrcDotNet.IrcErrorMessageEventArgs" /> class.
            </summary>
      <param name="message">The error message given by the server.</param>
    </member>
    <member name="P:IrcDotNet.IrcErrorMessageEventArgs.Message">
      <summary>
            Gets the text of the error message.
            </summary>
    </member>
    <member name="T:IrcDotNet.IrcLocalUser">
      <summary>
            Represents the local user of a specific <see cref="T:IrcDotNet.IrcClient" />.
            The local user is the user as which the client has connected and registered, and may be either a normal user or
            service.
            </summary>
    </member>
    <member name="M:IrcDotNet.IrcLocalUser.GetModes">
      <summary>
            Requests a list of the current modes of the user.
            </summary>
    </member>
    <member name="P:IrcDotNet.IrcLocalUser.IsService">
      <summary>
            Gets whether the local user is a service or normal user.
            </summary>
    </member>
    <member name="E:IrcDotNet.IrcLocalUser.JoinedChannel">
      <summary>
            Occurs when the local user has joined a channel.
            </summary>
    </member>
    <member name="E:IrcDotNet.IrcLocalUser.LeftChannel">
      <summary>
            Occurs when the local user has left a channel.
            </summary>
    </member>
    <member name="E:IrcDotNet.IrcLocalUser.MessageReceived">
      <summary>
            Occurs when the local user has received a message.
            </summary>
    </member>
    <member name="E:IrcDotNet.IrcLocalUser.MessageSent">
      <summary>
            Occurs when the local user has sent a message.
            </summary>
    </member>
    <member name="P:IrcDotNet.IrcLocalUser.Modes">
      <summary>
            Gets a read-only collection of the modes the user currently has.
            </summary>
    </member>
    <member name="E:IrcDotNet.IrcLocalUser.ModesChanged">
      <summary>
            Occurs when the modes of the local user have changed.
            </summary>
    </member>
    <member name="E:IrcDotNet.IrcLocalUser.NoticeReceived">
      <summary>
            Occurs when the local user has received a notice.
            </summary>
    </member>
    <member name="E:IrcDotNet.IrcLocalUser.NoticeSent">
      <summary>
            Occurs when the local user has sent a notice.
            </summary>
    </member>
    <member name="M:IrcDotNet.IrcLocalUser.OnJoinedChannel(IrcDotNet.IrcChannelEventArgs)">
      <summary>
            Raises the <see cref="E:IrcDotNet.IrcLocalUser.JoinedChannel" /> event.
            </summary>
      <param name="e">The <see cref="T:IrcDotNet.IrcChannelEventArgs" /> instance containing the event data.</param>
    </member>
    <member name="M:IrcDotNet.IrcLocalUser.OnLeftChannel(IrcDotNet.IrcChannelEventArgs)">
      <summary>
            Raises the <see cref="E:IrcDotNet.IrcLocalUser.LeftChannel" /> event.
            </summary>
      <param name="e">The <see cref="T:IrcDotNet.IrcChannelEventArgs" /> instance containing the event data.</param>
    </member>
    <member name="M:IrcDotNet.IrcLocalUser.OnMessageReceived(IrcDotNet.IrcMessageEventArgs)">
      <summary>
            Raises the <see cref="E:IrcDotNet.IrcLocalUser.MessageReceived" /> event.
            </summary>
      <param name="e">The <see cref="T:IrcDotNet.IrcMessageEventArgs" /> instance containing the event data.</param>
    </member>
    <member name="M:IrcDotNet.IrcLocalUser.OnMessageSent(IrcDotNet.IrcMessageEventArgs)">
      <summary>
            Raises the <see cref="E:IrcDotNet.IrcLocalUser.MessageSent" /> event.
            </summary>
      <param name="e">The <see cref="T:IrcDotNet.IrcMessageEventArgs" /> instance containing the event data.</param>
    </member>
    <member name="M:IrcDotNet.IrcLocalUser.OnModesChanged(System.EventArgs)">
      <summary>
            Raises the <see cref="E:IrcDotNet.IrcLocalUser.ModesChanged" /> event.
            </summary>
      <param name="e">The <see cref="T:System.EventArgs" /> instance containing the event data.</param>
    </member>
    <member name="M:IrcDotNet.IrcLocalUser.OnNoticeReceived(IrcDotNet.IrcMessageEventArgs)">
      <summary>
            Raises the <see cref="E:IrcDotNet.IrcLocalUser.NoticeReceived" /> event.
            </summary>
      <param name="e">The <see cref="T:IrcDotNet.IrcMessageEventArgs" /> instance containing the event data.</param>
    </member>
    <member name="M:IrcDotNet.IrcLocalUser.OnNoticeSent(IrcDotNet.IrcMessageEventArgs)">
      <summary>
            Raises the <see cref="E:IrcDotNet.IrcLocalUser.NoticeSent" /> event.
            </summary>
      <param name="e">The <see cref="T:IrcDotNet.IrcMessageEventArgs" /> instance containing the event data.</param>
    </member>
    <member name="M:IrcDotNet.IrcLocalUser.OnPreviewMessageReceived(IrcDotNet.IrcPreviewMessageEventArgs)">
      <summary>
            Raises the <see cref="E:IrcDotNet.IrcLocalUser.PreviewMessageReceived" /> event.
            </summary>
      <param name="e">The <see cref="T:IrcDotNet.IrcPreviewMessageEventArgs" /> instance containing the event data.</param>
    </member>
    <member name="M:IrcDotNet.IrcLocalUser.OnPreviewNoticeReceived(IrcDotNet.IrcPreviewMessageEventArgs)">
      <summary>
            Raises the <see cref="E:IrcDotNet.IrcLocalUser.PreviewNoticeReceived" /> event.
            </summary>
      <param name="e">The <see cref="T:IrcDotNet.IrcPreviewMessageEventArgs" /> instance containing the event data.</param>
    </member>
    <member name="E:IrcDotNet.IrcLocalUser.PreviewMessageReceived">
      <summary>
            Occurs when the local user has received a message, before the <see cref="E:IrcDotNet.IrcLocalUser.MessageReceived" /> event.
            </summary>
    </member>
    <member name="E:IrcDotNet.IrcLocalUser.PreviewNoticeReceived">
      <summary>
            Occurs when the local user has received a notice, before the <see cref="E:IrcDotNet.IrcLocalUser.NoticeReceived" /> event.
            </summary>
    </member>
    <member name="M:IrcDotNet.IrcLocalUser.SendMessage(IrcDotNet.IIrcMessageTarget,System.String)">
      <summary>
    
            Sends a message to the specified target.
            
            A message target may be an <see cref="T:IrcDotNet.IrcUser" />, <see cref="T:IrcDotNet.IrcChannel" />, or <see cref="T:IrcDotNet.IrcTargetMask" />.
            </summary>
      <param name="target">The <see cref="T:IrcDotNet.IIrcMessageTarget" /> to which to send the message.</param>
      <param name="targets">A collection of targets to which to send the message.</param>
      <param name="text">The ASCII-encoded text of the message to send.</param>
      <param name="encoding">The encoding in which to send the value of <paramref name="text" />.</param>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="targets" /> is <see langword="null" />.</exception>
    </member>
    <member name="M:IrcDotNet.IrcLocalUser.SendMessage(System.Collections.Generic.IEnumerable{IrcDotNet.IIrcMessageTarget},System.String)">
      <summary>
    
            Sends a message to the specified target.
            
            A message target may be an <see cref="T:IrcDotNet.IrcUser" />, <see cref="T:IrcDotNet.IrcChannel" />, or <see cref="T:IrcDotNet.IrcTargetMask" />.
            </summary>
      <param name="targets">A collection of targets to which to send the message.</param>
      <param name="text">The ASCII-encoded text of the message to send.</param>
      <param name="encoding">The encoding in which to send the value of <paramref name="text" />.</param>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="targets" /> is <see langword="null" />.</exception>
    </member>
    <member name="M:IrcDotNet.IrcLocalUser.SendMessage(System.Collections.Generic.IEnumerable{System.String},System.String,System.Text.Encoding)">
      <summary>
            Sends a message to the specified target.
            </summary>
      <param name="targets">A collection of the names of targets to which to send the message.</param>
      <param name="text">The ASCII-encoded text of the message to send.</param>
      <param name="encoding">The encoding in which to send the value of <paramref name="text" />.</param>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="targets" /> is <see langword="null" />.</exception>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="text" /> is <see langword="null" />.</exception>
    </member>
    <member name="M:IrcDotNet.IrcLocalUser.SendMessage(System.String,System.String)">
      <summary>
            Sends a message to the specified target.
            </summary>
      <param name="target">The name of the target to which to send the message.</param>
      <param name="targets">A collection of the names of targets to which to send the message.</param>
      <param name="text">The ASCII-encoded text of the message to send.</param>
      <param name="encoding">The encoding in which to send the value of <paramref name="text" />.</param>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="targets" /> is <see langword="null" />.</exception>
    </member>
    <member name="M:IrcDotNet.IrcLocalUser.SendNotice(IrcDotNet.IIrcMessageTarget,System.String)">
      <summary>
    
            Sends a notice to the specified target.
            
            A message target may be an <see cref="T:IrcDotNet.IrcUser" />, <see cref="T:IrcDotNet.IrcChannel" />, or <see cref="T:IrcDotNet.IrcTargetMask" />.
            </summary>
      <param name="target">The <see cref="T:IrcDotNet.IIrcMessageTarget" /> to which to send the notice.</param>
      <param name="targets">A collection of targets to which to send the notice.</param>
      <param name="text">The ASCII-encoded text of the notice to send.</param>
      <param name="encoding">The encoding in which to send the value of <paramref name="text" />.</param>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="targets" /> is <see langword="null" />.</exception>
    </member>
    <member name="M:IrcDotNet.IrcLocalUser.SendNotice(System.Collections.Generic.IEnumerable{IrcDotNet.IIrcMessageTarget},System.String)">
      <summary>
    
            Sends a notice to the specified target.
            
            A message target may be an <see cref="T:IrcDotNet.IrcUser" />, <see cref="T:IrcDotNet.IrcChannel" />, or <see cref="T:IrcDotNet.IrcTargetMask" />.
            </summary>
      <param name="targets">A collection of targets to which to send the notice.</param>
      <param name="text">The ASCII-encoded text of the notice to send.</param>
      <param name="encoding">The encoding in which to send the value of <paramref name="text" />.</param>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="targets" /> is <see langword="null" />.</exception>
    </member>
    <member name="M:IrcDotNet.IrcLocalUser.SendNotice(System.Collections.Generic.IEnumerable{System.String},System.String,System.Text.Encoding)">
      <summary>
            Sends a notice to the specified target.
            </summary>
      <param name="targets">A collection of the names of targets to which to send the notice.</param>
      <param name="text">The ASCII-encoded text of the notice to send.</param>
      <param name="encoding">The encoding in which to send the value of <paramref name="text" />.</param>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="targets" /> is <see langword="null" />.</exception>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="text" /> is <see langword="null" />.</exception>
    </member>
    <member name="M:IrcDotNet.IrcLocalUser.SendNotice(System.String,System.String)">
      <summary>
            Sends a notice to the specified target.
            </summary>
      <param name="target">The name of the target to which to send the notice.</param>
      <param name="targets">A collection of the names of targets to which to send the notice.</param>
      <param name="text">The ASCII-encoded text of the notice to send.</param>
      <param name="encoding">The encoding in which to send the value of <paramref name="text" />.</param>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="targets" /> is <see langword="null" />.</exception>
    </member>
    <member name="P:IrcDotNet.IrcLocalUser.ServiceDescription">
      <summary>
            Gets the distribution of the service, which determines its visibility to users on specific servers.
            </summary>
    </member>
    <member name="P:IrcDotNet.IrcLocalUser.ServiceDistribution">
      <summary>
            Gets the distribution of the service, which determines its visibility to users on specific servers.
            </summary>
    </member>
    <member name="M:IrcDotNet.IrcLocalUser.SetAway(System.String)">
      <summary>
            Sets the local user as away, giving the specified message.
            </summary>
      <param name="text">The text of the response sent to a user when they try to message you while away.</param>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="text" /> is <see langword="null" />.</exception>
    </member>
    <member name="M:IrcDotNet.IrcLocalUser.SetModes(System.Char[])">
      <summary>
            Sets the specified modes on the local user.
            </summary>
      <param name="newModes">A collection of mode characters that should become the new modes.
            Any modes in the collection that are not currently set will be set, and any nodes not in the collection that
            are currently set will be unset.</param>
      <param name="modes">The mode string that specifies mode changes, which takes the form
            `( "+" / "-" ) *( mode character )`.</param>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="newModes" /> is <see langword="null" />.</exception>
    </member>
    <member name="M:IrcDotNet.IrcLocalUser.SetModes(System.Collections.Generic.IEnumerable{System.Char})">
      <summary>
            Sets the specified modes on the local user.
            </summary>
      <param name="newModes">A collection of mode characters that should become the new modes.
            Any modes in the collection that are not currently set will be set, and any nodes not in the collection that
            are currently set will be unset.</param>
      <param name="modes">The mode string that specifies mode changes, which takes the form
            `( "+" / "-" ) *( mode character )`.</param>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="newModes" /> is <see langword="null" />.</exception>
    </member>
    <member name="M:IrcDotNet.IrcLocalUser.SetModes(System.Collections.Generic.IEnumerable{System.Char},System.Collections.Generic.IEnumerable{System.Char})">
      <summary>
            Sets the specified modes on the local user.
            </summary>
      <param name="modes">The mode string that specifies mode changes, which takes the form
            `( "+" / "-" ) *( mode character )`.</param>
      <param name="setModes">
        <p style="color: #dc143c; font-size: 8.5pt; font-weight: bold;">[Missing &lt;param name="setModes"/&gt; documentation for "M:IrcDotNet.IrcLocalUser.SetModes(System.Collections.Generic.IEnumerable{System.Char},System.Collections.Generic.IEnumerable{System.Char})"]</p>
      </param>
      <param name="unsetModes">
        <p style="color: #dc143c; font-size: 8.5pt; font-weight: bold;">[Missing &lt;param name="unsetModes"/&gt; documentation for "M:IrcDotNet.IrcLocalUser.SetModes(System.Collections.Generic.IEnumerable{System.Char},System.Collections.Generic.IEnumerable{System.Char})"]</p>
      </param>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="setModes" /> is <see langword="null" />.</exception>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="unsetModes" /> is <see langword="null" />.</exception>
    </member>
    <member name="M:IrcDotNet.IrcLocalUser.SetModes(System.String)">
      <summary>
            Sets the specified modes on the local user.
            </summary>
      <param name="modes">The mode string that specifies mode changes, which takes the form
            `( "+" / "-" ) *( mode character )`.</param>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="modes" /> is <see langword="null" />.</exception>
    </member>
    <member name="M:IrcDotNet.IrcLocalUser.SetNickName(System.String)">
      <summary>
            Sets the nick name of the local user to the specified text.
            </summary>
      <param name="nickName">The new nick name of the local user.</param>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="nickName" /> is <see langword="null" />.</exception>
    </member>
    <member name="M:IrcDotNet.IrcLocalUser.UnsetAway">
      <summary>
            Sets the local user as here (no longer away).
            </summary>
    </member>
    <member name="T:IrcDotNet.IrcMessageEventArgs">
      <summary>
            Provides data for events that are raised when an IRC message or notice is sent or received.
            </summary>
    </member>
    <member name="M:IrcDotNet.IrcMessageEventArgs.#ctor(IrcDotNet.IIrcMessageSource,System.Collections.Generic.IList{IrcDotNet.IIrcMessageTarget},System.String,System.Text.Encoding)">
      <summary>
            Initializes a new instance of the <see cref="T:IrcDotNet.IrcMessageEventArgs" /> class.
            </summary>
      <param name="source">The source of the message.</param>
      <param name="targets">A list of the targets of the message.</param>
      <param name="text">The text of the message.</param>
      <param name="encoding">The encoding of the message text.</param>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="targets" /> is <see langword="null" />.</exception>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="text" /> is <see langword="null" />.</exception>
    </member>
    <member name="P:IrcDotNet.IrcMessageEventArgs.Encoding">
      <summary>
            Gets the encoding of the message text.
            </summary>
    </member>
    <member name="M:IrcDotNet.IrcMessageEventArgs.GetText(System.Text.Encoding)">
      <summary>
            Gets the text of the message in the specified encoding.
            </summary>
      <param name="encoding">The encoding in which to get the message text, or <see langword="null" /> to use the
            default encoding.</param>
      <returns>The text of the message.</returns>
    </member>
    <member name="P:IrcDotNet.IrcMessageEventArgs.Source">
      <summary>
            Gets the source of the message.
            </summary>
    </member>
    <member name="P:IrcDotNet.IrcMessageEventArgs.Targets">
      <summary>
            Gets a list of the targets of the message.
            </summary>
    </member>
    <member name="P:IrcDotNet.IrcMessageEventArgs.Text">
      <summary>
            Gets the text of the message.
            </summary>
    </member>
    <member name="T:IrcDotNet.IrcNameEventArgs">
      <summary>
            Provides data for events that specify a comment.
            </summary>
    </member>
    <member name="M:IrcDotNet.IrcNameEventArgs.#ctor(System.String)">
      <summary>
            Initializes a new instance of the <see cref="T:IrcDotNet.IrcNameEventArgs" /> class.
            </summary>
      <param name="name">The name that the event specified.</param>
    </member>
    <member name="P:IrcDotNet.IrcNameEventArgs.Name">
      <summary>
            Gets the name that the event specified.
            </summary>
    </member>
    <member name="T:IrcDotNet.IrcNetworkInfo">
      <summary>
            Stores information about a specific IRC network.
            </summary>
    </member>
    <member name="F:IrcDotNet.IrcNetworkInfo.ChannelsCount">
      <summary>
            The number of channels that currently exist on the network.
            </summary>
    </member>
    <member name="F:IrcDotNet.IrcNetworkInfo.InvisibleUsersCount">
      <summary>
            The number of invisible users on the network.
            </summary>
    </member>
    <member name="F:IrcDotNet.IrcNetworkInfo.OperatorsCount">
      <summary>
            The number of operators on the network.
            </summary>
    </member>
    <member name="F:IrcDotNet.IrcNetworkInfo.ServerClientsCount">
      <summary>
            The number of clients connected to the server.
            </summary>
    </member>
    <member name="F:IrcDotNet.IrcNetworkInfo.ServersCount">
      <summary>
            The number of servers in the network.
            </summary>
    </member>
    <member name="F:IrcDotNet.IrcNetworkInfo.ServerServersCount">
      <summary>
            The number of others servers connected to the server.
            </summary>
    </member>
    <member name="F:IrcDotNet.IrcNetworkInfo.UnknownConnectionsCount">
      <summary>
            The number of unknown connections to the network.
            </summary>
    </member>
    <member name="F:IrcDotNet.IrcNetworkInfo.VisibleUsersCount">
      <summary>
            The number of visible users on the network.
            </summary>
    </member>
    <member name="T:IrcDotNet.IrcPingOrPongReceivedEventArgs">
      <summary>
            Provides data for the <see cref="E:IrcDotNet.IrcClient.PingReceived" /> and <see cref="E:IrcDotNet.IrcClient.PongReceived" /> events.
            </summary>
    </member>
    <member name="M:IrcDotNet.IrcPingOrPongReceivedEventArgs.#ctor(System.String)">
      <summary>
            Initializes a new instance of the <see cref="T:IrcDotNet.IrcPingOrPongReceivedEventArgs" /> class.
            </summary>
      <param name="server">The name of the server that is the source of the ping or pong.</param>
    </member>
    <member name="P:IrcDotNet.IrcPingOrPongReceivedEventArgs.Server">
      <summary>
            Gets the name of the server that is the source of the ping or pong.
            </summary>
    </member>
    <member name="T:IrcDotNet.IrcPreviewMessageEventArgs">
      <summary>
    
            Provides data for events that are raised when an IRC message or notice is sent or received.
            
            Gives the option to handle the preview event and thus stop the normal event from being raised.
            </summary>
    </member>
    <member name="M:IrcDotNet.IrcPreviewMessageEventArgs.#ctor(IrcDotNet.IIrcMessageSource,System.Collections.Generic.IList{IrcDotNet.IIrcMessageTarget},System.String,System.Text.Encoding)">
      <summary>
            Initializes a new instance of the <see cref="T:IrcDotNet.IrcMessageEventArgs" /> class.
            </summary>
      <param name="source">The source of the message.</param>
      <param name="targets">A list of the targets of the message.</param>
      <param name="text">The text of the message.</param>
      <param name="encoding">The encoding of the message text.</param>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="targets" /> is <see langword="null" />.</exception>
    </member>
    <member name="P:IrcDotNet.IrcPreviewMessageEventArgs.Handled">
      <summary>
            Gets or sets whether the event has been handled. If it is handled, the corresponding normal (non-preview)
            event is not raised.
            </summary>
    </member>
    <member name="T:IrcDotNet.IrcProtocolErrorEventArgs">
      <summary>
            Provides data for the <see cref="E:IrcDotNet.IrcClient.ProtocolError" /> event.
            </summary>
    </member>
    <member name="M:IrcDotNet.IrcProtocolErrorEventArgs.#ctor(System.Int32,System.Collections.Generic.IList{System.String},System.String)">
      <summary>
            Initializes a new instance of the <see cref="T:IrcDotNet.IrcProtocolErrorEventArgs" /> class.
            </summary>
      <param name="code">The code.</param>
      <param name="parameters">The parameters.</param>
      <param name="message">The message.</param>
    </member>
    <member name="P:IrcDotNet.IrcProtocolErrorEventArgs.Code">
      <summary>
            Gets or sets the numeric code that indicates the type of error.
            </summary>
    </member>
    <member name="P:IrcDotNet.IrcProtocolErrorEventArgs.Message">
      <summary>
            Gets the text of the error message.
            </summary>
    </member>
    <member name="P:IrcDotNet.IrcProtocolErrorEventArgs.Parameters">
      <summary>
            Gets a list of the parameters of the error.
            </summary>
    </member>
    <member name="T:IrcDotNet.IrcRawMessageEventArgs">
      <summary>
            Provides data for the <see cref="E:IrcDotNet.IrcClient.RawMessageSent" /> and
            <see cref="E:IrcDotNet.IrcClient.RawMessageReceived" /> events.
            </summary>
    </member>
    <member name="M:IrcDotNet.IrcRawMessageEventArgs.#ctor(IrcDotNet.IrcClient.IrcMessage,System.String)">
      <summary>
            Initializes a new instance of the <see cref="T:IrcDotNet.IrcRawMessageEventArgs" /> class.
            </summary>
      <param name="message">The message that was sent/received.</param>
      <param name="rawContent">The raw content of the message.</param>
    </member>
    <member name="P:IrcDotNet.IrcRawMessageEventArgs.Message">
      <summary>
            Gets the message that was sent/received by the client.
            </summary>
    </member>
    <member name="P:IrcDotNet.IrcRawMessageEventArgs.RawContent">
      <summary>
            Gets the raw content of the message.
            </summary>
    </member>
    <member name="T:IrcDotNet.IrcRegistrationInfo">
      <summary>
            Provides information used by an <see cref="T:IrcDotNet.IrcClient" /> for registering the connection with the server.
            </summary>
    </member>
    <member name="M:IrcDotNet.IrcRegistrationInfo.#ctor">
      <summary>
            Initializes a new instance of the <see cref="T:IrcDotNet.IrcRegistrationInfo" /> class.
            </summary>
    </member>
    <member name="P:IrcDotNet.IrcRegistrationInfo.NickName">
      <summary>
            Gets or sets the nick name of the local user to set initially upon registration.
            The nick name can be changed after registration.
            </summary>
    </member>
    <member name="P:IrcDotNet.IrcRegistrationInfo.Password">
      <summary>
            Gets or sets the password for registering with the server.
            </summary>
    </member>
    <member name="T:IrcDotNet.IrcServer">
      <summary>
            Represents an IRC server from the view of a particular client.
            </summary>
    </member>
    <member name="P:IrcDotNet.IrcServer.HostName">
      <summary>
            Gets the host name of the server.
            </summary>
    </member>
    <member name="M:IrcDotNet.IrcServer.ToString">
      <summary>
            Returns a string representation of this instance.
            </summary>
      <returns>A string that represents this instance.</returns>
    </member>
    <member name="T:IrcDotNet.IrcServerInfo">
      <summary>
            Stores information about a particular server in an IRC network.
            </summary>
    </member>
    <member name="M:IrcDotNet.IrcServerInfo.#ctor(System.String,System.Nullable{System.Int32},System.String)">
      <summary>
            Initializes a new instance of the <see cref="T:IrcDotNet.IrcServerInfo" /> class with the specified properties.
            </summary>
      <param name="hostName">The host name of the server.</param>
      <param name="hopCount">The hop count of the server from the local server.</param>
      <param name="info">A string containing arbitrary information about the server.</param>
    </member>
    <member name="T:IrcDotNet.IrcServerInfoEventArgs">
      <summary>
            Provides data for events that specify information about a server.
            </summary>
    </member>
    <member name="M:IrcDotNet.IrcServerInfoEventArgs.#ctor(System.String,System.Int32)">
      <summary>
            Initializes a new instance of the <see cref="T:IrcDotNet.IrcServerInfoEventArgs" /> class.
            </summary>
      <param name="address">The address of the server.</param>
      <param name="port">The port on which to connect to the server.</param>
    </member>
    <member name="P:IrcDotNet.IrcServerInfoEventArgs.Address">
      <summary>
            Gets the address of the server.
            </summary>
    </member>
    <member name="P:IrcDotNet.IrcServerInfoEventArgs.Port">
      <summary>
            Gets the port on which to connect to the server.
            </summary>
    </member>
    <member name="T:IrcDotNet.IrcServerLinksListReceivedEventArgs">
      <summary>
            Provides data for the <see cref="E:IrcDotNet.IrcClient.ServerLinksListReceived" /> event.
            </summary>
    </member>
    <member name="M:IrcDotNet.IrcServerLinksListReceivedEventArgs.#ctor(System.Collections.Generic.IList{IrcDotNet.IrcServerInfo})">
      <summary>
            Initializes a new instance of the <see cref="T:IrcDotNet.IrcServerLinksListReceivedEventArgs" /> class.
            </summary>
      <param name="links">A list of information about the server links that was returned by the server.</param>
    </member>
    <member name="P:IrcDotNet.IrcServerLinksListReceivedEventArgs.Links">
      <summary>
            Gets the list of information about the server links that was returned by the server
            </summary>
    </member>
    <member name="T:IrcDotNet.IrcServerStatisticalEntry">
      <summary>
            Stores a statistical entry for an IRC server.
            </summary>
    </member>
    <member name="F:IrcDotNet.IrcServerStatisticalEntry.Parameters">
      <summary>
            The list of parameters of the statistical entry.
            </summary>
    </member>
    <member name="F:IrcDotNet.IrcServerStatisticalEntry.Type">
      <summary>
            The type of the statistical entry.
            </summary>
    </member>
    <member name="T:IrcDotNet.IrcServerStatisticalEntryCommonType">
      <summary>
            Defines the types of statistical entries for an IRC server.
            </summary>
    </member>
    <member name="F:IrcDotNet.IrcServerStatisticalEntryCommonType.Connection">
      <summary>
            An active connection to the server.
            </summary>
    </member>
    <member name="F:IrcDotNet.IrcServerStatisticalEntryCommonType.Command">
      <summary>
            A command supported by the server.
            </summary>
    </member>
    <member name="F:IrcDotNet.IrcServerStatisticalEntryCommonType.AllowedServerConnect">
      <summary>
            A server to which the local server may connect.
            </summary>
    </member>
    <member name="F:IrcDotNet.IrcServerStatisticalEntryCommonType.AllowedServerAccept">
      <summary>
            A server from which the local server may accept connections.
            </summary>
    </member>
    <member name="F:IrcDotNet.IrcServerStatisticalEntryCommonType.AllowedClient">
      <summary>
            A client that may connect to the server.
            </summary>
    </member>
    <member name="F:IrcDotNet.IrcServerStatisticalEntryCommonType.BannedClient">
      <summary>
             A client that is banned from connecting to the server.
            </summary>
    </member>
    <member name="F:IrcDotNet.IrcServerStatisticalEntryCommonType.ConnectionClass">
      <summary>
            A connection class defined by the server.
            </summary>
    </member>
    <member name="F:IrcDotNet.IrcServerStatisticalEntryCommonType.LeafDepth">
      <summary>
            The leaf depth of a server in the network.
            </summary>
    </member>
    <member name="F:IrcDotNet.IrcServerStatisticalEntryCommonType.Uptime">
      <summary>
            The uptime of the server.
            </summary>
    </member>
    <member name="F:IrcDotNet.IrcServerStatisticalEntryCommonType.AllowedOperator">
      <summary>
            An operator on the server.
            </summary>
    </member>
    <member name="F:IrcDotNet.IrcServerStatisticalEntryCommonType.HubServer">
      <summary>
            A hub server within the network.
            </summary>
    </member>
    <member name="T:IrcDotNet.IrcServerStatsReceivedEventArgs">
      <summary>
            Provides data for the <see cref="E:IrcDotNet.IrcClient.ServerStatsReceived" /> event.
            </summary>
    </member>
    <member name="M:IrcDotNet.IrcServerStatsReceivedEventArgs.#ctor(System.Collections.Generic.IList{IrcDotNet.IrcServerStatisticalEntry})">
      <summary>
            Initializes a new instance of the <see cref="T:IrcDotNet.IrcServerStatsReceivedEventArgs" /> class.
            </summary>
      <param name="entries">A list of statistical entries that was returned by the server.</param>
    </member>
    <member name="P:IrcDotNet.IrcServerStatsReceivedEventArgs.Entries">
      <summary>
            Gets the list of statistical entries that was returned by the server.
            </summary>
    </member>
    <member name="T:IrcDotNet.IrcServerTimeEventArgs">
      <summary>
            Provides data for the <see cref="E:IrcDotNet.IrcClient.ServerTimeReceived" /> event.
            </summary>
    </member>
    <member name="M:IrcDotNet.IrcServerTimeEventArgs.#ctor(System.String,System.String)">
      <summary>
            Initializes a new instance of the <see cref="T:IrcDotNet.IrcServerTimeEventArgs" /> class.
            </summary>
      <param name="serverName">The name of the server.</param>
      <param name="dateTime">The local date/time received from the server.</param>
    </member>
    <member name="P:IrcDotNet.IrcServerTimeEventArgs.DateTime">
      <summary>
            Gets the local date/time for the server.
            </summary>
    </member>
    <member name="P:IrcDotNet.IrcServerTimeEventArgs.ServerName">
      <summary>
            Gets the name of the server to which the version information applies.
            </summary>
    </member>
    <member name="T:IrcDotNet.IrcServerVersionInfoEventArgs">
      <summary>
            Provides data for the <see cref="E:IrcDotNet.IrcClient.ServerVersionInfoReceived" /> event.
            </summary>
    </member>
    <member name="M:IrcDotNet.IrcServerVersionInfoEventArgs.#ctor(System.String,System.String,System.String,System.String)">
      <summary>
            Initializes a new instance of the <see cref="T:IrcDotNet.IrcServerVersionInfoEventArgs" /> class.
            </summary>
      <param name="version">The version of the server.</param>
      <param name="debugLevel">The debug level of the server.</param>
      <param name="serverName">The name of the server.</param>
      <param name="comments">The comments about the server.</param>
    </member>
    <member name="P:IrcDotNet.IrcServerVersionInfoEventArgs.Comments">
      <summary>
            Gets the comments about the server.
            </summary>
    </member>
    <member name="P:IrcDotNet.IrcServerVersionInfoEventArgs.DebugLevel">
      <summary>
            Gets the debug level of the server.
            </summary>
    </member>
    <member name="P:IrcDotNet.IrcServerVersionInfoEventArgs.ServerName">
      <summary>
            Gets the name of the server to which the version information applies.
            </summary>
    </member>
    <member name="P:IrcDotNet.IrcServerVersionInfoEventArgs.Version">
      <summary>
            Gets the version of the server.
            </summary>
    </member>
    <member name="T:IrcDotNet.IrcServiceRegistrationInfo">
      <summary>
            Provides information used by an <see cref="T:IrcDotNet.IrcClient" /> for registering the connection as a service.
            </summary>
    </member>
    <member name="M:IrcDotNet.IrcServiceRegistrationInfo.#ctor">
      <summary>
            Initializes a new instance of the <see cref="T:IrcDotNet.IrcServiceRegistrationInfo" /> class.
            </summary>
    </member>
    <member name="P:IrcDotNet.IrcServiceRegistrationInfo.Description">
      <summary>
            Gets or sets the description of the service to set upon registration.
            The description cannot later be changed.
            </summary>
    </member>
    <member name="P:IrcDotNet.IrcServiceRegistrationInfo.Distribution">
      <summary>
            Gets or sets the distribution of the service, which determines its visibility to users on specific servers.
            </summary>
    </member>
    <member name="T:IrcDotNet.IrcStandardFloodPreventer">
      <summary>
            Represents a flood protector that throttles data sent by the client according to the standard rules implemented
            by modern IRC servers.
            </summary>
    </member>
    <member name="M:IrcDotNet.IrcStandardFloodPreventer.#ctor(System.Int32,System.Int64)">
      <summary>
            Initializes a new instance of the <see cref="T:IrcDotNet.IrcStandardFloodPreventer" /> class.
            </summary>
      <param name="maxMessageBurst">The maximum number of messages that can be sent in a burst.</param>
      <param name="counterPeriod">The number of milliseconds between each decrement of the message counter.
            </param>
    </member>
    <member name="P:IrcDotNet.IrcStandardFloodPreventer.CounterPeriod">
      <summary>
            Gets the number of milliseconds between each decrement of the message counter.
            </summary>
    </member>
    <member name="M:IrcDotNet.IrcStandardFloodPreventer.GetSendDelay">
      <summary>
            Gets the time delay before which the client may currently send the next message.
            </summary>
      <returns>The time delay before the next message may be sent, in milliseconds.</returns>
    </member>
    <member name="M:IrcDotNet.IrcStandardFloodPreventer.HandleMessageSent">
      <summary>
            Notifies the flood preventer that a message has just been send by the client.
            </summary>
    </member>
    <member name="P:IrcDotNet.IrcStandardFloodPreventer.MaxMessageBurst">
      <summary>
            Gets the maximum message number of messages that can be sent in a burst.
            </summary>
    </member>
    <member name="T:IrcDotNet.IrcTargetMask">
      <summary>
            Represents a mask of an IRC server name or host name, used for specifying the targets of a message.
            </summary>
    </member>
    <member name="M:IrcDotNet.IrcTargetMask.#ctor(IrcDotNet.IrcTargetMaskType,System.String)">
      <summary>
            Initializes a new instance of the <see cref="T:IrcDotNet.IrcTargetMask" /> class with the specified type and mask.
            </summary>
      <param name="type">The type.</param>
      <param name="mask">The mask.</param>
    </member>
    <member name="M:IrcDotNet.IrcTargetMask.#ctor(System.String)">
      <summary>
            Initializes a new instance of the <see cref="T:IrcDotNet.IrcTargetMask" /> class with the specified target mask
            identifier.
            </summary>
      <param name="targetMask">A wildcard expression for matching against server names or host names.
            If the first character is '$', the mask is a server mask; if the first character is '#', the mask is a host
            mask.</param>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="targetMask" /> is <see langword="null" /></exception>
      <exception cref="T:System.ArgumentException">The length of <paramref name="targetMask" /> is too short.</exception>
      <exception cref="T:System.ArgumentException">
        <paramref name="targetMask" /> does not represent a known mask type.
            </exception>
    </member>
    <member name="P:IrcDotNet.IrcTargetMask.Mask">
      <summary>
            Gets a wildcard expression for matching against target names.
            The <see cref="P:IrcDotNet.IrcTargetMask.Type" /> property determines the type of the mask.
            </summary>
    </member>
    <member name="M:IrcDotNet.IrcTargetMask.ToString">
      <summary>
            Returns a string representation of this instance.
            </summary>
      <returns>A string that represents this instance.</returns>
    </member>
    <member name="P:IrcDotNet.IrcTargetMask.Type">
      <summary>
            Gets the type of the target mask; either a server mask or channel mask.
            </summary>
    </member>
    <member name="T:IrcDotNet.IrcTargetMaskType">
      <summary>
            Defines the types of a target mask.
            </summary>
    </member>
    <member name="F:IrcDotNet.IrcTargetMaskType.ServerMask">
      <summary>
            A mask of a server name.
            </summary>
    </member>
    <member name="F:IrcDotNet.IrcTargetMaskType.HostMask">
      <summary>
            A mask of a host name.
            </summary>
    </member>
    <member name="T:IrcDotNet.IrcUser">
      <summary>
            Represents an IRC user that exists on a specific <see cref="T:IrcDotNet.IrcClient" />.
            </summary>
    </member>
    <member name="P:IrcDotNet.IrcUser.AwayMessage">
      <summary>
            Gets the current away message received when the user was seen as away.
            </summary>
    </member>
    <member name="P:IrcDotNet.IrcUser.Client">
      <summary>
            Gets the client on which the user exists.
            </summary>
    </member>
    <member name="M:IrcDotNet.IrcUser.GetChannelUsers">
      <summary>
            Gets a collection of all channel users that correspond to the user.
            Each <see cref="T:IrcDotNet.IrcChannelUser" /> represents a channel of which the user is currently a member.
            </summary>
      <returns>A collection of all <see cref="T:IrcDotNet.IrcChannelUser" /> object that correspond to the <see cref="T:IrcDotNet.IrcUser" />.
            </returns>
    </member>
    <member name="P:IrcDotNet.IrcUser.HopCount">
      <summary>
            Gets the hop count of the user, which is the number of servers between the user and the server on which the
            client is connected, within the network.
            </summary>
    </member>
    <member name="P:IrcDotNet.IrcUser.HostName">
      <summary>
            Gets the host name of the user.
            </summary>
    </member>
    <member name="P:IrcDotNet.IrcUser.IdleDuration">
      <summary>
            Gets the duration for which the user has been idle. This is set when a Who Is response is received.
            </summary>
    </member>
    <member name="E:IrcDotNet.IrcUser.InviteReceived">
      <summary>
            Occurs when an invitation to join a channel has been received.
            </summary>
    </member>
    <member name="P:IrcDotNet.IrcUser.IsAway">
      <summary>
            Gets whether the user has been been seen as away. This value is always up-to-date for the local user;
            though it is only updated for remote users when a private message is sent to them or a Who Is response
            is received for the user.
            </summary>
    </member>
    <member name="E:IrcDotNet.IrcUser.IsAwayChanged">
      <summary>
            Occurs when the user has been seen as away or here.
            </summary>
    </member>
    <member name="P:IrcDotNet.IrcUser.IsOnline">
      <summary>
            Gets whether the user is currently connected to the IRC network. This value may not be always be
            up-to-date.
            </summary>
    </member>
    <member name="P:IrcDotNet.IrcUser.IsOperator">
      <summary>
            Gets whether the user is a server operator.
            </summary>
    </member>
    <member name="P:IrcDotNet.IrcUser.NickName">
      <summary>
            Gets the current nick name of the user.
            </summary>
    </member>
    <member name="E:IrcDotNet.IrcUser.NickNameChanged">
      <summary>
            Occurs when the nick name of the user has changed.
            </summary>
    </member>
    <member name="M:IrcDotNet.IrcUser.OnInviteReceived(IrcDotNet.IrcChannelInvitationEventArgs)">
      <summary>
            Raises the <see cref="E:IrcDotNet.IrcUser.InviteReceived" /> event.
            </summary>
      <param name="e">The <see cref="T:IrcDotNet.IrcChannelEventArgs" /> instance containing the event data.</param>
    </member>
    <member name="M:IrcDotNet.IrcUser.OnIsAwayChanged(System.EventArgs)">
      <summary>
            Raises the <see cref="E:IrcDotNet.IrcUser.IsAwayChanged" /> event.
            </summary>
      <param name="e">The <see cref="T:System.EventArgs" /> instance containing the event data.</param>
    </member>
    <member name="M:IrcDotNet.IrcUser.OnNickNameChanged(System.EventArgs)">
      <summary>
            Raises the <see cref="E:IrcDotNet.IrcUser.NickNameChanged" /> event.
            </summary>
      <param name="e">The <see cref="T:System.EventArgs" /> instance containing the event data.</param>
    </member>
    <member name="M:IrcDotNet.IrcUser.OnPropertyChanged(System.ComponentModel.PropertyChangedEventArgs)">
      <summary>
            Raises the <see cref="E:PropertyChanged" /> event.
            </summary>
      <param name="e">The <see cref="T:System.ComponentModel.PropertyChangedEventArgs" /> instance containing the event data.</param>
    </member>
    <member name="M:IrcDotNet.IrcUser.OnQuit(IrcDotNet.IrcCommentEventArgs)">
      <summary>
            Raises the <see cref="E:IrcDotNet.IrcUser.Quit" /> event.
            </summary>
      <param name="e">The <see cref="T:IrcDotNet.IrcCommentEventArgs" /> instance containing the event data.</param>
    </member>
    <member name="E:IrcDotNet.IrcUser.PropertyChanged">
      <summary>
            Occurs when a property value changes.
            </summary>
    </member>
    <member name="E:IrcDotNet.IrcUser.Quit">
      <summary>
            Occurs when the user has quit the network. This may not always be sent.
            </summary>
    </member>
    <member name="P:IrcDotNet.IrcUser.RealName">
      <summary>
            Gets the real name of the user. This value never changes until the user reconnects.
            </summary>
    </member>
    <member name="P:IrcDotNet.IrcUser.ServerInfo">
      <summary>
            Gets arbitrary information about the server to which the user is connected.
            </summary>
    </member>
    <member name="P:IrcDotNet.IrcUser.ServerName">
      <summary>
            Gets the name of the server to which the user is connected.
            </summary>
    </member>
    <member name="M:IrcDotNet.IrcUser.ToString">
      <summary>
            Returns a string representation of this instance.
            </summary>
      <returns>A string that represents this instance.</returns>
    </member>
    <member name="P:IrcDotNet.IrcUser.UserName">
      <summary>
            Gets the current user name of the user. This value never changes until the user reconnects.
            </summary>
    </member>
    <member name="M:IrcDotNet.IrcUser.WhoIs">
      <summary>
            Sends a Who Is query to server for the user.
            </summary>
    </member>
    <member name="M:IrcDotNet.IrcUser.WhoWas(System.Int32)">
      <summary>
            Sends a Who Was query to server for the user.
            </summary>
      <param name="entriesCount">The maximum number of entries that the server should return. A negative number
            specifies an unlimited number of entries.</param>
    </member>
    <member name="T:IrcDotNet.IrcUserCollection">
      <summary>
            Represents a collection of <see cref="T:IrcDotNet.IrcUser" /> objects.
            </summary>
    </member>
    <member name="P:IrcDotNet.IrcUserCollection.Client">
      <summary>
            Gets the client to which the collection of users belongs.
            </summary>
    </member>
    <member name="T:IrcDotNet.IrcUserEventArgs">
      <summary>
            Provides data for events that concern an <see cref="T:IrcDotNet.IrcUser" />.
            </summary>
    </member>
    <member name="M:IrcDotNet.IrcUserEventArgs.#ctor(IrcDotNet.IrcUser,System.String)">
      <summary>
            Initializes a new instance of the <see cref="T:IrcDotNet.IrcUserEventArgs" /> class.
            </summary>
      <param name="user">The user that the event concerns.</param>
      <param name="comment">
        <p style="color: #dc143c; font-size: 8.5pt; font-weight: bold;">[Missing &lt;param name="comment"/&gt; documentation for "M:IrcDotNet.IrcUserEventArgs.#ctor(IrcDotNet.IrcUser,System.String)"]</p>
      </param>
    </member>
    <member name="P:IrcDotNet.IrcUserEventArgs.User">
      <summary>
            Gets the user that the event concerns.
            </summary>
    </member>
    <member name="T:IrcDotNet.IrcUserRegistrationInfo">
      <summary>
            Provides information used by an <see cref="T:IrcDotNet.IrcClient" /> for registering the connection as a user.
            </summary>
    </member>
    <member name="M:IrcDotNet.IrcUserRegistrationInfo.#ctor">
      <summary>
            Initializes a new instance of the <see cref="T:IrcDotNet.IrcUserRegistrationInfo" /> class.
            </summary>
    </member>
    <member name="P:IrcDotNet.IrcUserRegistrationInfo.RealName">
      <summary>
            Gets or sets the real name of the local user to set upon registration.
            The real name cannot later be changed.
            </summary>
    </member>
    <member name="P:IrcDotNet.IrcUserRegistrationInfo.UserModes">
      <summary>
            Gets or sets the modes of the local user to set initially.
            The collection should not contain any characters except 'w' or 'i'.
            The modes can be changed after registration.
            </summary>
    </member>
    <member name="P:IrcDotNet.IrcUserRegistrationInfo.UserName">
      <summary>
            Gets or sets the user name of the local user to set upon registration.
            The user name cannot later be changed.
            </summary>
    </member>
    <member name="T:IrcDotNet.IrcValidateSslCertificateEventArgs">
      <summary>
            Provides data for the <see cref="E:IrcDotNet.IrcClient.ValidateSslCertificate" /> event.
            </summary>
    </member>
    <member name="M:IrcDotNet.IrcValidateSslCertificateEventArgs.#ctor(System.Security.Cryptography.X509Certificates.X509Certificate,System.Security.Cryptography.X509Certificates.X509Chain,System.Net.Security.SslPolicyErrors)">
      <summary>
            Initializes a new instance of the <see cref="T:IrcDotNet.IrcValidateSslCertificateEventArgs" /> class.
            </summary>
      <param name="certificate">The certificate used to authenticate the remote party.</param>
      <param name="chain">The chain of certificate authorities.</param>
      <param name="sslPolicyErrors">The errors associated with the remote certificate.</param>
    </member>
    <member name="P:IrcDotNet.IrcValidateSslCertificateEventArgs.Certificate">
      <summary>
            Gets the certificate used to authenticate the remote party..
            </summary>
    </member>
    <member name="P:IrcDotNet.IrcValidateSslCertificateEventArgs.Chain">
      <summary>
            Gets the chain of certificate authorities associated with the remote certificate.
            </summary>
    </member>
    <member name="P:IrcDotNet.IrcValidateSslCertificateEventArgs.IsValid">
      <summary>
            Gets or sets whether the certificate given by the server is valid.
            </summary>
    </member>
    <member name="P:IrcDotNet.IrcValidateSslCertificateEventArgs.SslPolicyErrors">
      <summary>
            Gets the errors associated with the remote certificate.
            </summary>
    </member>
    <member name="T:IrcDotNet.Collections.CollectionsUtilities">
      <summary>
            Contains common utilities for functionality relating to collections.
            </summary>
    </member>
    <member name="M:IrcDotNet.Collections.CollectionsUtilities.AddRange``1(System.Collections.Generic.ICollection{``0},System.Collections.Generic.IEnumerable{``0})">
      <summary>
            Adds the specified items to the collection.
            </summary>
      <param name="collection">The collection to which to add the items.</param>
      <param name="range">A collection of items to add to <paramref name="collection" />.</param>
      <typeparam name="T">The type of the items in the collection.</typeparam>
    </member>
    <member name="M:IrcDotNet.Collections.CollectionsUtilities.ForEach``1(System.Collections.Generic.IEnumerable{``0},System.Action{``0})">
      <summary>
            Performs the specified action on each item in the collection.
            </summary>
      <param name="source">The collection on whose items to perform the action.</param>
      <param name="action">The action to perform on each item of the collection.</param>
      <typeparam name="T">The type of the items in the collection.</typeparam>
    </member>
    <member name="M:IrcDotNet.Collections.CollectionsUtilities.RemoveRange``1(System.Collections.Generic.ICollection{``0},System.Collections.Generic.IEnumerable{``0})">
      <summary>
            Removes the specified items from the collection.
            </summary>
      <param name="collection">The collection fom which to remove the items.</param>
      <param name="range">A collection of items to remove from <paramref name="collection" />.</param>
      <typeparam name="T">The type of the items in the collection.</typeparam>
    </member>
    <member name="M:IrcDotNet.Collections.CollectionsUtilities.Set``2(System.Collections.Generic.IDictionary{``0,``1},``0,``1)">
      <summary>
            Sets the value for the specified key in a dictionary.
            If the given key already exists, overwrite its value; otherwise, add a new key/value pair.
            </summary>
      <param name="dictionary">The dictionary in which to set the value.</param>
      <param name="key">The object to use as the key of the element to add/update.</param>
      <param name="value">The object to use as the value of the element to add/update.</param>
      <typeparam name="TKey">The type of keys in the dictionary.</typeparam>
      <typeparam name="TValue">The type of values in the dictionary..</typeparam>
    </member>
    <member name="T:IrcDotNet.Collections.ReadOnlyDictionary`2">
      <summary>
            Represents a read-only collection of keys and values.
            </summary>
      <typeparam name="TKey">The type of the keys in the dictionary.</typeparam>
      <typeparam name="TValue">The type of the values in the dictionary.</typeparam>
    </member>
    <member name="M:IrcDotNet.Collections.ReadOnlyDictionary`2.#ctor(System.Collections.Generic.IDictionary{`0,`1})">
      <summary>
            Initializes a new instance of the <see cref="T:IrcDotNet.Collections.ReadOnlyDictionary`2" /> class.
            </summary>
      <param name="dictionary">The dictionary to wrap.</param>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="dictionary" /> is <see langword="null" />.</exception>
    </member>
    <member name="M:IrcDotNet.Collections.ReadOnlyDictionary`2.ContainsKey(`0)">
      <summary>
            Determines whether the dictionary contains the specified key.
            </summary>
      <param name="key">The key to locate in the dictionary.</param>
      <returns>
        <see langword="true" /> if the dictionary contains an element with the specified key;
            <see langword="false" />, otherwise.</returns>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="key" /> is <see langword="null" />.</exception>
    </member>
    <member name="P:IrcDotNet.Collections.ReadOnlyDictionary`2.Count">
      <summary>
            Gets the number of key/value pairs contained in the dictionary.
            </summary>
    </member>
    <member name="M:IrcDotNet.Collections.ReadOnlyDictionary`2.GetEnumerator">
      <summary>
            Returns an enumerator that iterates through the dictionary.
            </summary>
      <returns>An enumerator for the dictionary.</returns>
    </member>
    <member name="P:IrcDotNet.Collections.ReadOnlyDictionary`2.Item(`0)">
      <summary>
            Gets or sets the element with the specified key.
            </summary>
      <exception cref="T:System.NotSupportedException">This operation is not supported on a read-only dictionary.
            </exception>
    </member>
    <member name="P:IrcDotNet.Collections.ReadOnlyDictionary`2.Keys">
      <summary>
            Gets a collection containing the keys in the dictionary.
            </summary>
    </member>
    <member name="M:IrcDotNet.Collections.ReadOnlyDictionary`2.TryGetValue(`0,`1@)">
      <summary>
            Gets the value associated with the specified key.
            </summary>
      <param name="key">The key of the value to get.</param>
      <param name="value">When this method returns, contains the value associated with the specified key, if the
            key is found; otherwise, the default value for the type of the value parameter. This parameter is passed
            uninitialized.</param>
      <returns>
        <see langword="true" /> if the dictionary contains an element with the specified key;
            <see langword="false" />, otherwise.</returns>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="key" /> is <see langword="null" />.</exception>
    </member>
    <member name="P:IrcDotNet.Collections.ReadOnlyDictionary`2.Values">
      <summary>
            Gets a collection containing the values in the dictionary.
            </summary>
    </member>
    <member name="T:IrcDotNet.Collections.ReadOnlySet`1">
      <summary>
            Represents a read-only set of values.
            </summary>
      <typeparam name="T">The type of elements in the set.</typeparam>
    </member>
    <member name="M:IrcDotNet.Collections.ReadOnlySet`1.#ctor(System.Collections.Generic.ISet{`0})">
      <summary>
            Initializes a new instance of the <see cref="T:IrcDotNet.Collections.ReadOnlySet`1" /> class.
            </summary>
      <param name="set">The set to wrap.</param>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="set" /> is <see langword="null" />.</exception>
    </member>
    <member name="M:IrcDotNet.Collections.ReadOnlySet`1.Contains(`0)">
      <summary>
            Determines whether the set contains the specified element.
            </summary>
      <param name="item">The element to locate in the set.</param>
      <returns>
        <see langword="true" /> if the set contains the specified element;
            <see langword="false" />, otherwise.</returns>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="item" /> is <see langword="null" />.</exception>
    </member>
    <member name="M:IrcDotNet.Collections.ReadOnlySet`1.CopyTo(`0[])">
      <summary>
            Copies the elements of the set to an array.
            </summary>
      <param name="array">The one-dimensional array that is the destination of the elements copied from the
            set. The array must have zero-based indexing.</param>
      <param name="arrayIndex">The zero-based index in <paramref name="array" /> at which copying begins.</param>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="array" /> is <see langword="null" />.</exception>
      <exception cref="T:System.ArgumentOutOfRangeException">
        <paramref name="arrayIndex" /> is less than 0.</exception>
      <exception cref="T:System.ArgumentException">
        <paramref name="arrayIndex" /> is greater than the length of the
            destination array.</exception>
    </member>
    <member name="M:IrcDotNet.Collections.ReadOnlySet`1.CopyTo(`0[],System.Int32)">
      <summary>
            Copies the elements of the set to an array.
            </summary>
      <param name="array">The one-dimensional array that is the destination of the elements copied from the
            set. The array must have zero-based indexing.</param>
      <param name="arrayIndex">The zero-based index in <paramref name="array" /> at which copying begins.</param>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="array" /> is <see langword="null" />.</exception>
      <exception cref="T:System.ArgumentOutOfRangeException">
        <paramref name="arrayIndex" /> is less than 0.</exception>
      <exception cref="T:System.ArgumentException">
        <paramref name="arrayIndex" /> is greater than the length of the
            destination array.</exception>
    </member>
    <member name="P:IrcDotNet.Collections.ReadOnlySet`1.Count">
      <summary>
            Gets the number of elements that are contained in the set.
            </summary>
    </member>
    <member name="M:IrcDotNet.Collections.ReadOnlySet`1.GetEnumerator">
      <summary>
            Returns an enumerator that iterates through the set.
            </summary>
      <returns>An enumerator for the set.</returns>
    </member>
    <member name="M:IrcDotNet.Collections.ReadOnlySet`1.IsProperSubsetOf(System.Collections.Generic.IEnumerable{`0})">
      <summary>
            Determines whether the set is a proper subset of the specified collection.
            </summary>
      <param name="other">The collection to compare to the current set.</param>
      <returns>
        <see langword="true" /> if the set is a proper subset of <paramref name="other" />;
            <see langword="false" />, otherwise.
            </returns>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="other" /> is <see langword="null" />.</exception>
    </member>
    <member name="M:IrcDotNet.Collections.ReadOnlySet`1.IsProperSupersetOf(System.Collections.Generic.IEnumerable{`0})">
      <summary>
            Determines whether the set is a proper superset of the specified collection.
            </summary>
      <param name="other">The collection to compare to the current set.</param>
      <returns>
        <see langword="true" /> if the set is a proper superset of <paramref name="other" />;
            <see langword="false" />, otherwise.
            </returns>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="other" /> is <see langword="null" />.</exception>
    </member>
    <member name="M:IrcDotNet.Collections.ReadOnlySet`1.IsSubsetOf(System.Collections.Generic.IEnumerable{`0})">
      <summary>
            Determines whether the set is a subset of the specified collection.
            </summary>
      <param name="other">The collection to compare to the current set.</param>
      <returns>
        <see langword="true" /> if the set is a subset of <paramref name="other" />;
            <see langword="false" />, otherwise.
            </returns>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="other" /> is <see langword="null" />.</exception>
    </member>
    <member name="M:IrcDotNet.Collections.ReadOnlySet`1.IsSupersetOf(System.Collections.Generic.IEnumerable{`0})">
      <summary>
            Determines whether the set is a superset of the specified collection.
            </summary>
      <param name="other">The collection to compare to the current set.</param>
      <returns>
        <see langword="true" /> if the set is a superset of <paramref name="other" />;
            <see langword="false" />, otherwise.
            </returns>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="other" /> is <see langword="null" />.</exception>
    </member>
    <member name="M:IrcDotNet.Collections.ReadOnlySet`1.Overlaps(System.Collections.Generic.IEnumerable{`0})">
      <summary>
            Determines whether the set and the specified collection share common elements.
            </summary>
      <param name="other">The collection to compare to the current set.</param>
      <returns>
        <see langword="true" /> if the set and <paramref name="other" /> share at least one common element;
            <see langword="false" />, otherwise.
            </returns>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="other" /> is <see langword="null" />.</exception>
    </member>
    <member name="M:IrcDotNet.Collections.ReadOnlySet`1.SetEquals(System.Collections.Generic.IEnumerable{`0})">
      <summary>
            Determines whether the set and the specified collection contain the same elements.
            </summary>
      <param name="other">The collection to compare to the current set.</param>
      <returns>
        <see langword="true" /> if the set and <paramref name="other" /> are equal;
            <see langword="false" />, otherwise.
            </returns>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="other" /> is <see langword="null" />.</exception>
    </member>
    <member name="T:IrcDotNet.Ctcp.CtcpClient">
      <summary>
            Represents a client that communicates with a server using CTCP (Client to Client Protocol), operating over an
            IRC connection.
            
            Do not inherit this class unless the protocol itself is being extended.
            </summary>
    </member>
    <member name="M:IrcDotNet.Ctcp.CtcpClient.#ctor(IrcDotNet.IrcClient)">
      <summary>
            Initializes a new instance of the <see cref="T:IrcDotNet.Ctcp.CtcpClient" /> class.
            </summary>
      <param name="ircClient">The IRC client by which the CTCP client should communicate.</param>
    </member>
    <member name="E:IrcDotNet.Ctcp.CtcpClient.ActionReceived">
      <summary>
            Occurs when an action has been received from a user.
            </summary>
    </member>
    <member name="E:IrcDotNet.Ctcp.CtcpClient.ActionSent">
      <summary>
            Occurs when an action has been sent to a user.
            </summary>
    </member>
    <member name="M:IrcDotNet.Ctcp.CtcpClient.CheckErrorOccurred(IrcDotNet.IIrcMessageTarget)">
      <summary>
            Asks the specified user whether an error just occurred.
            </summary>
      <param name="user">The user to which to send the request.</param>
      <param name="users">A list of users to which to send the request.</param>
    </member>
    <member name="M:IrcDotNet.Ctcp.CtcpClient.CheckErrorOccurred(System.Collections.Generic.IList{IrcDotNet.IIrcMessageTarget})">
      <summary>
            Asks the specified list of users whether an error just occurred.
            </summary>
      <param name="users">A list of users to which to send the request.</param>
    </member>
    <member name="P:IrcDotNet.Ctcp.CtcpClient.ClientVersion">
      <summary>
            Gets or sets information about the client version.
            </summary>
    </member>
    <member name="E:IrcDotNet.Ctcp.CtcpClient.Error">
      <summary>
            Occurs when the client encounters an error during execution.
            </summary>
    </member>
    <member name="E:IrcDotNet.Ctcp.CtcpClient.ErrorMessageReceived">
      <summary>
            Occurs when an error message has been received from a user. 
            </summary>
    </member>
    <member name="M:IrcDotNet.Ctcp.CtcpClient.GetTime(IrcDotNet.IIrcMessageTarget)">
      <summary>
            Gets the local date/time of the specified user.
            </summary>
      <param name="user">The user to which to send the request.</param>
      <param name="users">A list of users to which to send the request.</param>
    </member>
    <member name="M:IrcDotNet.Ctcp.CtcpClient.GetTime(System.Collections.Generic.IList{IrcDotNet.IIrcMessageTarget})">
      <summary>
            Gets the local date/time of the specified list of users.
            </summary>
      <param name="users">A list of users to which to send the request.</param>
    </member>
    <member name="M:IrcDotNet.Ctcp.CtcpClient.GetVersion(IrcDotNet.IIrcMessageTarget)">
      <summary>
            Gets the client version of the specified user.
            </summary>
      <param name="user">The user to which to send the request.</param>
      <param name="users">A list of users to which to send the request.</param>
    </member>
    <member name="M:IrcDotNet.Ctcp.CtcpClient.GetVersion(System.Collections.Generic.IList{IrcDotNet.IIrcMessageTarget})">
      <summary>
            Gets the client version of the specified list of users.
            </summary>
      <param name="users">A list of users to which to send the request.</param>
    </member>
    <member name="P:IrcDotNet.Ctcp.CtcpClient.IrcClient">
      <summary>
            Gets or sets the IRC client by which the CTCP client should communicate.
            </summary>
    </member>
    <member name="M:IrcDotNet.Ctcp.CtcpClient.OnActionReceived(IrcDotNet.Ctcp.CtcpMessageEventArgs)">
      <summary>
            Raises the <see cref="E:IrcDotNet.Ctcp.CtcpClient.ActionReceived" /> event.
            </summary>
      <param name="e">The <see cref="T:IrcDotNet.Ctcp.CtcpMessageEventArgs" /> instance containing the event data.</param>
    </member>
    <member name="M:IrcDotNet.Ctcp.CtcpClient.OnActionSent(IrcDotNet.Ctcp.CtcpMessageEventArgs)">
      <summary>
            Raises the <see cref="E:IrcDotNet.Ctcp.CtcpClient.ActionSent" /> event.
            </summary>
      <param name="e">The <see cref="T:IrcDotNet.Ctcp.CtcpMessageEventArgs" /> instance containing the event data.</param>
    </member>
    <member name="M:IrcDotNet.Ctcp.CtcpClient.OnError(IrcDotNet.IrcErrorEventArgs)">
      <summary>
            Raises the <see cref="E:IrcDotNet.Ctcp.CtcpClient.Error" /> event.
            </summary>
      <param name="e">The <see cref="T:IrcDotNet.IrcErrorEventArgs" /> instance containing the event data.</param>
    </member>
    <member name="M:IrcDotNet.Ctcp.CtcpClient.OnErrorMessageResponseReceived(IrcDotNet.Ctcp.CtcpErrorMessageReceivedEventArgs)">
      <summary>
            Raises the <see cref="E:IrcDotNet.Ctcp.CtcpClient.ErrorMessageReceived" /> event.
            </summary>
      <param name="e">The <see cref="T:IrcDotNet.Ctcp.CtcpErrorMessageReceivedEventArgs" /> instance containing the event
            data.</param>
    </member>
    <member name="M:IrcDotNet.Ctcp.CtcpClient.OnPingResponseReceived(IrcDotNet.Ctcp.CtcpPingResponseReceivedEventArgs)">
      <summary>
            Raises the <see cref="E:IrcDotNet.Ctcp.CtcpClient.PingResponseReceived" /> event.
            </summary>
      <param name="e">The <see cref="T:IrcDotNet.Ctcp.CtcpPingResponseReceivedEventArgs" /> instance containing the event data.
            </param>
    </member>
    <member name="M:IrcDotNet.Ctcp.CtcpClient.OnRawMessageReceived(IrcDotNet.Ctcp.CtcpRawMessageEventArgs)">
      <summary>
            Raises the <see cref="E:IrcDotNet.Ctcp.CtcpClient.RawMessageReceived" /> event.
            </summary>
      <param name="e">The <see cref="T:IrcDotNet.Ctcp.CtcpRawMessageEventArgs" /> instance containing the event data.</param>
    </member>
    <member name="M:IrcDotNet.Ctcp.CtcpClient.OnRawMessageSent(IrcDotNet.Ctcp.CtcpRawMessageEventArgs)">
      <summary>
            Raises the <see cref="E:IrcDotNet.Ctcp.CtcpClient.RawMessageSent" /> event.
            </summary>
      <param name="e">The <see cref="T:IrcDotNet.Ctcp.CtcpRawMessageEventArgs" /> instance containing the event data.</param>
    </member>
    <member name="M:IrcDotNet.Ctcp.CtcpClient.OnTimeResponseReceived(IrcDotNet.Ctcp.CtcpTimeResponseReceivedEventArgs)">
      <summary>
            Raises the <see cref="E:IrcDotNet.Ctcp.CtcpClient.TimeResponseReceived" /> event.
            </summary>
      <param name="e">The <see cref="T:IrcDotNet.Ctcp.CtcpTimeResponseReceivedEventArgs" /> instance containing the event data.
            </param>
    </member>
    <member name="M:IrcDotNet.Ctcp.CtcpClient.OnVersionResponseReceived(IrcDotNet.Ctcp.CtcpVersionResponseReceivedEventArgs)">
      <summary>
            Raises the <see cref="E:IrcDotNet.Ctcp.CtcpClient.VersionResponseReceived" /> event.
            </summary>
      <param name="e">The <see cref="T:IrcDotNet.Ctcp.CtcpVersionResponseReceivedEventArgs" /> instance containing the event data.
            </param>
    </member>
    <member name="M:IrcDotNet.Ctcp.CtcpClient.Ping(IrcDotNet.IIrcMessageTarget)">
      <summary>
            Pings the specified user.
            </summary>
      <param name="user">The user to which to send the request.</param>
      <param name="users">A list of users to which to send the request.</param>
    </member>
    <member name="M:IrcDotNet.Ctcp.CtcpClient.Ping(System.Collections.Generic.IList{IrcDotNet.IIrcMessageTarget})">
      <summary>
            Pings the specified list of users.
            </summary>
      <param name="users">A list of users to which to send the request.</param>
    </member>
    <member name="E:IrcDotNet.Ctcp.CtcpClient.PingResponseReceived">
      <summary>
            Occurs when a ping response has been received from a user.
            </summary>
    </member>
    <member name="M:IrcDotNet.Ctcp.CtcpClient.ProcessMessageAction(IrcDotNet.Ctcp.CtcpClient.CtcpMessage)">
      <summary>
            Process ACTION messages received from a user.
            </summary>
      <param name="message">The message received from the user.</param>
    </member>
    <member name="M:IrcDotNet.Ctcp.CtcpClient.ProcessMessageErrMsg(IrcDotNet.Ctcp.CtcpClient.CtcpMessage)">
      <summary>
            Process ERRMSG messages received from a user.
            </summary>
      <param name="message">The message received from the user.</param>
    </member>
    <member name="M:IrcDotNet.Ctcp.CtcpClient.ProcessMessagePing(IrcDotNet.Ctcp.CtcpClient.CtcpMessage)">
      <summary>
            Process PING messages received from a user.
            </summary>
      <param name="message">The message received from the user.</param>
    </member>
    <member name="M:IrcDotNet.Ctcp.CtcpClient.ProcessMessageTime(IrcDotNet.Ctcp.CtcpClient.CtcpMessage)">
      <summary>
            Process TIME messages received from a user.
            </summary>
      <param name="message">The message received from the user.</param>
    </member>
    <member name="M:IrcDotNet.Ctcp.CtcpClient.ProcessMessageVersion(IrcDotNet.Ctcp.CtcpClient.CtcpMessage)">
      <summary>
            Process VERSION messages received from a user.
            </summary>
      <param name="message">The message received from the user.</param>
    </member>
    <member name="E:IrcDotNet.Ctcp.CtcpClient.RawMessageReceived">
      <summary>
            Occurs when a raw message has been received from a user.
            </summary>
    </member>
    <member name="E:IrcDotNet.Ctcp.CtcpClient.RawMessageSent">
      <summary>
            Occurs when a raw message has been sent to a user.
            </summary>
    </member>
    <member name="M:IrcDotNet.Ctcp.CtcpClient.SendAction(IrcDotNet.IIrcMessageTarget,System.String)">
      <summary>
            Sends an action message to the specified list of users.
            </summary>
      <param name="user">The user to which to send the request.</param>
      <param name="users">A list of users to which to send the request.</param>
      <param name="text">The text of the message.</param>
    </member>
    <member name="M:IrcDotNet.Ctcp.CtcpClient.SendAction(System.Collections.Generic.IList{IrcDotNet.IIrcMessageTarget},System.String)">
      <summary>
            Sends an action message to the specified list of users.
            </summary>
      <param name="users">A list of users to which to send the request.</param>
      <param name="text">The text of the message.</param>
    </member>
    <member name="M:IrcDotNet.Ctcp.CtcpClient.SendMessageAction(System.Collections.Generic.IList{IrcDotNet.IIrcMessageTarget},System.String)">
      <summary>
            Sends an action message to the specified target.
            </summary>
      <param name="targets">A list of the targets of the message.</param>
      <param name="text">The message text.</param>
    </member>
    <member name="M:IrcDotNet.Ctcp.CtcpClient.SendMessageErrMsg(System.Collections.Generic.IList{IrcDotNet.IIrcMessageTarget},System.String,System.Boolean)">
      <summary>
            Sends a request for confirming that no error has occurred.
            </summary>
      <param name="targets">A list of the targets of the message.</param>
      <param name="tag">A tag that can be used for tracking the response.</param>
      <param name="isResponse">
        <see langword="true" /> if the message is a response; <see langword="false" />,
            otherwise.</param>
    </member>
    <member name="M:IrcDotNet.Ctcp.CtcpClient.SendMessagePing(System.Collections.Generic.IList{IrcDotNet.IIrcMessageTarget},System.String,System.Boolean)">
      <summary>
            Sends a ping request or response to the specified target.
            </summary>
      <param name="targets">A list of the targets of the message.</param>
      <param name="info">The information to send.</param>
      <param name="isResponse">
        <see langword="true" /> if the message is a response; <see langword="false" />,
            otherwise.</param>
    </member>
    <member name="M:IrcDotNet.Ctcp.CtcpClient.SendMessageTime(System.Collections.Generic.IList{IrcDotNet.IIrcMessageTarget},System.String,System.Boolean)">
      <summary>
            Sends a request for the local date/time to the specified target.
            </summary>
      <param name="targets">A list of the targets of the message.</param>
      <param name="info">The information to send.</param>
      <param name="isResponse">
        <see langword="true" /> if the message is a response; <see langword="false" />,
            otherwise.</param>
    </member>
    <member name="M:IrcDotNet.Ctcp.CtcpClient.SendMessageVersion(System.Collections.Generic.IList{IrcDotNet.IIrcMessageTarget},System.String,System.Boolean)">
      <summary>
            Sends a request or response for information about the version of the client.
            </summary>
      <param name="targets">A list of the targets of the message.</param>
      <param name="info">The information to send.</param>
      <param name="isResponse">
        <see langword="true" /> if the message is a response; <see langword="false" />,
            otherwise.</param>
    </member>
    <member name="E:IrcDotNet.Ctcp.CtcpClient.TimeResponseReceived">
      <summary>
            Occurs when a response to a date/time request has been received from a user.
            </summary>
    </member>
    <member name="M:IrcDotNet.Ctcp.CtcpClient.ToString">
      <summary>
            Returns a string representation of this instance.
            </summary>
      <returns>A string that represents this instance.</returns>
    </member>
    <member name="E:IrcDotNet.Ctcp.CtcpClient.VersionResponseReceived">
      <summary>
            Occurs when a response to a version request has been received from a user.
            </summary>
    </member>
    <member name="M:IrcDotNet.Ctcp.CtcpClient.WriteMessage(System.Collections.Generic.IList{IrcDotNet.IIrcMessageTarget},IrcDotNet.Ctcp.CtcpClient.CtcpMessage)">
      <summary>
            Writes the specified message to a target.
            </summary>
      <param name="message">The message to write.</param>
      <param name="targets">A list of the targets to which to write the message.</param>
      <param name="taggedData">The tagged data to write.</param>
      <param name="isResponse">
        <see langword="true" /> if the message is a response to another message;
            <see langword="false" />, otherwise.</param>
      <exception cref="T:System.ArgumentException">
        <paramref name="message" /> contains more than 15 many parameters.
            </exception>
      <exception cref="T:System.ArgumentException">The value of <see cref="F:IrcDotNet.Ctcp.CtcpClient.CtcpMessage.Tag" /> of <paramref name="message" />
            is invalid.</exception>
    </member>
    <member name="M:IrcDotNet.Ctcp.CtcpClient.WriteMessage(System.Collections.Generic.IList{IrcDotNet.IIrcMessageTarget},System.String,System.String,System.Boolean)">
      <summary>
            Writes the specified message to a target.
            </summary>
      <param name="tag">The tag of the message.</param>
      <param name="data">The data contained by the message.</param>
      <param name="isResponse">
        <see langword="true" /> if the message is a response to another message;
            <see langword="false" />, otherwise.</param>
      <param name="message">The message to write.</param>
      <param name="targets">A list of the targets to which to write the message.</param>
      <param name="taggedData">The tagged data to write.</param>
      <exception cref="T:System.ArgumentException">
        <paramref name="message" /> contains more than 15 many parameters.
            </exception>
    </member>
    <member name="T:IrcDotNet.Ctcp.CtcpClient.CtcpMessage">
      <summary>
            Represents a raw CTCP message that is sent/received by <see cref="T:IrcDotNet.Ctcp.CtcpClient" />.
            </summary>
    </member>
    <member name="M:IrcDotNet.Ctcp.CtcpClient.CtcpMessage.#ctor(IrcDotNet.IrcUser,System.Collections.Generic.IList{IrcDotNet.IIrcMessageTarget},System.String,System.String,System.Boolean)">
      <summary>
            Initializes a new instance of the <see cref="T:IrcDotNet.Ctcp.CtcpClient.CtcpMessage" /> structure.
            </summary>
      <param name="source">The source of the message.</param>
      <param name="targets">A list of the targets of the message.</param>
      <param name="tag">The tag of the message.</param>
      <param name="data">The data contained by the message, or <see langword="null" /> for no data.</param>
      <param name="isResponse">
        <see langword="true" /> if the message is a response to another message; 
            <see langword="false" />, otherwise.</param>
    </member>
    <member name="F:IrcDotNet.Ctcp.CtcpClient.CtcpMessage.Data">
      <summary>
            The data contained by the message.
            </summary>
    </member>
    <member name="F:IrcDotNet.Ctcp.CtcpClient.CtcpMessage.IsResponse">
      <summary>
        <see langword="true" /> if this message is a response to another message; <see langword="false" />,
            otherwise.
            </summary>
    </member>
    <member name="F:IrcDotNet.Ctcp.CtcpClient.CtcpMessage.Source">
      <summary>
            The user that sent the message.
            </summary>
    </member>
    <member name="F:IrcDotNet.Ctcp.CtcpClient.CtcpMessage.Tag">
      <summary>
            The tag of the message, that specifies the kind of data it contains or the type of the request.
            </summary>
    </member>
    <member name="F:IrcDotNet.Ctcp.CtcpClient.CtcpMessage.Targets">
      <summary>
            A list of users to which to send the message. 
            </summary>
    </member>
    <member name="M:IrcDotNet.Ctcp.CtcpClient.CtcpMessage.ToString">
      <summary>
            Returns a string representation of this instance.
            </summary>
      <returns>A string that represents this instance.</returns>
    </member>
    <member name="T:IrcDotNet.Ctcp.CtcpClient.MessageProcessor">
      <summary>
            Represents a method that processes <see cref="T:IrcDotNet.Ctcp.CtcpClient.CtcpMessage" /> objects.
            </summary>
      <param name="message">The message to be processed.</param>
    </member>
    <member name="T:IrcDotNet.Ctcp.CtcpErrorMessageReceivedEventArgs">
      <summary>
            Provides data for the <see cref="E:IrcDotNet.Ctcp.CtcpClient.ErrorMessageReceived" /> event.
            </summary>
    </member>
    <member name="M:IrcDotNet.Ctcp.CtcpErrorMessageReceivedEventArgs.#ctor(IrcDotNet.IrcUser,System.String)">
      <summary>
            Initializes a new instance of the <see cref="T:IrcDotNet.Ctcp.CtcpErrorMessageReceivedEventArgs" /> class,
            specifying that no error occurred.
            </summary>
      <param name="noErrorMessage">The message indicating that no error occurred.</param>
      <param name="user">
        <p style="color: #dc143c; font-size: 8.5pt; font-weight: bold;">[Missing &lt;param name="user"/&gt; documentation for "M:IrcDotNet.Ctcp.CtcpErrorMessageReceivedEventArgs.#ctor(IrcDotNet.IrcUser,System.String)"]</p>
      </param>
    </member>
    <member name="M:IrcDotNet.Ctcp.CtcpErrorMessageReceivedEventArgs.#ctor(IrcDotNet.IrcUser,System.String,System.String)">
      <summary>
            Initializes a new instance of the <see cref="T:IrcDotNet.Ctcp.CtcpErrorMessageReceivedEventArgs" /> class,
            specifying the query that failed with an error message.
            </summary>
      <param name="failedQuery">A string containing the query that failed.</param>
      <param name="errorMessage">The message describing the error that occurred for the remote user.</param>
      <param name="user">
        <p style="color: #dc143c; font-size: 8.5pt; font-weight: bold;">[Missing &lt;param name="user"/&gt; documentation for "M:IrcDotNet.Ctcp.CtcpErrorMessageReceivedEventArgs.#ctor(IrcDotNet.IrcUser,System.String,System.String)"]</p>
      </param>
    </member>
    <member name="P:IrcDotNet.Ctcp.CtcpErrorMessageReceivedEventArgs.ErrorMessage">
      <summary>
            Gets message describing the error that occurred for the remote user.
            </summary>
    </member>
    <member name="P:IrcDotNet.Ctcp.CtcpErrorMessageReceivedEventArgs.ErrorOccurred">
      <summary>
            Gets a value indicating whether an error occurred or the user confirmed that no error occurred.
            </summary>
    </member>
    <member name="P:IrcDotNet.Ctcp.CtcpErrorMessageReceivedEventArgs.FailedQuery">
      <summary>
            Gets a string containing the query that failed
            </summary>
    </member>
    <member name="T:IrcDotNet.Ctcp.CtcpMessageEventArgs">
      <summary>
            Provides data for events that are raised when a CTCP message or notice is sent or received.
            </summary>
    </member>
    <member name="M:IrcDotNet.Ctcp.CtcpMessageEventArgs.#ctor(IrcDotNet.IrcUser,System.Collections.Generic.IList{IrcDotNet.IIrcMessageTarget},System.String)">
      <summary>
            Initializes a new instance of the <see cref="T:IrcDotNet.Ctcp.CtcpMessageEventArgs" /> class.
            </summary>
      <param name="source">The source of the message.</param>
      <param name="targets">A list of the targets of the message.</param>
      <param name="text">The text of the message.</param>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="targets" /> is <see langword="null" />.</exception>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="text" /> is <see langword="null" />.</exception>
    </member>
    <member name="P:IrcDotNet.Ctcp.CtcpMessageEventArgs.Source">
      <summary>
            Gets the source of the message.
            </summary>
    </member>
    <member name="P:IrcDotNet.Ctcp.CtcpMessageEventArgs.Targets">
      <summary>
            Gets a list of the targets of the message.
            </summary>
    </member>
    <member name="P:IrcDotNet.Ctcp.CtcpMessageEventArgs.Text">
      <summary>
            Gets the text of the message.
            </summary>
    </member>
    <member name="T:IrcDotNet.Ctcp.CtcpPingResponseReceivedEventArgs">
      <summary>
            Provides data for the <see cref="E:IrcDotNet.Ctcp.CtcpClient.PingResponseReceived" /> event.
            </summary>
    </member>
    <member name="M:IrcDotNet.Ctcp.CtcpPingResponseReceivedEventArgs.#ctor(IrcDotNet.IrcUser,System.TimeSpan)">
      <summary>
            Initializes a new instance of the <see cref="T:IrcDotNet.Ctcp.CtcpPingResponseReceivedEventArgs" /> class.
            </summary>
      <param name="pingTime">The ping time.</param>
      <param name="user">
        <p style="color: #dc143c; font-size: 8.5pt; font-weight: bold;">[Missing &lt;param name="user"/&gt; documentation for "M:IrcDotNet.Ctcp.CtcpPingResponseReceivedEventArgs.#ctor(IrcDotNet.IrcUser,System.TimeSpan)"]</p>
      </param>
    </member>
    <member name="P:IrcDotNet.Ctcp.CtcpPingResponseReceivedEventArgs.PingTime">
      <summary>
            Gets the duration of time elapsed between the sending of the ping request and the receiving of the ping
            response.
            </summary>
    </member>
    <member name="T:IrcDotNet.Ctcp.CtcpRawMessageEventArgs">
      <summary>
            Provides data for the <see cref="E:IrcDotNet.Ctcp.CtcpClient.RawMessageSent" /> and
            <see cref="E:IrcDotNet.Ctcp.CtcpClient.RawMessageReceived" /> events.
            </summary>
    </member>
    <member name="M:IrcDotNet.Ctcp.CtcpRawMessageEventArgs.#ctor(IrcDotNet.Ctcp.CtcpClient.CtcpMessage)">
      <summary>
            Initializes a new instance of the <see cref="T:IrcDotNet.Ctcp.CtcpRawMessageEventArgs" /> class.
            </summary>
      <param name="message">The message that was sent/received.</param>
    </member>
    <member name="P:IrcDotNet.Ctcp.CtcpRawMessageEventArgs.Message">
      <summary>
            Gets the message that was sent/received by the client.
            </summary>
    </member>
    <member name="T:IrcDotNet.Ctcp.CtcpResponseReceivedEventArgs">
      <summary>
            Provides data for events that indicate a response to a CTCP request.
            </summary>
    </member>
    <member name="M:IrcDotNet.Ctcp.CtcpResponseReceivedEventArgs.#ctor(IrcDotNet.IrcUser)">
      <summary>
            Initializes a new instance of the <see cref="T:IrcDotNet.Ctcp.CtcpResponseReceivedEventArgs" /> class.
            </summary>
      <param name="user">The user from which the response was received.</param>
    </member>
    <member name="P:IrcDotNet.Ctcp.CtcpResponseReceivedEventArgs.User">
      <summary>
            Gets the user from which the response was received.
            </summary>
    </member>
    <member name="T:IrcDotNet.Ctcp.CtcpTimeResponseReceivedEventArgs">
      <summary>
            Provides data for the <see cref="E:IrcDotNet.Ctcp.CtcpClient.TimeResponseReceived" /> event.
            </summary>
    </member>
    <member name="M:IrcDotNet.Ctcp.CtcpTimeResponseReceivedEventArgs.#ctor(IrcDotNet.IrcUser,System.String)">
      <summary>
            Initializes a new instance of the <see cref="T:IrcDotNet.Ctcp.CtcpTimeResponseReceivedEventArgs" /> class.
            </summary>
      <param name="dateTime">The local date/time received from the user.</param>
      <param name="user">
        <p style="color: #dc143c; font-size: 8.5pt; font-weight: bold;">[Missing &lt;param name="user"/&gt; documentation for "M:IrcDotNet.Ctcp.CtcpTimeResponseReceivedEventArgs.#ctor(IrcDotNet.IrcUser,System.String)"]</p>
      </param>
    </member>
    <member name="P:IrcDotNet.Ctcp.CtcpTimeResponseReceivedEventArgs.DateTime">
      <summary>
            Gets the local date/time for the user.
            </summary>
    </member>
    <member name="T:IrcDotNet.Ctcp.CtcpVersionResponseReceivedEventArgs">
      <summary>
            Provides data for the <see cref="E:IrcDotNet.Ctcp.CtcpClient.VersionResponseReceived" /> event.
            </summary>
    </member>
    <member name="M:IrcDotNet.Ctcp.CtcpVersionResponseReceivedEventArgs.#ctor(IrcDotNet.IrcUser,System.String)">
      <summary>
            Initializes a new instance of the <see cref="T:IrcDotNet.Ctcp.CtcpVersionResponseReceivedEventArgs" /> class.
            </summary>
      <param name="versionInfo">The information about the client version.</param>
      <param name="user">
        <p style="color: #dc143c; font-size: 8.5pt; font-weight: bold;">[Missing &lt;param name="user"/&gt; documentation for "M:IrcDotNet.Ctcp.CtcpVersionResponseReceivedEventArgs.#ctor(IrcDotNet.IrcUser,System.String)"]</p>
      </param>
    </member>
    <member name="P:IrcDotNet.Ctcp.CtcpVersionResponseReceivedEventArgs.VersionInfo">
      <summary>
            Gets the information about the client version of the user.
            </summary>
    </member>
  </members>
</doc>