Commit 78bfe67
authored
CMD-1245 - Improves proxy URI handling (#220)
* Improves proxy URI handling
Refines the creation of WebProxy addresses by using `UriKind.RelativeOrAbsolute` for more robust URI parsing, which can better accommodate various proxy URI formats.
Adds logging to provide visibility into the proxy URI received from environment variables and the final address assigned to the WebProxy, aiding in troubleshooting proxy configuration.
Relates to CDMS-1245
* Organizes using directives
Reorders `System` namespaces to the top of the file, improving code readability and adhering to common C# style guidelines.
Relates to CDMS-1245
* updates1 parent b08c25e commit 78bfe67
1 file changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
| 94 | + | |
94 | 95 | | |
95 | 96 | | |
96 | 97 | | |
97 | | - | |
| 98 | + | |
98 | 99 | | |
| 100 | + | |
99 | 101 | | |
100 | 102 | | |
101 | 103 | | |
0 commit comments