|
1 | | -/** |
2 | | - * |
3 | | - * Costura.Fody |
4 | | - * Copyright (c) Simon Cropp, Cameron MacFarland |
5 | | - * |
6 | | - * Permission is hereby granted, free of charge, to any person obtaining a copy |
7 | | - * of this software and associated documentation files (the "Software"), to deal |
8 | | - * in the Software without restriction, including without limitation the rights |
9 | | - * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
10 | | - * copies of the Software, and to permit persons to whom the Software is |
11 | | - * furnished to do so, subject to the following conditions: |
12 | | - * |
13 | | - * The above copyright notice and this permission notice shall be included in |
14 | | - * all copies or substantial portions of the Software. |
15 | | - * |
16 | | - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
17 | | - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
18 | | - * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
19 | | - * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
20 | | - * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING |
21 | | - * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS |
22 | | - * IN THE SOFTWARE. |
23 | | - * |
24 | | - * ----------------------------------------------------------------------------- |
25 | | - * |
26 | | - * Fody |
27 | | - * Copyright (c) Simon Cropp |
28 | | - * |
29 | | - * Permission is hereby granted, free of charge, to any person obtaining a copy |
30 | | - * of this software and associated documentation files (the "Software"), to deal |
31 | | - * in the Software without restriction, including without limitation the rights |
32 | | - * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
33 | | - * copies of the Software, and to permit persons to whom the Software is |
34 | | - * furnished to do so, subject to the following conditions: |
35 | | - * |
36 | | - * The above copyright notice and this permission notice shall be included in |
37 | | - * all copies or substantial portions of the Software. |
38 | | - * |
39 | | - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
40 | | - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
41 | | - * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
42 | | - * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
43 | | - * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING |
44 | | - * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS |
45 | | - * IN THE SOFTWARE. |
46 | | - * |
47 | | - * ----------------------------------------------------------------------------- |
48 | | - * |
49 | | - * |
50 | | - * Html Agility Pack (HAP) |
51 | | - * Copyright (c)ZZZ Projects, Simon Mourrier, Jeff Klawiter, Stephan Grell |
52 | | - * |
53 | | - * Permission is hereby granted, free of charge, to any person obtaining a copy |
54 | | - * of this software and associated documentation files (the "Software"), to deal |
55 | | - * in the Software without restriction, including without limitation the rights |
56 | | - * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
57 | | - * copies of the Software, and to permit persons to whom the Software is |
58 | | - * furnished to do so, subject to the following conditions: |
59 | | - * |
60 | | - * The above copyright notice and this permission notice shall be included in |
61 | | - * all copies or substantial portions of the Software. |
62 | | - * |
63 | | - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
64 | | - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
65 | | - * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
66 | | - * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
67 | | - * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING |
68 | | - * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS |
69 | | - * IN THE SOFTWARE. |
70 | | - * |
71 | | - * ----------------------------------------------------------------------------- |
72 | | - * |
73 | | - * Newtonsoft.Json |
74 | | - * Copyright (c) James Newton-King |
75 | | - * |
76 | | - * Permission is hereby granted, free of charge, to any person obtaining a copy |
77 | | - * of this software and associated documentation files (the "Software"), to deal |
78 | | - * in the Software without restriction, including without limitation the rights |
79 | | - * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
80 | | - * copies of the Software, and to permit persons to whom the Software is |
81 | | - * furnished to do so, subject to the following conditions: |
82 | | - * |
83 | | - * The above copyright notice and this permission notice shall be included in |
84 | | - * all copies or substantial portions of the Software. |
85 | | - * |
86 | | - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
87 | | - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
88 | | - * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
89 | | - * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
90 | | - * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING |
91 | | - * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS |
92 | | - * IN THE SOFTWARE. |
93 | | - * |
94 | | - */ |
95 | | - |
96 | | -using Newtonsoft.Json.Linq; |
| 1 | +using Newtonsoft.Json.Linq; |
97 | 2 | using System; |
98 | 3 | using System.Collections.Generic; |
99 | 4 | using System.Net; |
|
0 commit comments