WinHttpHandler: Add support for bidirectional streaming (#51094)
authorJames Newton-King <james@newtonking.com>
Tue, 18 May 2021 08:58:59 +0000 (20:58 +1200)
committerGitHub <noreply@github.com>
Tue, 18 May 2021 08:58:59 +0000 (10:58 +0200)
commit5a0edac8a817f6974d58d4f9ea8e6809796f2853
tree7a2c29df1aa23fcafb0281ef56a0384a3478870d
parent4e4b8bf2d95280e4e87881b79038d1b89f347944
WinHttpHandler: Add support for bidirectional streaming (#51094)
src/libraries/Common/src/Interop/Windows/WinHttp/Interop.winhttp_types.cs
src/libraries/Common/tests/System/Net/Http/Http2LoopbackConnection.cs
src/libraries/System.Net.Http.WinHttpHandler/src/System.Net.Http.WinHttpHandler.csproj
src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpChunkMode.cs [new file with mode: 0644]
src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs
src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpRequestStream.cs
src/libraries/System.Net.Http.WinHttpHandler/tests/FunctionalTests/BidirectionStreamingTest.cs [new file with mode: 0644]
src/libraries/System.Net.Http.WinHttpHandler/tests/FunctionalTests/System.Net.Http.WinHttpHandler.Functional.Tests.csproj
src/libraries/System.Net.Http.WinHttpHandler/tests/UnitTests/System.Net.Http.WinHttpHandler.Unit.Tests.csproj
src/libraries/System.Net.Http.WinHttpHandler/tests/UnitTests/WinHttpRequestStreamTest.cs