|
121 | 121 | <Link>Common\System\Net\Logging\NetEventSource.Common.cs</Link> |
122 | 122 | </Compile> |
123 | 123 | </ItemGroup> |
124 | | - <!-- Managed HttpClientHandler implementation --> |
| 124 | + <!-- SocketsHttpHandler implementation --> |
125 | 125 | <ItemGroup Condition="'$(TargetGroup)' == 'netcoreapp'"> |
126 | | - <Compile Include="System\Net\Http\Managed\AuthenticateAndRedirectHandler.cs" /> |
127 | | - <Compile Include="System\Net\Http\Managed\AuthenticationHelper.Basic.cs" /> |
128 | | - <Compile Include="System\Net\Http\Managed\AuthenticationHelper.Digest.cs" /> |
129 | | - <Compile Include="System\Net\Http\Managed\ChunkedEncodingReadStream.cs" /> |
130 | | - <Compile Include="System\Net\Http\Managed\ChunkedEncodingWriteStream.cs" /> |
131 | | - <Compile Include="System\Net\Http\Managed\ConnectHelper.cs" /> |
132 | | - <Compile Include="System\Net\Http\Managed\ConnectionCloseReadStream.cs" /> |
133 | | - <Compile Include="System\Net\Http\Managed\ContentLengthReadStream.cs" /> |
134 | | - <Compile Include="System\Net\Http\Managed\ContentLengthWriteStream.cs" /> |
135 | | - <Compile Include="System\Net\Http\Managed\CookieHandler.cs" /> |
136 | | - <Compile Include="System\Net\Http\Managed\DecompressionHandler.cs" /> |
137 | | - <Compile Include="System\Net\Http\Managed\EmptyReadStream.cs" /> |
138 | | - <Compile Include="System\Net\Http\Managed\HttpConnection.cs" /> |
139 | | - <Compile Include="System\Net\Http\Managed\HttpConnectionContent.cs" /> |
140 | | - <Compile Include="System\Net\Http\Managed\HttpConnectionHandler.cs" /> |
141 | | - <Compile Include="System\Net\Http\Managed\HttpConnectionKey.cs" /> |
142 | | - <Compile Include="System\Net\Http\Managed\HttpConnectionPool.cs" /> |
143 | | - <Compile Include="System\Net\Http\Managed\HttpConnectionPools.cs" /> |
144 | | - <Compile Include="System\Net\Http\Managed\HttpConnectionSettings.cs" /> |
145 | | - <Compile Include="System\Net\Http\Managed\HttpContentDuplexStream.cs" /> |
146 | | - <Compile Include="System\Net\Http\Managed\HttpContentReadStream.cs" /> |
147 | | - <Compile Include="System\Net\Http\Managed\HttpContentStream.cs" /> |
148 | | - <Compile Include="System\Net\Http\Managed\HttpContentWriteStream.cs" /> |
149 | | - <Compile Include="System\Net\Http\Managed\HttpProxyConnectionHandler.cs" /> |
150 | | - <Compile Include="System\Net\Http\Managed\ManagedHandler.cs" /> |
151 | | - <Compile Include="System\Net\Http\Managed\RawConnectionStream.cs" /> |
| 126 | + <Compile Include="System\Net\Http\SocketsHttpHandler\AuthenticateAndRedirectHandler.cs" /> |
| 127 | + <Compile Include="System\Net\Http\SocketsHttpHandler\AuthenticationHelper.Basic.cs" /> |
| 128 | + <Compile Include="System\Net\Http\SocketsHttpHandler\AuthenticationHelper.Digest.cs" /> |
| 129 | + <Compile Include="System\Net\Http\SocketsHttpHandler\ChunkedEncodingReadStream.cs" /> |
| 130 | + <Compile Include="System\Net\Http\SocketsHttpHandler\ChunkedEncodingWriteStream.cs" /> |
| 131 | + <Compile Include="System\Net\Http\SocketsHttpHandler\ConnectHelper.cs" /> |
| 132 | + <Compile Include="System\Net\Http\SocketsHttpHandler\ConnectionCloseReadStream.cs" /> |
| 133 | + <Compile Include="System\Net\Http\SocketsHttpHandler\ContentLengthReadStream.cs" /> |
| 134 | + <Compile Include="System\Net\Http\SocketsHttpHandler\ContentLengthWriteStream.cs" /> |
| 135 | + <Compile Include="System\Net\Http\SocketsHttpHandler\CookieHandler.cs" /> |
| 136 | + <Compile Include="System\Net\Http\SocketsHttpHandler\DecompressionHandler.cs" /> |
| 137 | + <Compile Include="System\Net\Http\SocketsHttpHandler\EmptyReadStream.cs" /> |
| 138 | + <Compile Include="System\Net\Http\SocketsHttpHandler\HttpConnection.cs" /> |
| 139 | + <Compile Include="System\Net\Http\SocketsHttpHandler\HttpConnectionContent.cs" /> |
| 140 | + <Compile Include="System\Net\Http\SocketsHttpHandler\HttpConnectionHandler.cs" /> |
| 141 | + <Compile Include="System\Net\Http\SocketsHttpHandler\HttpConnectionKey.cs" /> |
| 142 | + <Compile Include="System\Net\Http\SocketsHttpHandler\HttpConnectionPool.cs" /> |
| 143 | + <Compile Include="System\Net\Http\SocketsHttpHandler\HttpConnectionPools.cs" /> |
| 144 | + <Compile Include="System\Net\Http\SocketsHttpHandler\HttpConnectionSettings.cs" /> |
| 145 | + <Compile Include="System\Net\Http\SocketsHttpHandler\HttpContentDuplexStream.cs" /> |
| 146 | + <Compile Include="System\Net\Http\SocketsHttpHandler\HttpContentReadStream.cs" /> |
| 147 | + <Compile Include="System\Net\Http\SocketsHttpHandler\HttpContentStream.cs" /> |
| 148 | + <Compile Include="System\Net\Http\SocketsHttpHandler\HttpContentWriteStream.cs" /> |
| 149 | + <Compile Include="System\Net\Http\SocketsHttpHandler\HttpProxyConnectionHandler.cs" /> |
| 150 | + <Compile Include="System\Net\Http\SocketsHttpHandler\SocketsHttpHandler.cs" /> |
| 151 | + <Compile Include="System\Net\Http\SocketsHttpHandler\RawConnectionStream.cs" /> |
152 | 152 | </ItemGroup> |
153 | | - <!-- Managed HttpClientHandler platform parts --> |
| 153 | + <!-- SocketsHttpHandler platform parts --> |
154 | 154 | <ItemGroup Condition=" '$(TargetsUnix)' == 'true' And '$(TargetGroup)' == 'netcoreapp'"> |
155 | | - <Compile Include="System\Net\Http\Managed\HttpProxyConnectionHandler.Unix.cs" /> |
156 | | - <Compile Include="System\Net\Http\Managed\HttpEnvironmentProxy.cs" /> |
| 155 | + <Compile Include="System\Net\Http\SocketsHttpHandler\HttpProxyConnectionHandler.Unix.cs" /> |
| 156 | + <Compile Include="System\Net\Http\SocketsHttpHandler\HttpEnvironmentProxy.cs" /> |
157 | 157 | </ItemGroup> |
158 | 158 | <ItemGroup Condition=" '$(TargetsWindows)' == 'true' And '$(TargetGroup)' == 'netcoreapp'"> |
159 | | - <Compile Include="System\Net\Http\Managed\HttpProxyConnectionHandler.Windows.cs" /> |
| 159 | + <Compile Include="System\Net\Http\SocketsHttpHandler\HttpProxyConnectionHandler.Windows.cs" /> |
160 | 160 | </ItemGroup> |
161 | 161 | <!-- Common --> |
162 | 162 | <ItemGroup> |
|
187 | 187 | <Link>Common\System\Net\Mail\WhitespaceReader.cs</Link> |
188 | 188 | </Compile> |
189 | 189 | </ItemGroup> |
190 | | - <!-- WinHTTP implementation --> |
| 190 | + <!-- WinHttpHandler implementation --> |
191 | 191 | <ItemGroup Condition=" '$(TargetsWindows)' == 'true' And '$(TargetGroup)' != 'uap'"> |
192 | 192 | <Compile Include="System\Net\Http\HttpClientHandler.Core.cs" /> |
193 | 193 | <Compile Include="System\Net\Http\HttpClientHandler.Windows.cs" /> |
|
206 | 206 | <ItemGroup Condition=" '$(TargetsWindows)' == 'true' And '$(TargetGroup)' != 'uap'"> |
207 | 207 | <Compile Include="@(CompileItem)" /> |
208 | 208 | </ItemGroup> |
209 | | - <!-- Unix --> |
| 209 | + <!-- CurlHandler implementation --> |
210 | 210 | <PropertyGroup Condition=" '$(TargetsUnix)' == 'true' "> |
211 | 211 | <AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
212 | 212 | </PropertyGroup> |
213 | 213 | <ItemGroup Condition=" '$(TargetsUnix)' == 'true' "> |
214 | 214 | <Compile Include="System\Net\Http\HttpClientHandler.Core.cs" /> |
215 | 215 | <Compile Include="System\Net\Http\HttpClientHandler.Unix.cs" /> |
216 | | - <Compile Include="System\Net\Http\Unix\CurlHandler.cs" /> |
217 | | - <Compile Include="System\Net\Http\Unix\CurlHandler.EasyRequest.cs" /> |
218 | | - <Compile Include="System\Net\Http\Unix\CurlHandler.MultiAgent.cs" /> |
219 | | - <Compile Include="System\Net\Http\Unix\CurlException.cs" /> |
220 | | - <Compile Include="System\Net\Http\Unix\CurlHandler.CurlResponseMessage.cs" /> |
221 | | - <Compile Include="System\Net\Http\Unix\CurlResponseHeaderReader.cs" /> |
| 216 | + <Compile Include="System\Net\Http\CurlHandler\CurlHandler.cs" /> |
| 217 | + <Compile Include="System\Net\Http\CurlHandler\CurlHandler.EasyRequest.cs" /> |
| 218 | + <Compile Include="System\Net\Http\CurlHandler\CurlHandler.MultiAgent.cs" /> |
| 219 | + <Compile Include="System\Net\Http\CurlHandler\CurlException.cs" /> |
| 220 | + <Compile Include="System\Net\Http\CurlHandler\CurlHandler.CurlResponseMessage.cs" /> |
| 221 | + <Compile Include="System\Net\Http\CurlHandler\CurlResponseHeaderReader.cs" /> |
222 | 222 | <Compile Include="$(CommonPath)\System\StrongToWeakReference.cs"> |
223 | 223 | <Link>Common\Interop\Unix\StrongToWeakReference.cs</Link> |
224 | 224 | </Compile> |
|
377 | 377 | <Compile Include="$(CommonPath)\System\Net\Security\CertificateValidation.Unix.cs"> |
378 | 378 | <Link>Common\System\Net\Security\CertificateValidation.Unix.cs</Link> |
379 | 379 | </Compile> |
380 | | - <Compile Include="System\Net\Http\Unix\CurlHandler.ClientCertificateProvider.cs" /> |
381 | | - <Compile Include="System\Net\Http\Unix\CurlHandler.SslProvider.cs" /> |
| 380 | + <Compile Include="System\Net\Http\CurlHandler\CurlHandler.ClientCertificateProvider.cs" /> |
| 381 | + <Compile Include="System\Net\Http\CurlHandler\CurlHandler.SslProvider.Linux.cs" /> |
382 | 382 | </ItemGroup> |
383 | 383 | <ItemGroup Condition=" '$(TargetsOSX)' == 'true' "> |
384 | | - <Compile Include="System\Net\Http\OSX\CurlHandler.SslProvider.cs" /> |
| 384 | + <Compile Include="System\Net\Http\CurlHandler\CurlHandler.SslProvider.OSX.cs" /> |
385 | 385 | </ItemGroup> |
386 | 386 | <ItemGroup Condition="'$(TargetGroup)' == 'uap'"> |
387 | 387 | <Reference Include="Windows" /> |
|
0 commit comments