NestedModules/AzureAD/RestSharp.xml
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 |
<?xml version="1.0"?>
<doc> <assembly> <name>RestSharp</name> </assembly> <members> <member name="T:RestSharp.Authenticators.JwtAuthenticator"> <summary> JSON WEB TOKEN (JWT) Authenticator class. <remarks>https://tools.ietf.org/html/draft-ietf-oauth-json-web-token</remarks> </summary> </member> <member name="T:RestSharp.Authenticators.NtlmAuthenticator"> <summary> Tries to Authenticate with the credentials of the currently logged in user, or impersonate a user </summary> </member> <member name="M:RestSharp.Authenticators.NtlmAuthenticator.#ctor"> <summary> Authenticate with the credentials of the currently logged in user </summary> </member> <member name="M:RestSharp.Authenticators.NtlmAuthenticator.#ctor(System.String,System.String)"> <summary> Authenticate by impersonation </summary> <param name="username"></param> <param name="password"></param> </member> <member name="M:RestSharp.Authenticators.NtlmAuthenticator.#ctor(System.Net.ICredentials)"> <summary> Authenticate by impersonation, using an existing <c>ICredentials</c> instance </summary> <param name="credentials"></param> </member> <member name="T:RestSharp.Authenticators.OAuth1Authenticator"> <seealso href="http://tools.ietf.org/html/rfc5849"/> </member> <member name="T:RestSharp.Authenticators.OAuth2Authenticator"> <summary> Base class for OAuth 2 Authenticators. </summary> <remarks> Since there are many ways to authenticate in OAuth2, this is used as a base class to differentiate between other authenticators. Any other OAuth2 authenticators must derive from this abstract class. </remarks> </member> <member name="F:RestSharp.Authenticators.OAuth2Authenticator.accessToken"> <summary> Access token to be used when authenticating. </summary> </member> <member name="M:RestSharp.Authenticators.OAuth2Authenticator.#ctor(System.String)"> <summary> Initializes a new instance of the <see cref="T:RestSharp.Authenticators.OAuth2Authenticator"/> class. </summary> <param name="accessToken"> The access token. </param> </member> <member name="P:RestSharp.Authenticators.OAuth2Authenticator.AccessToken"> <summary> Gets the access token. </summary> </member> <member name="T:RestSharp.Authenticators.OAuth2UriQueryParameterAuthenticator"> <summary> The OAuth 2 authenticator using URI query parameter. </summary> <remarks> Based on http://tools.ietf.org/html/draft-ietf-oauth-v2-10#section-5.1.2 </remarks> </member> <member name="M:RestSharp.Authenticators.OAuth2UriQueryParameterAuthenticator.#ctor(System.String)"> <summary> Initializes a new instance of the <see cref="T:RestSharp.Authenticators.OAuth2UriQueryParameterAuthenticator"/> class. </summary> <param name="accessToken"> The access token. </param> </member> <member name="T:RestSharp.Authenticators.OAuth2AuthorizationRequestHeaderAuthenticator"> <summary> The OAuth 2 authenticator using the authorization request header field. </summary> <remarks> Based on http://tools.ietf.org/html/draft-ietf-oauth-v2-10#section-5.1.1 </remarks> </member> <member name="F:RestSharp.Authenticators.OAuth2AuthorizationRequestHeaderAuthenticator.authorizationValue"> <summary> Stores the Authorization header value as "[tokenType] accessToken". used for performance. </summary> </member> <member name="M:RestSharp.Authenticators.OAuth2AuthorizationRequestHeaderAuthenticator.#ctor(System.String)"> <summary> Initializes a new instance of the <see cref="T:RestSharp.Authenticators.OAuth2AuthorizationRequestHeaderAuthenticator"/> class. </summary> <param name="accessToken"> The access token. </param> </member> <member name="M:RestSharp.Authenticators.OAuth2AuthorizationRequestHeaderAuthenticator.#ctor(System.String,System.String)"> <summary> Initializes a new instance of the <see cref="T:RestSharp.Authenticators.OAuth2AuthorizationRequestHeaderAuthenticator"/> class. </summary> <param name="accessToken"> The access token. </param> <param name="tokenType"> The token type. </param> </member> <member name="F:RestSharp.Authenticators.OAuth.OAuthTools.encoding"> <summary> All text parameters are UTF-8 encoded (per section 5.1). </summary> <seealso cref="!:http://www.hueniverse.com/hueniverse/2008/10/beginners-gui-1.html"/> </member> <member name="M:RestSharp.Authenticators.OAuth.OAuthTools.GetNonce"> <summary> Generates a random 16-byte lowercase alphanumeric string. </summary> <seealso cref="!:http://oauth.net/core/1.0#nonce"/> <returns></returns> </member> <member name="M:RestSharp.Authenticators.OAuth.OAuthTools.GetTimestamp"> <summary> Generates a timestamp based on the current elapsed seconds since '01/01/1970 0000 GMT" </summary> <seealso cref="!:http://oauth.net/core/1.0#nonce"/> <returns></returns> </member> <member name="M:RestSharp.Authenticators.OAuth.OAuthTools.GetTimestamp(System.DateTime)"> <summary> Generates a timestamp based on the elapsed seconds of a given time since '01/01/1970 0000 GMT" </summary> <seealso cref="!:http://oauth.net/core/1.0#nonce"/> <param name="dateTime">A specified point in time.</param> <returns></returns> </member> <member name="F:RestSharp.Authenticators.OAuth.OAuthTools.uriRfc3986CharsToEscape"> <summary> The set of characters that are unreserved in RFC 2396 but are NOT unreserved in RFC 3986. </summary> <seealso cref="!:http://stackoverflow.com/questions/846487/how-to-get-uri-escapedatastring-to-comply-with-rfc-3986"/> </member> <member name="M:RestSharp.Authenticators.OAuth.OAuthTools.UrlEncodeRelaxed(System.String)"> <summary> URL encodes a string based on section 5.1 of the OAuth spec. Namely, percent encoding with [RFC3986], avoiding unreserved characters, upper-casing hexadecimal characters, and UTF-8 encoding for text value pairs. </summary> <param name="value">The value to escape.</param> <returns>The escaped value.</returns> <remarks> The <see cref="M:System.Uri.EscapeDataString(System.String)"/> method is <i>supposed</i> to take on RFC 3986 behavior if certain elements are present in a .config file. Even if this actually worked (which in my experiments it <i>doesn't</i>), we can't rely on every host actually having this configuration element present. </remarks> <seealso cref="!:http://oauth.net/core/1.0#encoding_parameters"/> <seealso cref="!:http://stackoverflow.com/questions/846487/how-to-get-uri-escapedatastring-to-comply-with-rfc-3986"/> </member> <member name="M:RestSharp.Authenticators.OAuth.OAuthTools.UrlEncodeStrict(System.String)"> <summary> URL encodes a string based on section 5.1 of the OAuth spec. Namely, percent encoding with [RFC3986], avoiding unreserved characters, upper-casing hexadecimal characters, and UTF-8 encoding for text value pairs. </summary> <param name="value"></param> <seealso cref="!:http://oauth.net/core/1.0#encoding_parameters"/> </member> <member name="M:RestSharp.Authenticators.OAuth.OAuthTools.NormalizeRequestParameters(RestSharp.Authenticators.OAuth.WebParameterCollection)"> <summary> Sorts a collection of key-value pairs by name, and then value if equal, concatenating them into a single string. This string should be encoded prior to, or after normalization is run. </summary> <seealso cref="!:http://oauth.net/core/1.0#rfc.section.9.1.1"/> <param name="parameters"></param> <returns></returns> </member> <member name="M:RestSharp.Authenticators.OAuth.OAuthTools.SortParametersExcludingSignature(RestSharp.Authenticators.OAuth.WebParameterCollection)"> <summary> Sorts a <see cref="T:RestSharp.Authenticators.OAuth.WebParameterCollection"/> by name, and then value if equal. </summary> <param name="parameters">A collection of parameters to sort</param> <returns>A sorted parameter collection</returns> </member> <member name="M:RestSharp.Authenticators.OAuth.OAuthTools.ConstructRequestUrl(System.Uri)"> <summary> Creates a request URL suitable for making OAuth requests. Resulting URLs must exclude port 80 or port 443 when accompanied by HTTP and HTTPS, respectively. Resulting URLs must be lower case. </summary> <seealso cref="!:http://oauth.net/core/1.0#rfc.section.9.1.2"/> <param name="url">The original request URL</param> <returns></returns> </member> <member name="M:RestSharp.Authenticators.OAuth.OAuthTools.ConcatenateRequestElements(System.String,System.String,RestSharp.Authenticators.OAuth.WebParameterCollection)"> <summary> Creates a request elements concatentation value to send with a request. This is also known as the signature base. </summary> <seealso cref="!:http://oauth.net/core/1.0#rfc.section.9.1.3"/> <seealso cref="!:http://oauth.net/core/1.0#sig_base_example"/> <param name="method">The request's HTTP method type</param> <param name="url">The request URL</param> <param name="parameters">The request's parameters</param> <returns>A signature base string</returns> </member> <member name="M:RestSharp.Authenticators.OAuth.OAuthTools.GetSignature(RestSharp.Authenticators.OAuth.OAuthSignatureMethod,System.String,System.String)"> <summary> Creates a signature value given a signature base and the consumer secret. This method is used when the token secret is currently unknown. </summary> <seealso cref="!:http://oauth.net/core/1.0#rfc.section.9.2"/> <param name="signatureMethod">The hashing method</param> <param name="signatureBase">The signature base</param> <param name="consumerSecret">The consumer key</param> <returns></returns> </member> <member name="M:RestSharp.Authenticators.OAuth.OAuthTools.GetSignature(RestSharp.Authenticators.OAuth.OAuthSignatureMethod,RestSharp.Authenticators.OAuth.OAuthSignatureTreatment,System.String,System.String)"> <summary> Creates a signature value given a signature base and the consumer secret. This method is used when the token secret is currently unknown. </summary> <seealso cref="!:http://oauth.net/core/1.0#rfc.section.9.2"/> <param name="signatureMethod">The hashing method</param> <param name="signatureTreatment">The treatment to use on a signature value</param> <param name="signatureBase">The signature base</param> <param name="consumerSecret">The consumer key</param> <returns></returns> </member> <member name="M:RestSharp.Authenticators.OAuth.OAuthTools.GetSignature(RestSharp.Authenticators.OAuth.OAuthSignatureMethod,System.String,System.String,System.String)"> <summary> Creates a signature value given a signature base and the consumer secret and a known token secret. </summary> <seealso cref="!:http://oauth.net/core/1.0#rfc.section.9.2"/> <param name="signatureMethod">The hashing method</param> <param name="signatureBase">The signature base</param> <param name="consumerSecret">The consumer secret</param> <param name="tokenSecret">The token secret</param> <returns></returns> </member> <member name="M:RestSharp.Authenticators.OAuth.OAuthTools.GetSignature(RestSharp.Authenticators.OAuth.OAuthSignatureMethod,RestSharp.Authenticators.OAuth.OAuthSignatureTreatment,System.String,System.String,System.String)"> <summary> Creates a signature value given a signature base and the consumer secret and a known token secret. </summary> <seealso cref="!:http://oauth.net/core/1.0#rfc.section.9.2"/> <param name="signatureMethod">The hashing method</param> <param name="signatureTreatment">The treatment to use on a signature value</param> <param name="signatureBase">The signature base</param> <param name="consumerSecret">The consumer secret</param> <param name="tokenSecret">The token secret</param> <returns></returns> </member> <member name="T:RestSharp.Authenticators.OAuth.OAuthWorkflow"> <summary> A class to encapsulate OAuth authentication flow. <seealso cref="!:http://oauth.net/core/1.0#anchor9"/> </summary> </member> <member name="M:RestSharp.Authenticators.OAuth.OAuthWorkflow.BuildRequestTokenInfo(System.String)"> <summary> Generates a <see cref="T:RestSharp.Authenticators.OAuth.OAuthWebQueryInfo"/> instance to pass to an <see cref="T:RestSharp.Authenticators.IAuthenticator"/> for the purpose of requesting an unauthorized request token. </summary> <param name="method">The HTTP method for the intended request</param> <seealso cref="!:http://oauth.net/core/1.0#anchor9"/> <returns></returns> </member> <member name="M:RestSharp.Authenticators.OAuth.OAuthWorkflow.BuildRequestTokenInfo(System.String,RestSharp.Authenticators.OAuth.WebParameterCollection)"> <summary> Generates a <see cref="T:RestSharp.Authenticators.OAuth.OAuthWebQueryInfo"/> instance to pass to an <see cref="T:RestSharp.Authenticators.IAuthenticator"/> for the purpose of requesting an unauthorized request token. </summary> <param name="method">The HTTP method for the intended request</param> <param name="parameters">Any existing, non-OAuth query parameters desired in the request</param> <seealso cref="!:http://oauth.net/core/1.0#anchor9"/> <returns></returns> </member> <member name="M:RestSharp.Authenticators.OAuth.OAuthWorkflow.BuildAccessTokenInfo(System.String)"> <summary> Generates a <see cref="T:RestSharp.Authenticators.OAuth.OAuthWebQueryInfo"/> instance to pass to an <see cref="T:RestSharp.Authenticators.IAuthenticator"/> for the purpose of exchanging a request token for an access token authorized by the user at the Service Provider site. </summary> <param name="method">The HTTP method for the intended request</param> <seealso cref="!:http://oauth.net/core/1.0#anchor9"/> </member> <member name="M:RestSharp.Authenticators.OAuth.OAuthWorkflow.BuildAccessTokenInfo(System.String,RestSharp.Authenticators.OAuth.WebParameterCollection)"> <summary> Generates a <see cref="T:RestSharp.Authenticators.OAuth.OAuthWebQueryInfo"/> instance to pass to an <see cref="T:RestSharp.Authenticators.IAuthenticator"/> for the purpose of exchanging a request token for an access token authorized by the user at the Service Provider site. </summary> <param name="method">The HTTP method for the intended request</param> <seealso cref="!:http://oauth.net/core/1.0#anchor9"/> <param name="parameters">Any existing, non-OAuth query parameters desired in the request</param> </member> <member name="M:RestSharp.Authenticators.OAuth.OAuthWorkflow.BuildClientAuthAccessTokenInfo(System.String,RestSharp.Authenticators.OAuth.WebParameterCollection)"> <summary> Generates a <see cref="T:RestSharp.Authenticators.OAuth.OAuthWebQueryInfo"/> instance to pass to an <see cref="T:RestSharp.Authenticators.IAuthenticator"/> for the purpose of exchanging user credentials for an access token authorized by the user at the Service Provider site. </summary> <param name="method">The HTTP method for the intended request</param> <seealso cref="!:http://tools.ietf.org/html/draft-dehora-farrell-oauth-accesstoken-creds-00#section-4"/> <param name="parameters">Any existing, non-OAuth query parameters desired in the request</param> </member> <member name="P:RestSharp.Authenticators.OAuth.OAuthWorkflow.RequestTokenUrl"> <seealso cref="!:http://oauth.net/core/1.0#request_urls"/> </member> <member name="P:RestSharp.Authenticators.OAuth.OAuthWorkflow.AccessTokenUrl"> <seealso cref="!:http://oauth.net/core/1.0#request_urls"/> </member> <member name="P:RestSharp.Authenticators.OAuth.OAuthWorkflow.AuthorizationUrl"> <seealso cref="!:http://oauth.net/core/1.0#request_urls"/> </member> <member name="T:RestSharp.Deserializers.DeserializeAsAttribute"> <summary> Allows control how class and property names and values are deserialized by XmlAttributeDeserializer </summary> </member> <member name="P:RestSharp.Deserializers.DeserializeAsAttribute.Name"> <summary> The name to use for the serialized element </summary> </member> <member name="P:RestSharp.Deserializers.DeserializeAsAttribute.Attribute"> <summary> Sets if the property to Deserialize is an Attribute or Element (Default: false) </summary> </member> <member name="T:RestSharp.Deserializers.DotNetXmlDeserializer"> <summary> Wrapper for System.Xml.Serialization.XmlSerializer. </summary> </member> <member name="T:RestSharp.ParameterType"> <summary> Types of parameters that can be added to requests </summary> </member> <member name="T:RestSharp.DataFormat"> <summary> Data formats </summary> </member> <member name="T:RestSharp.Method"> <summary> HTTP method to use when making requests </summary> </member> <member name="T:RestSharp.DateFormat"> <summary> Format strings for commonly-used date formats </summary> </member> <member name="F:RestSharp.DateFormat.ISO_8601"> <summary> .NET format string for ISO 8601 date format </summary> </member> <member name="F:RestSharp.DateFormat.ROUND_TRIP"> <summary> .NET format string for roundtrip date format </summary> </member> <member name="T:RestSharp.ResponseStatus"> <summary> Status for responses (surprised?) </summary> </member> <member name="T:RestSharp.Extensions.MiscExtensions"> <summary> Extension method overload! </summary> </member> <member name="M:RestSharp.Extensions.MiscExtensions.SaveAs(System.Byte[],System.String)"> <summary> Save a byte array to a file </summary> <param name="input">Bytes to save</param> <param name="path">Full path to save file to</param> </member> <member name="M:RestSharp.Extensions.MiscExtensions.ReadAsBytes(System.IO.Stream)"> <summary> Read a stream into a byte array </summary> <param name="input">Stream to read</param> <returns>byte[]</returns> </member> <member name="M:RestSharp.Extensions.MiscExtensions.CopyTo(System.IO.Stream,System.IO.Stream)"> <summary> Copies bytes from one stream to another </summary> <param name="input">The input stream.</param> <param name="output">The output stream.</param> </member> <member name="M:RestSharp.Extensions.MiscExtensions.AsString(System.Byte[])"> <summary> Converts a byte array to a string, using its byte order mark to convert it to the right encoding. http://www.shrinkrays.net/code-snippets/csharp/an-extension-method-for-converting-a-byte-array-to-a-string.aspx </summary> <param name="buffer">An array of bytes to convert</param> <returns>The byte as a string.</returns> </member> <member name="M:RestSharp.Extensions.MonoHttp.HttpUtility.HtmlDecode(System.String)"> <summary> Decodes an HTML-encoded string and returns the decoded string. </summary> <param name="s">The HTML string to decode. </param> <returns>The decoded text.</returns> </member> <member name="M:RestSharp.Extensions.MonoHttp.HttpUtility.HtmlDecode(System.String,System.IO.TextWriter)"> <summary> Decodes an HTML-encoded string and sends the resulting output to a TextWriter output stream. </summary> <param name="s">The HTML string to decode</param> <param name="output">The TextWriter output stream containing the decoded string. </param> </member> <member name="M:RestSharp.Extensions.MonoHttp.HttpUtility.HtmlEncode(System.String,System.IO.TextWriter)"> <summary> HTML-encodes a string and sends the resulting output to a TextWriter output stream. </summary> <param name="s">The string to encode. </param> <param name="output">The TextWriter output stream containing the encoded string. </param> </member> <member name="T:RestSharp.Extensions.ReflectionExtensions"> <summary> Reflection extensions </summary> </member> <member name="M:RestSharp.Extensions.ReflectionExtensions.GetAttribute``1(System.Reflection.MemberInfo)"> <summary> Retrieve an attribute from a member (property) </summary> <typeparam name="T">Type of attribute to retrieve</typeparam> <param name="prop">Member to retrieve attribute from</param> <returns></returns> </member> <member name="M:RestSharp.Extensions.ReflectionExtensions.GetAttribute``1(System.Type)"> <summary> Retrieve an attribute from a type </summary> <typeparam name="T">Type of attribute to retrieve</typeparam> <param name="type">Type to retrieve attribute from</param> <returns></returns> </member> <member name="M:RestSharp.Extensions.ReflectionExtensions.IsSubclassOfRawGeneric(System.Type,System.Type)"> <summary> Checks a type to see if it derives from a raw generic (e.g. List[[]]) </summary> <param name="toCheck"></param> <param name="generic"></param> <returns></returns> </member> <member name="M:RestSharp.Extensions.ReflectionExtensions.FindEnumValue(System.Type,System.String,System.Globalization.CultureInfo)"> <summary> Find a value from a System.Enum by trying several possible variants of the string value of the enum. </summary> <param name="type">Type of enum</param> <param name="value">Value for which to search</param> <param name="culture">The culture used to calculate the name variants</param> <returns></returns> </member> <member name="M:RestSharp.Extensions.ResponseStatusExtensions.ToWebException(RestSharp.ResponseStatus)"> <summary> Convert a <see cref="T:RestSharp.ResponseStatus"/> to a <see cref="T:System.Net.WebException"/> instance. </summary> <param name="responseStatus">The response status.</param> <returns></returns> <exception cref="T:System.ArgumentOutOfRangeException">responseStatus</exception> </member> <member name="M:RestSharp.Extensions.StringExtensions.UrlEncode(System.String)"> <summary> Uses Uri.EscapeDataString() based on recommendations on MSDN http://blogs.msdn.com/b/yangxind/archive/2006/11/09/don-t-use-net-system-uri-unescapedatastring-in-url-decoding.aspx </summary> </member> <member name="M:RestSharp.Extensions.StringExtensions.HasValue(System.String)"> <summary> Check that a string is not null or empty </summary> <param name="input">String to check</param> <returns>bool</returns> </member> <member name="M:RestSharp.Extensions.StringExtensions.RemoveUnderscoresAndDashes(System.String)"> <summary> Remove underscores from a string </summary> <param name="input">String to process</param> <returns>string</returns> </member> <member name="M:RestSharp.Extensions.StringExtensions.ParseJsonDate(System.String,System.Globalization.CultureInfo)"> <summary> Parses most common JSON date formats </summary> <param name="input">JSON value to parse</param> <param name="culture"></param> <returns>DateTime</returns> </member> <member name="M:RestSharp.Extensions.StringExtensions.RemoveSurroundingQuotes(System.String)"> <summary> Remove leading and trailing " from a string </summary> <param name="input">String to parse</param> <returns>String</returns> </member> <member name="M:RestSharp.Extensions.StringExtensions.Matches(System.String,System.String)"> <summary> Checks a string to see if it matches a regex </summary> <param name="input">String to check</param> <param name="pattern">Pattern to match</param> <returns>bool</returns> </member> <member name="M:RestSharp.Extensions.StringExtensions.ToPascalCase(System.String,System.Globalization.CultureInfo)"> <summary> Converts a string to pascal case </summary> <param name="lowercaseAndUnderscoredWord">String to convert</param> <param name="culture"></param> <returns>string</returns> </member> <member name="M:RestSharp.Extensions.StringExtensions.ToPascalCase(System.String,System.Boolean,System.Globalization.CultureInfo)"> <summary> Converts a string to pascal case with the option to remove underscores </summary> <param name="text">String to convert</param> <param name="removeUnderscores">Option to remove underscores</param> <param name="culture"></param> <returns></returns> </member> <member name="M:RestSharp.Extensions.StringExtensions.ToCamelCase(System.String,System.Globalization.CultureInfo)"> <summary> Converts a string to camel case </summary> <param name="lowercaseAndUnderscoredWord">String to convert</param> <param name="culture"></param> <returns>String</returns> </member> <member name="M:RestSharp.Extensions.StringExtensions.MakeInitialLowerCase(System.String)"> <summary> Convert the first letter of a string to lower case </summary> <param name="word">String to convert</param> <returns>string</returns> </member> <member name="M:RestSharp.Extensions.StringExtensions.IsUpperCase(System.String)"> <summary> Checks to see if a string is all uppper case </summary> <param name="inputString">String to check</param> <returns>bool</returns> </member> <member name="M:RestSharp.Extensions.StringExtensions.AddUnderscores(System.String)"> <summary> Add underscores to a pascal-cased string </summary> <param name="pascalCasedWord">String to convert</param> <returns>string</returns> </member> <member name="M:RestSharp.Extensions.StringExtensions.AddDashes(System.String)"> <summary> Add dashes to a pascal-cased string </summary> <param name="pascalCasedWord">String to convert</param> <returns>string</returns> </member> <member name="M:RestSharp.Extensions.StringExtensions.AddUnderscorePrefix(System.String)"> <summary> Add an undescore prefix to a pascasl-cased string </summary> <param name="pascalCasedWord"></param> <returns></returns> </member> <member name="M:RestSharp.Extensions.StringExtensions.AddSpaces(System.String)"> <summary> Add spaces to a pascal-cased string </summary> <param name="pascalCasedWord">String to convert</param> <returns>string</returns> </member> <member name="M:RestSharp.Extensions.StringExtensions.GetNameVariants(System.String,System.Globalization.CultureInfo)"> <summary> Return possible variants of a name for name matching. </summary> <param name="name">String to convert</param> <param name="culture">The culture to use for conversion</param> <returns>IEnumerable<string></returns> </member> <member name="T:RestSharp.Extensions.XmlExtensions"> <summary> XML Extension Methods </summary> </member> <member name="M:RestSharp.Extensions.XmlExtensions.AsNamespaced(System.String,System.String)"> <summary> Returns the name of an element with the namespace if specified </summary> <param name="name">Element name</param> <param name="namespace">XML Namespace</param> <returns></returns> </member> <member name="T:RestSharp.FileParameter"> <summary> Container for files to be uploaded with requests </summary> </member> <member name="M:RestSharp.FileParameter.Create(System.String,System.Byte[],System.String,System.String)"> <summary> Creates a file parameter from an array of bytes. </summary> <param name="name">The parameter name to use in the request.</param> <param name="data">The data to use as the file's contents.</param> <param name="filename">The filename to use in the request.</param> <param name="contentType">The content type to use in the request.</param> <returns>The <see cref="T:RestSharp.FileParameter"/></returns> </member> <member name="M:RestSharp.FileParameter.Create(System.String,System.Byte[],System.String)"> <summary> Creates a file parameter from an array of bytes. </summary> <param name="name">The parameter name to use in the request.</param> <param name="data">The data to use as the file's contents.</param> <param name="filename">The filename to use in the request.</param> <returns>The <see cref="T:RestSharp.FileParameter"/> using the default content type.</returns> </member> <member name="P:RestSharp.FileParameter.ContentLength"> <summary> The length of data to be sent </summary> </member> <member name="P:RestSharp.FileParameter.Writer"> <summary> Provides raw data for file </summary> </member> <member name="P:RestSharp.FileParameter.FileName"> <summary> Name of the file to use when uploading </summary> </member> <member name="P:RestSharp.FileParameter.ContentType"> <summary> MIME content type of file </summary> </member> <member name="P:RestSharp.FileParameter.Name"> <summary> Name of the parameter </summary> </member> <member name="T:RestSharp.Http"> <summary> HttpWebRequest wrapper (async methods) </summary> <summary> HttpWebRequest wrapper </summary> <summary> HttpWebRequest wrapper (sync methods) </summary> </member> <member name="P:RestSharp.IHttp.AlwaysMultipartFormData"> <summary> Always send a multipart/form-data request - even when no Files are present. </summary> </member> <member name="P:RestSharp.IHttp.RequestBodyBytes"> <summary> An alternative to RequestBody, for when the caller already has the byte array. </summary> </member> <member name="M:RestSharp.Http.AsPostAsync(System.Action{RestSharp.HttpResponse},System.String)"> <summary> Execute an async POST-style request with the specified HTTP Method. </summary> <param name="action"></param> <param name="httpMethod">The HTTP method to execute.</param> <returns></returns> </member> <member name="M:RestSharp.Http.AsGetAsync(System.Action{RestSharp.HttpResponse},System.String)"> <summary> Execute an async GET-style request with the specified HTTP Method. </summary> <param name="action"></param> <param name="httpMethod">The HTTP method to execute.</param> <returns></returns> </member> <member name="M:RestSharp.Http.Create"> <summary> Creates an IHttp </summary> <returns></returns> </member> <member name="M:RestSharp.Http.#ctor"> <summary> Default constructor </summary> </member> <member name="M:RestSharp.Http.Post"> <summary> Execute a POST request </summary> </member> <member name="M:RestSharp.Http.Put"> <summary> Execute a PUT request </summary> </member> <member name="M:RestSharp.Http.Get"> <summary> Execute a GET request </summary> </member> <member name="M:RestSharp.Http.Head"> <summary> Execute a HEAD request </summary> </member> <member name="M:RestSharp.Http.Options"> <summary> Execute an OPTIONS request </summary> </member> <member name="M:RestSharp.Http.Delete"> <summary> Execute a DELETE request </summary> </member> <member name="M:RestSharp.Http.Patch"> <summary> Execute a PATCH request </summary> </member> <member name="M:RestSharp.Http.Merge"> <summary> Execute a MERGE request </summary> </member> <member name="M:RestSharp.Http.AsGet(System.String)"> <summary> Execute a GET-style request with the specified HTTP Method. </summary> <param name="httpMethod">The HTTP method to execute.</param> <returns></returns> </member> <member name="M:RestSharp.Http.AsPost(System.String)"> <summary> Execute a POST-style request with the specified HTTP Method. </summary> <param name="httpMethod">The HTTP method to execute.</param> <returns></returns> </member> <member name="P:RestSharp.Http.HasParameters"> <summary> True if this HTTP request has any HTTP parameters </summary> </member> <member name="P:RestSharp.Http.HasCookies"> <summary> True if this HTTP request has any HTTP cookies </summary> </member> <member name="P:RestSharp.Http.HasBody"> <summary> True if a request body has been specified </summary> </member> <member name="P:RestSharp.Http.HasFiles"> <summary> True if files have been set to be uploaded </summary> </member> <member name="P:RestSharp.Http.AlwaysMultipartFormData"> <summary> Always send a multipart/form-data request - even when no Files are present. </summary> </member> <member name="P:RestSharp.Http.UserAgent"> <summary> UserAgent to be sent with request </summary> </member> <member name="P:RestSharp.Http.Timeout"> <summary> Timeout in milliseconds to be used for the request </summary> </member> <member name="P:RestSharp.Http.ReadWriteTimeout"> <summary> The number of milliseconds before the writing or reading times out. </summary> </member> <member name="P:RestSharp.Http.Credentials"> <summary> System.Net.ICredentials to be sent with request </summary> </member> <member name="P:RestSharp.Http.CookieContainer"> <summary> The System.Net.CookieContainer to be used for the request </summary> </member> <member name="P:RestSharp.Http.ResponseWriter"> <summary> The method to use to write the response instead of reading into RawBytes </summary> </member> <member name="P:RestSharp.Http.Files"> <summary> Collection of files to be sent with request </summary> </member> <member name="P:RestSharp.Http.FollowRedirects"> <summary> Whether or not HTTP 3xx response redirects should be automatically followed </summary> </member> <member name="P:RestSharp.Http.ClientCertificates"> <summary> X509CertificateCollection to be sent with request </summary> </member> <member name="P:RestSharp.Http.MaxRedirects"> <summary> Maximum number of automatic redirects to follow if FollowRedirects is true </summary> </member> <member name="P:RestSharp.Http.UseDefaultCredentials"> <summary> Determine whether or not the "default credentials" (e.g. the user account under which the current process is running) will be sent along to the server. </summary> </member> <member name="P:RestSharp.Http.Headers"> <summary> HTTP headers to be sent with request </summary> </member> <member name="P:RestSharp.Http.Parameters"> <summary> HTTP parameters (QueryString or Form values) to be sent with request </summary> </member> <member name="P:RestSharp.Http.Cookies"> <summary> HTTP cookies to be sent with request </summary> </member> <member name="P:RestSharp.Http.RequestBody"> <summary> Request body to be sent with request </summary> </member> <member name="P:RestSharp.Http.RequestContentType"> <summary> Content type of the request body. </summary> </member> <member name="P:RestSharp.Http.RequestBodyBytes"> <summary> An alternative to RequestBody, for when the caller already has the byte array. </summary> </member> <member name="P:RestSharp.Http.Url"> <summary> URL to call for this request </summary> </member> <member name="P:RestSharp.Http.PreAuthenticate"> <summary> Flag to send authorisation header with the HttpWebRequest </summary> </member> <member name="P:RestSharp.Http.Proxy"> <summary> Proxy info to be sent with request </summary> </member> <member name="P:RestSharp.Http.CachePolicy"> <summary> Caching policy for requests created with this wrapper. </summary> </member> <member name="T:RestSharp.HttpCookie"> <summary> Representation of an HTTP cookie </summary> </member> <member name="P:RestSharp.HttpCookie.Comment"> <summary> Comment of the cookie </summary> </member> <member name="P:RestSharp.HttpCookie.CommentUri"> <summary> Comment of the cookie </summary> </member> <member name="P:RestSharp.HttpCookie.Discard"> <summary> Indicates whether the cookie should be discarded at the end of the session </summary> </member> <member name="P:RestSharp.HttpCookie.Domain"> <summary> Domain of the cookie </summary> </member> <member name="P:RestSharp.HttpCookie.Expired"> <summary> Indicates whether the cookie is expired </summary> </member> <member name="P:RestSharp.HttpCookie.Expires"> <summary> Date and time that the cookie expires </summary> </member> <member name="P:RestSharp.HttpCookie.HttpOnly"> <summary> Indicates that this cookie should only be accessed by the server </summary> </member> <member name="P:RestSharp.HttpCookie.Name"> <summary> Name of the cookie </summary> </member> <member name="P:RestSharp.HttpCookie.Path"> <summary> Path of the cookie </summary> </member> <member name="P:RestSharp.HttpCookie.Port"> <summary> Port of the cookie </summary> </member> <member name="P:RestSharp.HttpCookie.Secure"> <summary> Indicates that the cookie should only be sent over secure channels </summary> </member> <member name="P:RestSharp.HttpCookie.TimeStamp"> <summary> Date and time the cookie was created </summary> </member> <member name="P:RestSharp.HttpCookie.Value"> <summary> Value of the cookie </summary> </member> <member name="P:RestSharp.HttpCookie.Version"> <summary> Version of the cookie </summary> </member> <member name="T:RestSharp.HttpFile"> <summary> Container for HTTP file </summary> </member> <member name="P:RestSharp.HttpFile.ContentLength"> <summary> The length of data to be sent </summary> </member> <member name="P:RestSharp.HttpFile.Writer"> <summary> Provides raw data for file </summary> </member> <member name="P:RestSharp.HttpFile.FileName"> <summary> Name of the file to use when uploading </summary> </member> <member name="P:RestSharp.HttpFile.ContentType"> <summary> MIME content type of file </summary> </member> <member name="P:RestSharp.HttpFile.Name"> <summary> Name of the parameter </summary> </member> <member name="T:RestSharp.HttpHeader"> <summary> Representation of an HTTP header </summary> </member> <member name="P:RestSharp.HttpHeader.Name"> <summary> Name of the header </summary> </member> <member name="P:RestSharp.HttpHeader.Value"> <summary> Value of the header </summary> </member> <member name="T:RestSharp.HttpParameter"> <summary> Representation of an HTTP parameter (QueryString or Form value) </summary> </member> <member name="P:RestSharp.HttpParameter.Name"> <summary> Name of the parameter </summary> </member> <member name="P:RestSharp.HttpParameter.Value"> <summary> Value of the parameter </summary> </member> <member name="P:RestSharp.HttpParameter.ContentType"> <summary> Content-Type of the parameter </summary> </member> <member name="T:RestSharp.HttpResponse"> <summary> HTTP response data </summary> </member> <member name="T:RestSharp.IHttpResponse"> <summary> HTTP response data </summary> </member> <member name="P:RestSharp.IHttpResponse.ContentType"> <summary> MIME content type of response </summary> </member> <member name="P:RestSharp.IHttpResponse.ContentLength"> <summary> Length in bytes of the response content </summary> </member> <member name="P:RestSharp.IHttpResponse.ContentEncoding"> <summary> Encoding of the response content </summary> </member> <member name="P:RestSharp.IHttpResponse.Content"> <summary> String representation of response content </summary> </member> <member name="P:RestSharp.IHttpResponse.StatusCode"> <summary> HTTP response status code </summary> </member> <member name="P:RestSharp.IHttpResponse.StatusDescription"> <summary> Description of HTTP status returned </summary> </member> <member name="P:RestSharp.IHttpResponse.RawBytes"> <summary> Response content </summary> </member> <member name="P:RestSharp.IHttpResponse.ResponseUri"> <summary> The URL that actually responded to the content (different from request if redirected) </summary> </member> <member name="P:RestSharp.IHttpResponse.Server"> <summary> HttpWebResponse.Server </summary> </member> <member name="P:RestSharp.IHttpResponse.Headers"> <summary> Headers returned by server with the response </summary> </member> <member name="P:RestSharp.IHttpResponse.Cookies"> <summary> Cookies returned by server with the response </summary> </member> <member name="P:RestSharp.IHttpResponse.ResponseStatus"> <summary> Status of the request. Will return Error for transport errors. HTTP errors will still return ResponseStatus.Completed, check StatusCode instead </summary> </member> <member name="P:RestSharp.IHttpResponse.ErrorMessage"> <summary> Transport or other non-HTTP error generated while attempting request </summary> </member> <member name="P:RestSharp.IHttpResponse.ErrorException"> <summary> Exception thrown when error is encountered. </summary> </member> <member name="M:RestSharp.HttpResponse.#ctor"> <summary> Default constructor </summary> </member> <member name="P:RestSharp.HttpResponse.ContentType"> <summary> MIME content type of response </summary> </member> <member name="P:RestSharp.HttpResponse.ContentLength"> <summary> Length in bytes of the response content </summary> </member> <member name="P:RestSharp.HttpResponse.ContentEncoding"> <summary> Encoding of the response content </summary> </member> <member name="P:RestSharp.HttpResponse.Content"> <summary> Lazy-loaded string representation of response content </summary> </member> <member name="P:RestSharp.HttpResponse.StatusCode"> <summary> HTTP response status code </summary> </member> <member name="P:RestSharp.HttpResponse.StatusDescription"> <summary> Description of HTTP status returned </summary> </member> <member name="P:RestSharp.HttpResponse.RawBytes"> <summary> Response content </summary> </member> <member name="P:RestSharp.HttpResponse.ResponseUri"> <summary> The URL that actually responded to the content (different from request if redirected) </summary> </member> <member name="P:RestSharp.HttpResponse.Server"> <summary> HttpWebResponse.Server </summary> </member> <member name="P:RestSharp.HttpResponse.Headers"> <summary> Headers returned by server with the response </summary> </member> <member name="P:RestSharp.HttpResponse.Cookies"> <summary> Cookies returned by server with the response </summary> </member> <member name="P:RestSharp.HttpResponse.ResponseStatus"> <summary> Status of the request. Will return Error for transport errors. HTTP errors will still return ResponseStatus.Completed, check StatusCode instead </summary> </member> <member name="P:RestSharp.HttpResponse.ErrorMessage"> <summary> Transport or other non-HTTP error generated while attempting request </summary> </member> <member name="P:RestSharp.HttpResponse.ErrorException"> <summary> Exception thrown when error is encountered. </summary> </member> <member name="M:RestSharp.IRestClient.ExecuteAsyncGet(RestSharp.IRestRequest,System.Action{RestSharp.IRestResponse,RestSharp.RestRequestAsyncHandle},System.String)"> <summary> Executes a GET-style request and callback asynchronously, authenticating if needed </summary> <param name="request">Request to be executed</param> <param name="callback">Callback function to be executed upon completion providing access to the async handle.</param> <param name="httpMethod">The HTTP method to execute</param> </member> <member name="M:RestSharp.IRestClient.ExecuteAsyncPost(RestSharp.IRestRequest,System.Action{RestSharp.IRestResponse,RestSharp.RestRequestAsyncHandle},System.String)"> <summary> Executes a POST-style request and callback asynchronously, authenticating if needed </summary> <param name="request">Request to be executed</param> <param name="callback">Callback function to be executed upon completion providing access to the async handle.</param> <param name="httpMethod">The HTTP method to execute</param> </member> <member name="M:RestSharp.IRestClient.ExecuteAsyncGet``1(RestSharp.IRestRequest,System.Action{RestSharp.IRestResponse{``0},RestSharp.RestRequestAsyncHandle},System.String)"> <summary> Executes a GET-style request and callback asynchronously, authenticating if needed </summary> <typeparam name="T">Target deserialization type</typeparam> <param name="request">Request to be executed</param> <param name="callback">Callback function to be executed upon completion</param> <param name="httpMethod">The HTTP method to execute</param> </member> <member name="M:RestSharp.IRestClient.ExecuteAsyncPost``1(RestSharp.IRestRequest,System.Action{RestSharp.IRestResponse{``0},RestSharp.RestRequestAsyncHandle},System.String)"> <summary> Executes a GET-style request and callback asynchronously, authenticating if needed </summary> <typeparam name="T">Target deserialization type</typeparam> <param name="request">Request to be executed</param> <param name="callback">Callback function to be executed upon completion</param> <param name="httpMethod">The HTTP method to execute</param> </member> <member name="M:RestSharp.IRestClient.ExecuteTaskAsync``1(RestSharp.IRestRequest,System.Threading.CancellationToken)"> <summary> Executes the request and callback asynchronously, authenticating if needed </summary> <typeparam name="T">Target deserialization type</typeparam> <param name="request">Request to be executed</param> <param name="token">The cancellation token</param> </member> <member name="M:RestSharp.IRestClient.ExecuteTaskAsync``1(RestSharp.IRestRequest)"> <summary> Executes the request asynchronously, authenticating if needed </summary> <typeparam name="T">Target deserialization type</typeparam> <param name="request">Request to be executed</param> </member> <member name="M:RestSharp.IRestClient.ExecuteGetTaskAsync``1(RestSharp.IRestRequest)"> <summary> Executes a GET-style request asynchronously, authenticating if needed </summary> <typeparam name="T">Target deserialization type</typeparam> <param name="request">Request to be executed</param> </member> <member name="M:RestSharp.IRestClient.ExecuteGetTaskAsync``1(RestSharp.IRestRequest,System.Threading.CancellationToken)"> <summary> Executes a GET-style request asynchronously, authenticating if needed </summary> <typeparam name="T">Target deserialization type</typeparam> <param name="request">Request to be executed</param> <param name="token">The cancellation token</param> </member> <member name="M:RestSharp.IRestClient.ExecutePostTaskAsync``1(RestSharp.IRestRequest)"> <summary> Executes a POST-style request asynchronously, authenticating if needed </summary> <typeparam name="T">Target deserialization type</typeparam> <param name="request">Request to be executed</param> </member> <member name="M:RestSharp.IRestClient.ExecutePostTaskAsync``1(RestSharp.IRestRequest,System.Threading.CancellationToken)"> <summary> Executes a POST-style request asynchronously, authenticating if needed </summary> <typeparam name="T">Target deserialization type</typeparam> <param name="request">Request to be executed</param> <param name="token">The cancellation token</param> </member> <member name="M:RestSharp.IRestClient.ExecuteTaskAsync(RestSharp.IRestRequest,System.Threading.CancellationToken)"> <summary> Executes the request and callback asynchronously, authenticating if needed </summary> <param name="request">Request to be executed</param> <param name="token">The cancellation token</param> </member> <member name="M:RestSharp.IRestClient.ExecuteTaskAsync(RestSharp.IRestRequest)"> <summary> Executes the request asynchronously, authenticating if needed </summary> <param name="request">Request to be executed</param> </member> <member name="M:RestSharp.IRestClient.ExecuteGetTaskAsync(RestSharp.IRestRequest)"> <summary> Executes a GET-style asynchronously, authenticating if needed </summary> <param name="request">Request to be executed</param> </member> <member name="M:RestSharp.IRestClient.ExecuteGetTaskAsync(RestSharp.IRestRequest,System.Threading.CancellationToken)"> <summary> Executes a GET-style asynchronously, authenticating if needed </summary> <param name="request">Request to be executed</param> <param name="token">The cancellation token</param> </member> <member name="M:RestSharp.IRestClient.ExecutePostTaskAsync(RestSharp.IRestRequest)"> <summary> Executes a POST-style asynchronously, authenticating if needed </summary> <param name="request">Request to be executed</param> </member> <member name="M:RestSharp.IRestClient.ExecutePostTaskAsync(RestSharp.IRestRequest,System.Threading.CancellationToken)"> <summary> Executes a POST-style asynchronously, authenticating if needed </summary> <param name="request">Request to be executed</param> <param name="token">The cancellation token</param> </member> <member name="P:RestSharp.IRestClient.ClientCertificates"> <summary> X509CertificateCollection to be sent with request </summary> </member> <member name="M:RestSharp.IRestRequest.AddFile(System.String,System.String,System.String)"> <summary> Adds a file to the Files collection to be included with a POST or PUT request (other methods do not support file uploads). </summary> <param name="name">The parameter name to use in the request</param> <param name="path">Full path to file to upload</param> <param name="contentType">The MIME type of the file to upload</param> <returns>This request</returns> </member> <member name="M:RestSharp.IRestRequest.AddFile(System.String,System.Byte[],System.String,System.String)"> <summary> Adds the bytes to the Files collection with the specified file name and content type </summary> <param name="name">The parameter name to use in the request</param> <param name="bytes">The file data</param> <param name="fileName">The file name to use for the uploaded file</param> <param name="contentType">The MIME type of the file to upload</param> <returns>This request</returns> </member> <member name="M:RestSharp.IRestRequest.AddFile(System.String,System.Action{System.IO.Stream},System.String,System.String)"> <summary> Adds the bytes to the Files collection with the specified file name and content type </summary> <param name="name">The parameter name to use in the request</param> <param name="writer">A function that writes directly to the stream. Should NOT close the stream.</param> <param name="fileName">The file name to use for the uploaded file</param> <param name="contentType">The MIME type of the file to upload</param> <returns>This request</returns> </member> <member name="M:RestSharp.IRestRequest.AddFileBytes(System.String,System.Byte[],System.String,System.String)"> <summary> Add bytes to the Files collection as if it was a file of specific type </summary> <param name="name">A form parameter name</param> <param name="bytes">The file data</param> <param name="filename">The file name to use for the uploaded file</param> <param name="contentType">Specific content type. Es: application/x-gzip </param> <returns></returns> </member> <member name="M:RestSharp.IRestRequest.AddBody(System.Object,System.String)"> <summary> Serializes obj to format specified by RequestFormat, but passes xmlNamespace if using the default XmlSerializer The default format is XML. Change RequestFormat if you wish to use a different serialization format. </summary> <param name="obj">The object to serialize</param> <param name="xmlNamespace">The XML namespace to use when serializing</param> <returns>This request</returns> </member> <member name="M:RestSharp.IRestRequest.AddBody(System.Object)"> <summary> Serializes obj to data format specified by RequestFormat and adds it to the request body. The default format is XML. Change RequestFormat if you wish to use a different serialization format. </summary> <param name="obj">The object to serialize</param> <returns>This request</returns> </member> <member name="M:RestSharp.IRestRequest.AddJsonBody(System.Object)"> <summary> Serializes obj to JSON format and adds it to the request body. </summary> <param name="obj">The object to serialize</param> <returns>This request</returns> </member> <member name="M:RestSharp.IRestRequest.AddXmlBody(System.Object)"> <summary> Serializes obj to XML format and adds it to the request body. </summary> <param name="obj">The object to serialize</param> <returns>This request</returns> </member> <member name="M:RestSharp.IRestRequest.AddXmlBody(System.Object,System.String)"> <summary> Serializes obj to format specified by RequestFormat, but passes xmlNamespace if using the default XmlSerializer Serializes obj to XML format and passes xmlNamespace then adds it to the request body. </summary> <param name="obj">The object to serialize</param> <param name="xmlNamespace">The XML namespace to use when serializing</param> <returns>This request</returns> </member> <member name="M:RestSharp.IRestRequest.AddObject(System.Object,System.String[])"> <summary> Calls AddParameter() for all public, readable properties specified in the includedProperties list </summary> <example> request.AddObject(product, "ProductId", "Price", ...); </example> <param name="obj">The object with properties to add as parameters</param> <param name="includedProperties">The names of the properties to include</param> <returns>This request</returns> </member> <member name="M:RestSharp.IRestRequest.AddObject(System.Object)"> <summary> Calls AddParameter() for all public, readable properties of obj </summary> <param name="obj">The object with properties to add as parameters</param> <returns>This request</returns> </member> <member name="M:RestSharp.IRestRequest.AddParameter(RestSharp.Parameter)"> <summary> Add the parameter to the request </summary> <param name="p">Parameter to add</param> <returns></returns> </member> <member name="M:RestSharp.IRestRequest.AddParameter(System.String,System.Object)"> <summary> Adds a HTTP parameter to the request (QueryString for GET, DELETE, OPTIONS and HEAD; Encoded form for POST and PUT) </summary> <param name="name">Name of the parameter</param> <param name="value">Value of the parameter</param> <returns>This request</returns> </member> <member name="M:RestSharp.IRestRequest.AddParameter(System.String,System.Object,RestSharp.ParameterType)"> <summary> Adds a parameter to the request. There are five types of parameters: - GetOrPost: Either a QueryString value or encoded form value based on method - HttpHeader: Adds the name/value pair to the HTTP request's Headers collection - UrlSegment: Inserted into URL if there is a matching url token e.g. {AccountId} - Cookie: Adds the name/value pair to the HTTP request's Cookies collection - RequestBody: Used by AddBody() (not recommended to use directly) </summary> <param name="name">Name of the parameter</param> <param name="value">Value of the parameter</param> <param name="type">The type of parameter to add</param> <returns>This request</returns> </member> <member name="M:RestSharp.IRestRequest.AddParameter(System.String,System.Object,System.String,RestSharp.ParameterType)"> <summary> Adds a parameter to the request. There are five types of parameters: - GetOrPost: Either a QueryString value or encoded form value based on method - HttpHeader: Adds the name/value pair to the HTTP request's Headers collection - UrlSegment: Inserted into URL if there is a matching url token e.g. {AccountId} - Cookie: Adds the name/value pair to the HTTP request's Cookies collection - RequestBody: Used by AddBody() (not recommended to use directly) </summary> <param name="name">Name of the parameter</param> <param name="value">Value of the parameter</param> <param name="contentType">Content-Type of the parameter</param> <param name="type">The type of parameter to add</param> <returns>This request</returns> </member> <member name="M:RestSharp.IRestRequest.AddHeader(System.String,System.String)"> <summary> Shortcut to AddParameter(name, value, HttpHeader) overload </summary> <param name="name">Name of the header to add</param> <param name="value">Value of the header to add</param> <returns></returns> </member> <member name="M:RestSharp.IRestRequest.AddCookie(System.String,System.String)"> <summary> Shortcut to AddParameter(name, value, Cookie) overload </summary> <param name="name">Name of the cookie to add</param> <param name="value">Value of the cookie to add</param> <returns></returns> </member> <member name="M:RestSharp.IRestRequest.AddUrlSegment(System.String,System.String)"> <summary> Shortcut to AddParameter(name, value, UrlSegment) overload </summary> <param name="name">Name of the segment to add</param> <param name="value">Value of the segment to add</param> <returns></returns> </member> <member name="M:RestSharp.IRestRequest.AddQueryParameter(System.String,System.String)"> <summary> Shortcut to AddParameter(name, value, QueryString) overload </summary> <param name="name">Name of the parameter to add</param> <param name="value">Value of the parameter to add</param> <returns></returns> </member> <member name="P:RestSharp.IRestRequest.AlwaysMultipartFormData"> <summary> Always send a multipart/form-data request - even when no Files are present. </summary> </member> <member name="P:RestSharp.IRestRequest.JsonSerializer"> <summary> Serializer to use when writing JSON request bodies. Used if RequestFormat is Json. By default the included JsonSerializer is used (currently using JSON.NET default serialization). </summary> </member> <member name="P:RestSharp.IRestRequest.XmlSerializer"> <summary> Serializer to use when writing XML request bodies. Used if RequestFormat is Xml. By default the included XmlSerializer is used. </summary> </member> <member name="P:RestSharp.IRestRequest.ResponseWriter"> <summary> Set this to write response to Stream rather than reading into memory. </summary> </member> <member name="P:RestSharp.IRestRequest.Parameters"> <summary> Container of all HTTP parameters to be passed with the request. See AddParameter() for explanation of the types of parameters that can be passed </summary> </member> <member name="P:RestSharp.IRestRequest.Files"> <summary> Container of all the files to be uploaded with the request. </summary> </member> <member name="P:RestSharp.IRestRequest.Method"> <summary> Determines what HTTP method to use for this request. Supported methods: GET, POST, PUT, DELETE, HEAD, OPTIONS Default is GET </summary> </member> <member name="P:RestSharp.IRestRequest.Resource"> <summary> The Resource URL to make the request against. Tokens are substituted with UrlSegment parameters and match by name. Should not include the scheme or domain. Do not include leading slash. Combined with RestClient.BaseUrl to assemble final URL: {BaseUrl}/{Resource} (BaseUrl is scheme + domain, e.g. http://example.com) </summary> <example> // example for url token replacement request.Resource = "Products/{ProductId}"; request.AddParameter("ProductId", 123, ParameterType.UrlSegment); </example> </member> <member name="P:RestSharp.IRestRequest.RequestFormat"> <summary> Serializer to use when writing XML request bodies. Used if RequestFormat is Xml. By default XmlSerializer is used. </summary> </member> <member name="P:RestSharp.IRestRequest.RootElement"> <summary> Used by the default deserializers to determine where to start deserializing from. Can be used to skip container or root elements that do not have corresponding deserialzation targets. </summary> </member> <member name="P:RestSharp.IRestRequest.DateFormat"> <summary> Used by the default deserializers to explicitly set which date format string to use when parsing dates. </summary> </member> <member name="P:RestSharp.IRestRequest.XmlNamespace"> <summary> Used by XmlDeserializer. If not specified, XmlDeserializer will flatten response by removing namespaces from element names. </summary> </member> <member name="P:RestSharp.IRestRequest.Credentials"> <summary> In general you would not need to set this directly. Used by the NtlmAuthenticator. </summary> </member> <member name="P:RestSharp.IRestRequest.Timeout"> <summary> Timeout in milliseconds to be used for the request. This timeout value overrides a timeout set on the RestClient. </summary> </member> <member name="P:RestSharp.IRestRequest.ReadWriteTimeout"> <summary> The number of milliseconds before the writing or reading times out. This timeout value overrides a timeout set on the RestClient. </summary> </member> <member name="P:RestSharp.IRestRequest.Attempts"> <summary> How many attempts were made to send this Request? </summary> <remarks> This Number is incremented each time the RestClient sends the request. Useful when using Asynchronous Execution with Callbacks </remarks> </member> <member name="P:RestSharp.IRestRequest.UseDefaultCredentials"> <summary> Determine whether or not the "default credentials" (e.g. the user account under which the current process is running) will be sent along to the server. The default is false. </summary> </member> <member name="T:RestSharp.IRestResponse"> <summary> Container for data sent back from API </summary> </member> <member name="P:RestSharp.IRestResponse.Request"> <summary> The RestRequest that was made to get this RestResponse </summary> <remarks> Mainly for debugging if ResponseStatus is not OK </remarks> </member> <member name="P:RestSharp.IRestResponse.ContentType"> <summary> MIME content type of response </summary> </member> <member name="P:RestSharp.IRestResponse.ContentLength"> <summary> Length in bytes of the response content </summary> </member> <member name="P:RestSharp.IRestResponse.ContentEncoding"> <summary> Encoding of the response content </summary> </member> <member name="P:RestSharp.IRestResponse.Content"> <summary> String representation of response content </summary> </member> <member name="P:RestSharp.IRestResponse.StatusCode"> <summary> HTTP response status code </summary> </member> <member name="P:RestSharp.IRestResponse.StatusDescription"> <summary> Description of HTTP status returned </summary> </member> <member name="P:RestSharp.IRestResponse.RawBytes"> <summary> Response content </summary> </member> <member name="P:RestSharp.IRestResponse.ResponseUri"> <summary> The URL that actually responded to the content (different from request if redirected) </summary> </member> <member name="P:RestSharp.IRestResponse.Server"> <summary> HttpWebResponse.Server </summary> </member> <member name="P:RestSharp.IRestResponse.Cookies"> <summary> Cookies returned by server with the response </summary> </member> <member name="P:RestSharp.IRestResponse.Headers"> <summary> Headers returned by server with the response </summary> </member> <member name="P:RestSharp.IRestResponse.ResponseStatus"> <summary> Status of the request. Will return Error for transport errors. HTTP errors will still return ResponseStatus.Completed, check StatusCode instead </summary> </member> <member name="P:RestSharp.IRestResponse.ErrorMessage"> <summary> Transport or other non-HTTP error generated while attempting request </summary> </member> <member name="P:RestSharp.IRestResponse.ErrorException"> <summary> Exceptions thrown during the request, if any. </summary> <remarks>Will contain only network transport or framework exceptions thrown during the request. HTTP protocol errors are handled by RestSharp and will not appear here.</remarks> </member> <member name="T:RestSharp.IRestResponse`1"> <summary> Container for data sent back from API including deserialized data </summary> <typeparam name="T">Type of data to deserialize to</typeparam> </member> <member name="P:RestSharp.IRestResponse`1.Data"> <summary> Deserialized entity data </summary> </member> <member name="T:RestSharp.Parameter"> <summary> Parameter container for REST requests </summary> </member> <member name="M:RestSharp.Parameter.ToString"> <summary> Return a human-readable representation of this parameter </summary> <returns>String</returns> </member> <member name="P:RestSharp.Parameter.Name"> <summary> Name of the parameter </summary> </member> <member name="P:RestSharp.Parameter.Value"> <summary> Value of the parameter </summary> </member> <member name="P:RestSharp.Parameter.Type"> <summary> Type of the parameter </summary> </member> <member name="P:RestSharp.Parameter.ContentType"> <summary> MIME content type of the parameter </summary> </member> <member name="T:RestSharp.RestClient"> <summary> Client to translate RestRequests into Http requests and process response result </summary> </member> <member name="M:RestSharp.RestClient.ExecuteAsync(RestSharp.IRestRequest,System.Action{RestSharp.IRestResponse,RestSharp.RestRequestAsyncHandle})"> <summary> Executes the request and callback asynchronously, authenticating if needed </summary> <param name="request">Request to be executed</param> <param name="callback">Callback function to be executed upon completion providing access to the async handle.</param> </member> <member name="M:RestSharp.RestClient.ExecuteAsyncGet(RestSharp.IRestRequest,System.Action{RestSharp.IRestResponse,RestSharp.RestRequestAsyncHandle},System.String)"> <summary> Executes a GET-style request and callback asynchronously, authenticating if needed </summary> <param name="request">Request to be executed</param> <param name="callback">Callback function to be executed upon completion providing access to the async handle.</param> <param name="httpMethod">The HTTP method to execute</param> </member> <member name="M:RestSharp.RestClient.ExecuteAsyncPost(RestSharp.IRestRequest,System.Action{RestSharp.IRestResponse,RestSharp.RestRequestAsyncHandle},System.String)"> <summary> Executes a POST-style request and callback asynchronously, authenticating if needed </summary> <param name="request">Request to be executed</param> <param name="callback">Callback function to be executed upon completion providing access to the async handle.</param> <param name="httpMethod">The HTTP method to execute</param> </member> <member name="M:RestSharp.RestClient.ExecuteAsync``1(RestSharp.IRestRequest,System.Action{RestSharp.IRestResponse{``0},RestSharp.RestRequestAsyncHandle})"> <summary> Executes the request and callback asynchronously, authenticating if needed </summary> <typeparam name="T">Target deserialization type</typeparam> <param name="request">Request to be executed</param> <param name="callback">Callback function to be executed upon completion</param> </member> <member name="M:RestSharp.RestClient.ExecuteAsyncGet``1(RestSharp.IRestRequest,System.Action{RestSharp.IRestResponse{``0},RestSharp.RestRequestAsyncHandle},System.String)"> <summary> Executes a GET-style request and callback asynchronously, authenticating if needed </summary> <typeparam name="T">Target deserialization type</typeparam> <param name="request">Request to be executed</param> <param name="callback">Callback function to be executed upon completion</param> <param name="httpMethod">The HTTP method to execute</param> </member> <member name="M:RestSharp.RestClient.ExecuteAsyncPost``1(RestSharp.IRestRequest,System.Action{RestSharp.IRestResponse{``0},RestSharp.RestRequestAsyncHandle},System.String)"> <summary> Executes a POST-style request and callback asynchronously, authenticating if needed </summary> <typeparam name="T">Target deserialization type</typeparam> <param name="request">Request to be executed</param> <param name="callback">Callback function to be executed upon completion</param> <param name="httpMethod">The HTTP method to execute</param> </member> <member name="M:RestSharp.RestClient.ExecuteGetTaskAsync``1(RestSharp.IRestRequest)"> <summary> Executes a GET-style request asynchronously, authenticating if needed </summary> <typeparam name="T">Target deserialization type</typeparam> <param name="request">Request to be executed</param> </member> <member name="M:RestSharp.RestClient.ExecuteGetTaskAsync``1(RestSharp.IRestRequest,System.Threading.CancellationToken)"> <summary> Executes a GET-style request asynchronously, authenticating if needed </summary> <typeparam name="T">Target deserialization type</typeparam> <param name="request">Request to be executed</param> <param name="token">The cancellation token</param> </member> <member name="M:RestSharp.RestClient.ExecutePostTaskAsync``1(RestSharp.IRestRequest)"> <summary> Executes a POST-style request asynchronously, authenticating if needed </summary> <typeparam name="T">Target deserialization type</typeparam> <param name="request">Request to be executed</param> </member> <member name="M:RestSharp.RestClient.ExecutePostTaskAsync``1(RestSharp.IRestRequest,System.Threading.CancellationToken)"> <summary> Executes a POST-style request asynchronously, authenticating if needed </summary> <typeparam name="T">Target deserialization type</typeparam> <param name="request">Request to be executed</param> <param name="token">The cancellation token</param> </member> <member name="M:RestSharp.RestClient.ExecuteTaskAsync``1(RestSharp.IRestRequest)"> <summary> Executes the request asynchronously, authenticating if needed </summary> <typeparam name="T">Target deserialization type</typeparam> <param name="request">Request to be executed</param> </member> <member name="M:RestSharp.RestClient.ExecuteTaskAsync``1(RestSharp.IRestRequest,System.Threading.CancellationToken)"> <summary> Executes the request asynchronously, authenticating if needed </summary> <typeparam name="T">Target deserialization type</typeparam> <param name="request">Request to be executed</param> <param name="token">The cancellation token</param> </member> <member name="M:RestSharp.RestClient.ExecuteTaskAsync(RestSharp.IRestRequest)"> <summary> Executes the request asynchronously, authenticating if needed </summary> <param name="request">Request to be executed</param> </member> <member name="M:RestSharp.RestClient.ExecuteGetTaskAsync(RestSharp.IRestRequest)"> <summary> Executes a GET-style asynchronously, authenticating if needed </summary> <param name="request">Request to be executed</param> </member> <member name="M:RestSharp.RestClient.ExecuteGetTaskAsync(RestSharp.IRestRequest,System.Threading.CancellationToken)"> <summary> Executes a GET-style asynchronously, authenticating if needed </summary> <param name="request">Request to be executed</param> <param name="token">The cancellation token</param> </member> <member name="M:RestSharp.RestClient.ExecutePostTaskAsync(RestSharp.IRestRequest)"> <summary> Executes a POST-style asynchronously, authenticating if needed </summary> <param name="request">Request to be executed</param> </member> <member name="M:RestSharp.RestClient.ExecutePostTaskAsync(RestSharp.IRestRequest,System.Threading.CancellationToken)"> <summary> Executes a POST-style asynchronously, authenticating if needed </summary> <param name="request">Request to be executed</param> <param name="token">The cancellation token</param> </member> <member name="M:RestSharp.RestClient.ExecuteTaskAsync(RestSharp.IRestRequest,System.Threading.CancellationToken)"> <summary> Executes the request asynchronously, authenticating if needed </summary> <param name="request">Request to be executed</param> <param name="token">The cancellation token</param> </member> <member name="M:RestSharp.RestClient.#ctor"> <summary> Default constructor that registers default content handlers </summary> </member> <member name="M:RestSharp.RestClient.#ctor(System.Uri)"> <summary> Sets the BaseUrl property for requests made by this client instance </summary> <param name="baseUrl"></param> </member> <member name="M:RestSharp.RestClient.#ctor(System.String)"> <summary> Sets the BaseUrl property for requests made by this client instance </summary> <param name="baseUrl"></param> </member> <member name="M:RestSharp.RestClient.AddHandler(System.String,RestSharp.Deserializers.IDeserializer)"> <summary> Registers a content handler to process response content </summary> <param name="contentType">MIME content type of the response content</param> <param name="deserializer">Deserializer to use to process content</param> </member> <member name="M:RestSharp.RestClient.RemoveHandler(System.String)"> <summary> Remove a content handler for the specified MIME content type </summary> <param name="contentType">MIME content type to remove</param> </member> <member name="M:RestSharp.RestClient.ClearHandlers"> <summary> Remove all content handlers </summary> </member> <member name="M:RestSharp.RestClient.GetHandler(System.String)"> <summary> Retrieve the handler for the specified MIME content type </summary> <param name="contentType">MIME content type to retrieve</param> <returns>IDeserializer instance</returns> </member> <member name="M:RestSharp.RestClient.BuildUri(RestSharp.IRestRequest)"> <summary> Assembles URL to call based on parameters, method and resource </summary> <param name="request">RestRequest to execute</param> <returns>Assembled System.Uri</returns> </member> <member name="M:RestSharp.RestClient.DownloadData(RestSharp.IRestRequest)"> <summary> Executes the specified request and downloads the response data </summary> <param name="request">Request to execute</param> <returns>Response data</returns> </member> <member name="M:RestSharp.RestClient.Execute(RestSharp.IRestRequest)"> <summary> Executes the request and returns a response, authenticating if needed </summary> <param name="request">Request to be executed</param> <returns>RestResponse</returns> </member> <member name="M:RestSharp.RestClient.Execute``1(RestSharp.IRestRequest)"> <summary> Executes the specified request and deserializes the response content using the appropriate content handler </summary> <typeparam name="T">Target deserialization type</typeparam> <param name="request">Request to execute</param> <returns>RestResponse[[T]] with deserialized data in Data property</returns> </member> <member name="P:RestSharp.RestClient.MaxRedirects"> <summary> Maximum number of redirects to follow if FollowRedirects is true </summary> </member> <member name="P:RestSharp.RestClient.ClientCertificates"> <summary> X509CertificateCollection to be sent with request </summary> </member> <member name="P:RestSharp.RestClient.Proxy"> <summary> Proxy to use for requests made by this client instance. Passed on to underlying WebRequest if set. </summary> </member> <member name="P:RestSharp.RestClient.CachePolicy"> <summary> The cache policy to use for requests initiated by this client instance. </summary> </member> <member name="P:RestSharp.RestClient.FollowRedirects"> <summary> Default is true. Determine whether or not requests that result in HTTP status codes of 3xx should follow returned redirect </summary> </member> <member name="P:RestSharp.RestClient.CookieContainer"> <summary> The CookieContainer used for requests made by this client instance </summary> </member> <member name="P:RestSharp.RestClient.UserAgent"> <summary> UserAgent to use for requests made by this client instance </summary> </member> <member name="P:RestSharp.RestClient.Timeout"> <summary> Timeout in milliseconds to use for requests made by this client instance </summary> </member> <member name="P:RestSharp.RestClient.ReadWriteTimeout"> <summary> The number of milliseconds before the writing or reading times out. </summary> </member> <member name="P:RestSharp.RestClient.UseSynchronizationContext"> <summary> Whether to invoke async callbacks using the SynchronizationContext.Current captured when invoked </summary> </member> <member name="P:RestSharp.RestClient.Authenticator"> <summary> Authenticator to use for requests made by this client instance </summary> </member> <member name="P:RestSharp.RestClient.BaseUrl"> <summary> Combined with Request.Resource to construct URL for request Should include scheme and domain without trailing slash. </summary> <example> client.BaseUrl = new Uri("http://example.com"); </example> </member> <member name="P:RestSharp.RestClient.DefaultParameters"> <summary> Parameters included with every request made with this instance of RestClient If specified in both client and request, the request wins </summary> </member> <member name="M:RestSharp.RestClientExtensions.ExecuteAsync(RestSharp.IRestClient,RestSharp.IRestRequest,System.Action{RestSharp.IRestResponse})"> <summary> Executes the request and callback asynchronously, authenticating if needed </summary> <param name="client">The IRestClient this method extends</param> <param name="request">Request to be executed</param> <param name="callback">Callback function to be executed upon completion</param> </member> <member name="M:RestSharp.RestClientExtensions.ExecuteAsync``1(RestSharp.IRestClient,RestSharp.IRestRequest,System.Action{RestSharp.IRestResponse{``0}})"> <summary> Executes the request and callback asynchronously, authenticating if needed </summary> <param name="client">The IRestClient this method extends</param> <typeparam name="T">Target deserialization type</typeparam> <param name="request">Request to be executed</param> <param name="callback">Callback function to be executed upon completion providing access to the async handle</param> </member> <member name="M:RestSharp.RestClientExtensions.AddDefaultParameter(RestSharp.IRestClient,RestSharp.Parameter)"> <summary> Add a parameter to use on every request made with this client instance </summary> <param name="restClient">The IRestClient instance</param> <param name="p">Parameter to add</param> <returns></returns> </member> <member name="M:RestSharp.RestClientExtensions.RemoveDefaultParameter(RestSharp.IRestClient,System.String)"> <summary> Removes a parameter from the default parameters that are used on every request made with this client instance </summary> <param name="restClient">The IRestClient instance</param> <param name="name">The name of the parameter that needs to be removed</param> <returns></returns> </member> <member name="M:RestSharp.RestClientExtensions.AddDefaultParameter(RestSharp.IRestClient,System.String,System.Object)"> <summary> Adds a HTTP parameter (QueryString for GET, DELETE, OPTIONS and HEAD; Encoded form for POST and PUT) Used on every request made by this client instance </summary> <param name="restClient">The IRestClient instance</param> <param name="name">Name of the parameter</param> <param name="value">Value of the parameter</param> <returns>This request</returns> </member> <member name="M:RestSharp.RestClientExtensions.AddDefaultParameter(RestSharp.IRestClient,System.String,System.Object,RestSharp.ParameterType)"> <summary> Adds a parameter to the request. There are four types of parameters: - GetOrPost: Either a QueryString value or encoded form value based on method - HttpHeader: Adds the name/value pair to the HTTP request's Headers collection - UrlSegment: Inserted into URL if there is a matching url token e.g. {AccountId} - RequestBody: Used by AddBody() (not recommended to use directly) </summary> <param name="restClient">The IRestClient instance</param> <param name="name">Name of the parameter</param> <param name="value">Value of the parameter</param> <param name="type">The type of parameter to add</param> <returns>This request</returns> </member> <member name="M:RestSharp.RestClientExtensions.AddDefaultHeader(RestSharp.IRestClient,System.String,System.String)"> <summary> Shortcut to AddDefaultParameter(name, value, HttpHeader) overload </summary> <param name="restClient">The IRestClient instance</param> <param name="name">Name of the header to add</param> <param name="value">Value of the header to add</param> <returns></returns> </member> <member name="M:RestSharp.RestClientExtensions.AddDefaultUrlSegment(RestSharp.IRestClient,System.String,System.String)"> <summary> Shortcut to AddDefaultParameter(name, value, UrlSegment) overload </summary> <param name="restClient">The IRestClient instance</param> <param name="name">Name of the segment to add</param> <param name="value">Value of the segment to add</param> <returns></returns> </member> <member name="T:RestSharp.RestRequest"> <summary> Container for data used to make requests </summary> </member> <member name="M:RestSharp.RestRequest.#ctor"> <summary> Default constructor </summary> </member> <member name="M:RestSharp.RestRequest.#ctor(RestSharp.Method)"> <summary> Sets Method property to value of method </summary> <param name="method">Method to use for this request</param> </member> <member name="M:RestSharp.RestRequest.#ctor(System.String)"> <summary> Sets Resource property </summary> <param name="resource">Resource to use for this request</param> </member> <member name="M:RestSharp.RestRequest.#ctor(System.String,RestSharp.Method)"> <summary> Sets Resource and Method properties </summary> <param name="resource">Resource to use for this request</param> <param name="method">Method to use for this request</param> </member> <member name="M:RestSharp.RestRequest.#ctor(System.Uri)"> <summary> Sets Resource property </summary> <param name="resource">Resource to use for this request</param> </member> <member name="M:RestSharp.RestRequest.#ctor(System.Uri,RestSharp.Method)"> <summary> Sets Resource and Method properties </summary> <param name="resource">Resource to use for this request</param> <param name="method">Method to use for this request</param> </member> <member name="M:RestSharp.RestRequest.AddFile(System.String,System.String,System.String)"> <summary> Adds a file to the Files collection to be included with a POST or PUT request (other methods do not support file uploads). </summary> <param name="name">The parameter name to use in the request</param> <param name="path">Full path to file to upload</param> <param name="contentType">The MIME type of the file to upload</param> <returns>This request</returns> </member> <member name="M:RestSharp.RestRequest.AddFile(System.String,System.Byte[],System.String,System.String)"> <summary> Adds the bytes to the Files collection with the specified file name </summary> <param name="name">The parameter name to use in the request</param> <param name="bytes">The file data</param> <param name="fileName">The file name to use for the uploaded file</param> <param name="contentType">The MIME type of the file to upload</param> <returns>This request</returns> </member> <member name="M:RestSharp.RestRequest.AddFile(System.String,System.Action{System.IO.Stream},System.String,System.String)"> <summary> Adds the bytes to the Files collection with the specified file name and content type </summary> <param name="name">The parameter name to use in the request</param> <param name="writer">A function that writes directly to the stream. Should NOT close the stream.</param> <param name="fileName">The file name to use for the uploaded file</param> <param name="contentType">The MIME type of the file to upload</param> <returns>This request</returns> </member> <member name="M:RestSharp.RestRequest.AddFileBytes(System.String,System.Byte[],System.String,System.String)"> <summary> Add bytes to the Files collection as if it was a file of specific type </summary> <param name="name">A form parameter name</param> <param name="bytes">The file data</param> <param name="filename">The file name to use for the uploaded file</param> <param name="contentType">Specific content type. Es: application/x-gzip </param> <returns></returns> </member> <member name="M:RestSharp.RestRequest.AddBody(System.Object,System.String)"> <summary> Serializes obj to format specified by RequestFormat, but passes xmlNamespace if using the default XmlSerializer The default format is XML. Change RequestFormat if you wish to use a different serialization format. </summary> <param name="obj">The object to serialize</param> <param name="xmlNamespace">The XML namespace to use when serializing</param> <returns>This request</returns> </member> <member name="M:RestSharp.RestRequest.AddBody(System.Object)"> <summary> Serializes obj to data format specified by RequestFormat and adds it to the request body. The default format is XML. Change RequestFormat if you wish to use a different serialization format. </summary> <param name="obj">The object to serialize</param> <returns>This request</returns> </member> <member name="M:RestSharp.RestRequest.AddJsonBody(System.Object)"> <summary> Serializes obj to JSON format and adds it to the request body. </summary> <param name="obj">The object to serialize</param> <returns>This request</returns> </member> <member name="M:RestSharp.RestRequest.AddXmlBody(System.Object)"> <summary> Serializes obj to XML format and adds it to the request body. </summary> <param name="obj">The object to serialize</param> <returns>This request</returns> </member> <member name="M:RestSharp.RestRequest.AddXmlBody(System.Object,System.String)"> <summary> Serializes obj to format specified by RequestFormat, but passes xmlNamespace if using the default XmlSerializer Serializes obj to XML format and passes xmlNamespace then adds it to the request body. </summary> <param name="obj">The object to serialize</param> <param name="xmlNamespace">The XML namespace to use when serializing</param> <returns>This request</returns> </member> <member name="M:RestSharp.RestRequest.AddObject(System.Object,System.String[])"> <summary> Calls AddParameter() for all public, readable properties specified in the includedProperties list </summary> <example> request.AddObject(product, "ProductId", "Price", ...); </example> <param name="obj">The object with properties to add as parameters</param> <param name="includedProperties">The names of the properties to include</param> <returns>This request</returns> </member> <member name="M:RestSharp.RestRequest.AddObject(System.Object)"> <summary> Calls AddParameter() for all public, readable properties of obj </summary> <param name="obj">The object with properties to add as parameters</param> <returns>This request</returns> </member> <member name="M:RestSharp.RestRequest.AddParameter(RestSharp.Parameter)"> <summary> Add the parameter to the request </summary> <param name="p">Parameter to add</param> <returns></returns> </member> <member name="M:RestSharp.RestRequest.AddParameter(System.String,System.Object)"> <summary> Adds a HTTP parameter to the request (QueryString for GET, DELETE, OPTIONS and HEAD; Encoded form for POST and PUT) </summary> <param name="name">Name of the parameter</param> <param name="value">Value of the parameter</param> <returns>This request</returns> </member> <member name="M:RestSharp.RestRequest.AddParameter(System.String,System.Object,RestSharp.ParameterType)"> <summary> Adds a parameter to the request. There are four types of parameters: - GetOrPost: Either a QueryString value or encoded form value based on method - HttpHeader: Adds the name/value pair to the HTTP request's Headers collection - UrlSegment: Inserted into URL if there is a matching url token e.g. {AccountId} - RequestBody: Used by AddBody() (not recommended to use directly) </summary> <param name="name">Name of the parameter</param> <param name="value">Value of the parameter</param> <param name="type">The type of parameter to add</param> <returns>This request</returns> </member> <member name="M:RestSharp.RestRequest.AddParameter(System.String,System.Object,System.String,RestSharp.ParameterType)"> <summary> Adds a parameter to the request. There are four types of parameters: - GetOrPost: Either a QueryString value or encoded form value based on method - HttpHeader: Adds the name/value pair to the HTTP request's Headers collection - UrlSegment: Inserted into URL if there is a matching url token e.g. {AccountId} - RequestBody: Used by AddBody() (not recommended to use directly) </summary> <param name="name">Name of the parameter</param> <param name="value">Value of the parameter</param> <param name="contentType">Content-Type of the parameter</param> <param name="type">The type of parameter to add</param> <returns>This request</returns> </member> <member name="M:RestSharp.RestRequest.AddHeader(System.String,System.String)"> <summary> Shortcut to AddParameter(name, value, HttpHeader) overload </summary> <param name="name">Name of the header to add</param> <param name="value">Value of the header to add</param> <returns></returns> </member> <member name="M:RestSharp.RestRequest.AddCookie(System.String,System.String)"> <summary> Shortcut to AddParameter(name, value, Cookie) overload </summary> <param name="name">Name of the cookie to add</param> <param name="value">Value of the cookie to add</param> <returns></returns> </member> <member name="M:RestSharp.RestRequest.AddUrlSegment(System.String,System.String)"> <summary> Shortcut to AddParameter(name, value, UrlSegment) overload </summary> <param name="name">Name of the segment to add</param> <param name="value">Value of the segment to add</param> <returns></returns> </member> <member name="M:RestSharp.RestRequest.AddQueryParameter(System.String,System.String)"> <summary> Shortcut to AddParameter(name, value, QueryString) overload </summary> <param name="name">Name of the parameter to add</param> <param name="value">Value of the parameter to add</param> <returns></returns> </member> <member name="M:RestSharp.RestRequest.IncreaseNumAttempts"> <summary> Internal Method so that RestClient can increase the number of attempts </summary> </member> <member name="P:RestSharp.RestRequest.AlwaysMultipartFormData"> <summary> Always send a multipart/form-data request - even when no Files are present. </summary> </member> <member name="P:RestSharp.RestRequest.JsonSerializer"> <summary> Serializer to use when writing JSON request bodies. Used if RequestFormat is Json. By default the included JsonSerializer is used (currently using JSON.NET default serialization). </summary> </member> <member name="P:RestSharp.RestRequest.XmlSerializer"> <summary> Serializer to use when writing XML request bodies. Used if RequestFormat is Xml. By default the included XmlSerializer is used. </summary> </member> <member name="P:RestSharp.RestRequest.ResponseWriter"> <summary> Set this to write response to Stream rather than reading into memory. </summary> </member> <member name="P:RestSharp.RestRequest.UseDefaultCredentials"> <summary> Determine whether or not the "default credentials" (e.g. the user account under which the current process is running) will be sent along to the server. The default is false. </summary> </member> <member name="P:RestSharp.RestRequest.Parameters"> <summary> Container of all HTTP parameters to be passed with the request. See AddParameter() for explanation of the types of parameters that can be passed </summary> </member> <member name="P:RestSharp.RestRequest.Files"> <summary> Container of all the files to be uploaded with the request. </summary> </member> <member name="P:RestSharp.RestRequest.Method"> <summary> Determines what HTTP method to use for this request. Supported methods: GET, POST, PUT, DELETE, HEAD, OPTIONS Default is GET </summary> </member> <member name="P:RestSharp.RestRequest.Resource"> <summary> The Resource URL to make the request against. Tokens are substituted with UrlSegment parameters and match by name. Should not include the scheme or domain. Do not include leading slash. Combined with RestClient.BaseUrl to assemble final URL: {BaseUrl}/{Resource} (BaseUrl is scheme + domain, e.g. http://example.com) </summary> <example> // example for url token replacement request.Resource = "Products/{ProductId}"; request.AddParameter("ProductId", 123, ParameterType.UrlSegment); </example> </member> <member name="P:RestSharp.RestRequest.RequestFormat"> <summary> Serializer to use when writing XML request bodies. Used if RequestFormat is Xml. By default XmlSerializer is used. </summary> </member> <member name="P:RestSharp.RestRequest.RootElement"> <summary> Used by the default deserializers to determine where to start deserializing from. Can be used to skip container or root elements that do not have corresponding deserialzation targets. </summary> </member> <member name="P:RestSharp.RestRequest.OnBeforeDeserialization"> <summary> A function to run prior to deserializing starting (e.g. change settings if error encountered) </summary> </member> <member name="P:RestSharp.RestRequest.DateFormat"> <summary> Used by the default deserializers to explicitly set which date format string to use when parsing dates. </summary> </member> <member name="P:RestSharp.RestRequest.XmlNamespace"> <summary> Used by XmlDeserializer. If not specified, XmlDeserializer will flatten response by removing namespaces from element names. </summary> </member> <member name="P:RestSharp.RestRequest.Credentials"> <summary> In general you would not need to set this directly. Used by the NtlmAuthenticator. </summary> </member> <member name="P:RestSharp.RestRequest.UserState"> <summary> Gets or sets a user-defined state object that contains information about a request and which can be later retrieved when the request completes. </summary> </member> <member name="P:RestSharp.RestRequest.Timeout"> <summary> Timeout in milliseconds to be used for the request. This timeout value overrides a timeout set on the RestClient. </summary> </member> <member name="P:RestSharp.RestRequest.ReadWriteTimeout"> <summary> The number of milliseconds before the writing or reading times out. This timeout value overrides a timeout set on the RestClient. </summary> </member> <member name="P:RestSharp.RestRequest.Attempts"> <summary> How many attempts were made to send this Request? </summary> <remarks> This Number is incremented each time the RestClient sends the request. Useful when using Asynchronous Execution with Callbacks </remarks> </member> <member name="T:RestSharp.RestResponseBase"> <summary> Base class for common properties shared by RestResponse and RestResponse[[T]] </summary> </member> <member name="M:RestSharp.RestResponseBase.#ctor"> <summary> Default constructor </summary> </member> <member name="M:RestSharp.RestResponseBase.DebuggerDisplay"> <summary> Assists with debugging responses by displaying in the debugger output </summary> <returns></returns> </member> <member name="P:RestSharp.RestResponseBase.Request"> <summary> The RestRequest that was made to get this RestResponse </summary> <remarks> Mainly for debugging if ResponseStatus is not OK </remarks> </member> <member name="P:RestSharp.RestResponseBase.ContentType"> <summary> MIME content type of response </summary> </member> <member name="P:RestSharp.RestResponseBase.ContentLength"> <summary> Length in bytes of the response content </summary> </member> <member name="P:RestSharp.RestResponseBase.ContentEncoding"> <summary> Encoding of the response content </summary> </member> <member name="P:RestSharp.RestResponseBase.Content"> <summary> String representation of response content </summary> </member> <member name="P:RestSharp.RestResponseBase.StatusCode"> <summary> HTTP response status code </summary> </member> <member name="P:RestSharp.RestResponseBase.StatusDescription"> <summary> Description of HTTP status returned </summary> </member> <member name="P:RestSharp.RestResponseBase.RawBytes"> <summary> Response content </summary> </member> <member name="P:RestSharp.RestResponseBase.ResponseUri"> <summary> The URL that actually responded to the content (different from request if redirected) </summary> </member> <member name="P:RestSharp.RestResponseBase.Server"> <summary> HttpWebResponse.Server </summary> </member> <member name="P:RestSharp.RestResponseBase.Cookies"> <summary> Cookies returned by server with the response </summary> </member> <member name="P:RestSharp.RestResponseBase.Headers"> <summary> Headers returned by server with the response </summary> </member> <member name="P:RestSharp.RestResponseBase.ResponseStatus"> <summary> Status of the request. Will return Error for transport errors. HTTP errors will still return ResponseStatus.Completed, check StatusCode instead </summary> </member> <member name="P:RestSharp.RestResponseBase.ErrorMessage"> <summary> Transport or other non-HTTP error generated while attempting request </summary> </member> <member name="P:RestSharp.RestResponseBase.ErrorException"> <summary> The exception thrown during the request, if any </summary> </member> <member name="T:RestSharp.RestResponse`1"> <summary> Container for data sent back from API including deserialized data </summary> <typeparam name="T">Type of data to deserialize to</typeparam> </member> <member name="P:RestSharp.RestResponse`1.Data"> <summary> Deserialized entity data </summary> </member> <member name="T:RestSharp.RestResponse"> <summary> Container for data sent back from API </summary> </member> <member name="P:RestSharp.RestResponseCookie.Comment"> <summary> Comment of the cookie </summary> </member> <member name="P:RestSharp.RestResponseCookie.CommentUri"> <summary> Comment of the cookie </summary> </member> <member name="P:RestSharp.RestResponseCookie.Discard"> <summary> Indicates whether the cookie should be discarded at the end of the session </summary> </member> <member name="P:RestSharp.RestResponseCookie.Domain"> <summary> Domain of the cookie </summary> </member> <member name="P:RestSharp.RestResponseCookie.Expired"> <summary> Indicates whether the cookie is expired </summary> </member> <member name="P:RestSharp.RestResponseCookie.Expires"> <summary> Date and time that the cookie expires </summary> </member> <member name="P:RestSharp.RestResponseCookie.HttpOnly"> <summary> Indicates that this cookie should only be accessed by the server </summary> </member> <member name="P:RestSharp.RestResponseCookie.Name"> <summary> Name of the cookie </summary> </member> <member name="P:RestSharp.RestResponseCookie.Path"> <summary> Path of the cookie </summary> </member> <member name="P:RestSharp.RestResponseCookie.Port"> <summary> Port of the cookie </summary> </member> <member name="P:RestSharp.RestResponseCookie.Secure"> <summary> Indicates that the cookie should only be sent over secure channels </summary> </member> <member name="P:RestSharp.RestResponseCookie.TimeStamp"> <summary> Date and time the cookie was created </summary> </member> <member name="P:RestSharp.RestResponseCookie.Value"> <summary> Value of the cookie </summary> </member> <member name="P:RestSharp.RestResponseCookie.Version"> <summary> Version of the cookie </summary> </member> <member name="T:RestSharp.Serializers.DotNetXmlSerializer"> <summary> Wrapper for System.Xml.Serialization.XmlSerializer. </summary> </member> <member name="M:RestSharp.Serializers.DotNetXmlSerializer.#ctor"> <summary> Default constructor, does not specify namespace </summary> </member> <member name="M:RestSharp.Serializers.DotNetXmlSerializer.#ctor(System.String)"> <summary> Specify the namespaced to be used when serializing </summary> <param name="namespace">XML namespace</param> </member> <member name="M:RestSharp.Serializers.DotNetXmlSerializer.Serialize(System.Object)"> <summary> Serialize the object as XML </summary> <param name="obj">Object to serialize</param> <returns>XML as string</returns> </member> <member name="P:RestSharp.Serializers.DotNetXmlSerializer.RootElement"> <summary> Name of the root element to use when serializing </summary> </member> <member name="P:RestSharp.Serializers.DotNetXmlSerializer.Namespace"> <summary> XML namespace to use when serializing </summary> </member> <member name="P:RestSharp.Serializers.DotNetXmlSerializer.DateFormat"> <summary> Format string to use when serializing dates </summary> </member> <member name="P:RestSharp.Serializers.DotNetXmlSerializer.ContentType"> <summary> Content type for serialized content </summary> </member> <member name="P:RestSharp.Serializers.DotNetXmlSerializer.Encoding"> <summary> Encoding for serialized content </summary> </member> <member name="T:RestSharp.Serializers.DotNetXmlSerializer.EncodingStringWriter"> <summary> Need to subclass StringWriter in order to override Encoding </summary> </member> <member name="T:RestSharp.Serializers.JsonSerializer"> <summary> Default JSON serializer for request bodies Doesn't currently use the SerializeAs attribute, defers to Newtonsoft's attributes </summary> </member> <member name="M:RestSharp.Serializers.JsonSerializer.#ctor"> <summary> Default serializer </summary> </member> <member name="M:RestSharp.Serializers.JsonSerializer.Serialize(System.Object)"> <summary> Serialize the object as JSON </summary> <param name="obj">Object to serialize</param> <returns>JSON as String</returns> </member> <member name="P:RestSharp.Serializers.JsonSerializer.DateFormat"> <summary> Unused for JSON Serialization </summary> </member> <member name="P:RestSharp.Serializers.JsonSerializer.RootElement"> <summary> Unused for JSON Serialization </summary> </member> <member name="P:RestSharp.Serializers.JsonSerializer.Namespace"> <summary> Unused for JSON Serialization </summary> </member> <member name="P:RestSharp.Serializers.JsonSerializer.ContentType"> <summary> Content type for serialized content </summary> </member> <member name="T:RestSharp.Serializers.SerializeAsAttribute"> <summary> Allows control how class and property names and values are serialized by XmlSerializer Currently not supported with the JsonSerializer When specified at the property level the class-level specification is overridden </summary> </member> <member name="M:RestSharp.Serializers.SerializeAsAttribute.TransformName(System.String)"> <summary> Called by the attribute when NameStyle is speficied </summary> <param name="input">The string to transform</param> <returns>String</returns> </member> <member name="P:RestSharp.Serializers.SerializeAsAttribute.Name"> <summary> The name to use for the serialized element </summary> </member> <member name="P:RestSharp.Serializers.SerializeAsAttribute.Attribute"> <summary> Sets the value to be serialized as an Attribute instead of an Element </summary> </member> <member name="P:RestSharp.Serializers.SerializeAsAttribute.Culture"> <summary> The culture to use when serializing </summary> </member> <member name="P:RestSharp.Serializers.SerializeAsAttribute.NameStyle"> <summary> Transforms the casing of the name based on the selected value. </summary> </member> <member name="P:RestSharp.Serializers.SerializeAsAttribute.Index"> <summary> The order to serialize the element. Default is int.MaxValue. </summary> </member> <member name="T:RestSharp.Serializers.NameStyle"> <summary> Options for transforming casing of element names </summary> </member> <member name="T:RestSharp.Serializers.XmlSerializer"> <summary> Default XML Serializer </summary> </member> <member name="M:RestSharp.Serializers.XmlSerializer.#ctor"> <summary> Default constructor, does not specify namespace </summary> </member> <member name="M:RestSharp.Serializers.XmlSerializer.#ctor(System.String)"> <summary> Specify the namespaced to be used when serializing </summary> <param name="namespace">XML namespace</param> </member> <member name="M:RestSharp.Serializers.XmlSerializer.Serialize(System.Object)"> <summary> Serialize the object as XML </summary> <param name="obj">Object to serialize</param> <returns>XML as string</returns> </member> <member name="M:RestSharp.Serializers.XmlSerializer.IsNumeric(System.Object)"> <summary> Determines if a given object is numeric in any way (can be integer, double, null, etc). </summary> </member> <member name="P:RestSharp.Serializers.XmlSerializer.RootElement"> <summary> Name of the root element to use when serializing </summary> </member> <member name="P:RestSharp.Serializers.XmlSerializer.Namespace"> <summary> XML namespace to use when serializing </summary> </member> <member name="P:RestSharp.Serializers.XmlSerializer.DateFormat"> <summary> Format string to use when serializing dates </summary> </member> <member name="P:RestSharp.Serializers.XmlSerializer.ContentType"> <summary> Content type for serialized content </summary> </member> <member name="T:RestSharp.Validation.Require"> <summary> Helper methods for validating required values </summary> </member> <member name="M:RestSharp.Validation.Require.Argument(System.String,System.Object)"> <summary> Require a parameter to not be null </summary> <param name="argumentName">Name of the parameter</param> <param name="argumentValue">Value of the parameter</param> </member> <member name="T:RestSharp.JsonArray"> <summary> Represents the json array. </summary> </member> <member name="M:RestSharp.JsonArray.#ctor"> <summary> Initializes a new instance of the <see cref="T:RestSharp.JsonArray"/> class. </summary> </member> <member name="M:RestSharp.JsonArray.#ctor(System.Int32)"> <summary> Initializes a new instance of the <see cref="T:RestSharp.JsonArray"/> class. </summary> <param name="capacity">The capacity of the json array.</param> </member> <member name="M:RestSharp.JsonArray.ToString"> <summary> The json representation of the array. </summary> <returns>The json representation of the array.</returns> </member> <member name="T:RestSharp.JsonObject"> <summary> Represents the json object. </summary> </member> <member name="F:RestSharp.JsonObject._members"> <summary> The internal member dictionary. </summary> </member> <member name="M:RestSharp.JsonObject.#ctor"> <summary> Initializes a new instance of <see cref="T:RestSharp.JsonObject"/>. </summary> </member> <member name="M:RestSharp.JsonObject.#ctor(System.Collections.Generic.IEqualityComparer{System.String})"> <summary> Initializes a new instance of <see cref="T:RestSharp.JsonObject"/>. </summary> <param name="comparer">The <see cref="T:System.Collections.Generic.IEqualityComparer`1"/> implementation to use when comparing keys, or null to use the default <see cref="T:System.Collections.Generic.EqualityComparer`1"/> for the type of the key.</param> </member> <member name="M:RestSharp.JsonObject.Add(System.String,System.Object)"> <summary> Adds the specified key. </summary> <param name="key">The key.</param> <param name="value">The value.</param> </member> <member name="M:RestSharp.JsonObject.ContainsKey(System.String)"> <summary> Determines whether the specified key contains key. </summary> <param name="key">The key.</param> <returns> <c>true</c> if the specified key contains key; otherwise, <c>false</c>. </returns> </member> <member name="M:RestSharp.JsonObject.Remove(System.String)"> <summary> Removes the specified key. </summary> <param name="key">The key.</param> <returns></returns> </member> <member name="M:RestSharp.JsonObject.TryGetValue(System.String,System.Object@)"> <summary> Tries the get value. </summary> <param name="key">The key.</param> <param name="value">The value.</param> <returns></returns> </member> <member name="M:RestSharp.JsonObject.Add(System.Collections.Generic.KeyValuePair{System.String,System.Object})"> <summary> Adds the specified item. </summary> <param name="item">The item.</param> </member> <member name="M:RestSharp.JsonObject.Clear"> <summary> Clears this instance. </summary> </member> <member name="M:RestSharp.JsonObject.Contains(System.Collections.Generic.KeyValuePair{System.String,System.Object})"> <summary> Determines whether [contains] [the specified item]. </summary> <param name="item">The item.</param> <returns> <c>true</c> if [contains] [the specified item]; otherwise, <c>false</c>. </returns> </member> <member name="M:RestSharp.JsonObject.CopyTo(System.Collections.Generic.KeyValuePair{System.String,System.Object}[],System.Int32)"> <summary> Copies to. </summary> <param name="array">The array.</param> <param name="arrayIndex">Index of the array.</param> </member> <member name="M:RestSharp.JsonObject.Remove(System.Collections.Generic.KeyValuePair{System.String,System.Object})"> <summary> Removes the specified item. </summary> <param name="item">The item.</param> <returns></returns> </member> <member name="M:RestSharp.JsonObject.GetEnumerator"> <summary> Gets the enumerator. </summary> <returns></returns> </member> <member name="M:RestSharp.JsonObject.System#Collections#IEnumerable#GetEnumerator"> <summary> Returns an enumerator that iterates through a collection. </summary> <returns> An <see cref="T:System.Collections.IEnumerator"/> object that can be used to iterate through the collection. </returns> </member> <member name="M:RestSharp.JsonObject.ToString"> <summary> Returns a json <see cref="T:System.String"/> that represents the current <see cref="T:System.Object"/>. </summary> <returns> A json <see cref="T:System.String"/> that represents the current <see cref="T:System.Object"/>. </returns> </member> <member name="M:RestSharp.JsonObject.TryConvert(System.Dynamic.ConvertBinder,System.Object@)"> <summary> Provides implementation for type conversion operations. Classes derived from the <see cref="T:System.Dynamic.DynamicObject"/> class can override this method to specify dynamic behavior for operations that convert an object from one type to another. </summary> <param name="binder">Provides information about the conversion operation. The binder.Type property provides the type to which the object must be converted. For example, for the statement (String)sampleObject in C# (CType(sampleObject, Type) in Visual Basic), where sampleObject is an instance of the class derived from the <see cref="T:System.Dynamic.DynamicObject"/> class, binder.Type returns the <see cref="T:System.String"/> type. The binder.Explicit property provides information about the kind of conversion that occurs. It returns true for explicit conversion and false for implicit conversion.</param> <param name="result">The result of the type conversion operation.</param> <returns> Alwasy returns true. </returns> </member> <member name="M:RestSharp.JsonObject.TryDeleteMember(System.Dynamic.DeleteMemberBinder)"> <summary> Provides the implementation for operations that delete an object member. This method is not intended for use in C# or Visual Basic. </summary> <param name="binder">Provides information about the deletion.</param> <returns> Alwasy returns true. </returns> </member> <member name="M:RestSharp.JsonObject.TryGetIndex(System.Dynamic.GetIndexBinder,System.Object[],System.Object@)"> <summary> Provides the implementation for operations that get a value by index. Classes derived from the <see cref="T:System.Dynamic.DynamicObject"/> class can override this method to specify dynamic behavior for indexing operations. </summary> <param name="binder">Provides information about the operation.</param> <param name="indexes">The indexes that are used in the operation. For example, for the sampleObject[3] operation in C# (sampleObject(3) in Visual Basic), where sampleObject is derived from the DynamicObject class, <paramref name="indexes"/> is equal to 3.</param> <param name="result">The result of the index operation.</param> <returns> Alwasy returns true. </returns> </member> <member name="M:RestSharp.JsonObject.TryGetMember(System.Dynamic.GetMemberBinder,System.Object@)"> <summary> Provides the implementation for operations that get member values. Classes derived from the <see cref="T:System.Dynamic.DynamicObject"/> class can override this method to specify dynamic behavior for operations such as getting a value for a property. </summary> <param name="binder">Provides information about the object that called the dynamic operation. The binder.Name property provides the name of the member on which the dynamic operation is performed. For example, for the Console.WriteLine(sampleObject.SampleProperty) statement, where sampleObject is an instance of the class derived from the <see cref="T:System.Dynamic.DynamicObject"/> class, binder.Name returns "SampleProperty". The binder.IgnoreCase property specifies whether the member name is case-sensitive.</param> <param name="result">The result of the get operation. For example, if the method is called for a property, you can assign the property value to <paramref name="result"/>.</param> <returns> Alwasy returns true. </returns> </member> <member name="M:RestSharp.JsonObject.TrySetIndex(System.Dynamic.SetIndexBinder,System.Object[],System.Object)"> <summary> Provides the implementation for operations that set a value by index. Classes derived from the <see cref="T:System.Dynamic.DynamicObject"/> class can override this method to specify dynamic behavior for operations that access objects by a specified index. </summary> <param name="binder">Provides information about the operation.</param> <param name="indexes">The indexes that are used in the operation. For example, for the sampleObject[3] = 10 operation in C# (sampleObject(3) = 10 in Visual Basic), where sampleObject is derived from the <see cref="T:System.Dynamic.DynamicObject"/> class, <paramref name="indexes"/> is equal to 3.</param> <param name="value">The value to set to the object that has the specified index. For example, for the sampleObject[3] = 10 operation in C# (sampleObject(3) = 10 in Visual Basic), where sampleObject is derived from the <see cref="T:System.Dynamic.DynamicObject"/> class, <paramref name="value"/> is equal to 10.</param> <returns> true if the operation is successful; otherwise, false. If this method returns false, the run-time binder of the language determines the behavior. (In most cases, a language-specific run-time exception is thrown. </returns> </member> <member name="M:RestSharp.JsonObject.TrySetMember(System.Dynamic.SetMemberBinder,System.Object)"> <summary> Provides the implementation for operations that set member values. Classes derived from the <see cref="T:System.Dynamic.DynamicObject"/> class can override this method to specify dynamic behavior for operations such as setting a value for a property. </summary> <param name="binder">Provides information about the object that called the dynamic operation. The binder.Name property provides the name of the member to which the value is being assigned. For example, for the statement sampleObject.SampleProperty = "Test", where sampleObject is an instance of the class derived from the <see cref="T:System.Dynamic.DynamicObject"/> class, binder.Name returns "SampleProperty". The binder.IgnoreCase property specifies whether the member name is case-sensitive.</param> <param name="value">The value to set to the member. For example, for sampleObject.SampleProperty = "Test", where sampleObject is an instance of the class derived from the <see cref="T:System.Dynamic.DynamicObject"/> class, the <paramref name="value"/> is "Test".</param> <returns> true if the operation is successful; otherwise, false. If this method returns false, the run-time binder of the language determines the behavior. (In most cases, a language-specific run-time exception is thrown.) </returns> </member> <member name="M:RestSharp.JsonObject.GetDynamicMemberNames"> <summary> Returns the enumeration of all dynamic member names. </summary> <returns> A sequence that contains dynamic member names. </returns> </member> <member name="P:RestSharp.JsonObject.Item(System.Int32)"> <summary> Gets the <see cref="T:System.Object"/> at the specified index. </summary> <value></value> </member> <member name="P:RestSharp.JsonObject.Keys"> <summary> Gets the keys. </summary> <value>The keys.</value> </member> <member name="P:RestSharp.JsonObject.Values"> <summary> Gets the values. </summary> <value>The values.</value> </member> <member name="P:RestSharp.JsonObject.Item(System.String)"> <summary> Gets or sets the <see cref="T:System.Object"/> with the specified key. </summary> <value></value> </member> <member name="P:RestSharp.JsonObject.Count"> <summary> Gets the count. </summary> <value>The count.</value> </member> <member name="P:RestSharp.JsonObject.IsReadOnly"> <summary> Gets a value indicating whether this instance is read only. </summary> <value> <c>true</c> if this instance is read only; otherwise, <c>false</c>. </value> </member> <member name="T:RestSharp.SimpleJson"> <summary> This class encodes and decodes JSON strings. Spec. details, see http://www.json.org/ JSON uses Arrays and Objects. These correspond here to the datatypes JsonArray(IList<object>) and JsonObject(IDictionary<string,object>). All numbers are parsed to doubles. </summary> </member> <member name="M:RestSharp.SimpleJson.DeserializeObject(System.String)"> <summary> Parses the string json into a value </summary> <param name="json">A JSON string.</param> <returns>An IList<object>, a IDictionary<string,object>, a double, a string, null, true, or false</returns> </member> <member name="M:RestSharp.SimpleJson.TryDeserializeObject(System.String,System.Object@)"> <summary> Try parsing the json string into a value. </summary> <param name="json"> A JSON string. </param> <param name="obj"> The object. </param> <returns> Returns true if successfull otherwise false. </returns> </member> <member name="M:RestSharp.SimpleJson.SerializeObject(System.Object,RestSharp.IJsonSerializerStrategy)"> <summary> Converts a IDictionary<string,object> / IList<object> object into a JSON string </summary> <param name="json">A IDictionary<string,object> / IList<object></param> <param name="jsonSerializerStrategy">Serializer strategy to use</param> <returns>A JSON encoded string, or null if object 'json' is not serializable</returns> </member> <member name="M:RestSharp.SimpleJson.IsNumeric(System.Object)"> <summary> Determines if a given object is numeric in any way (can be integer, double, null, etc). </summary> </member> <member name="T:RestSharp.Validation.Validate"> <summary> Helper methods for validating values </summary> </member> <member name="M:RestSharp.Validation.Validate.IsBetween(System.Int32,System.Int32,System.Int32)"> <summary> Validate an integer value is between the specified values (exclusive of min/max) </summary> <param name="value">Value to validate</param> <param name="min">Exclusive minimum value</param> <param name="max">Exclusive maximum value</param> </member> <member name="M:RestSharp.Validation.Validate.IsValidLength(System.String,System.Int32)"> <summary> Validate a string length </summary> <param name="value">String to be validated</param> <param name="maxSize">Maximum length of the string</param> </member> </members> </doc> |