Initial (partially-reviewed API) System.Net.Connections. (#39524)
authorCory Nelson <phrosty@gmail.com>
Tue, 28 Jul 2020 15:06:57 +0000 (08:06 -0700)
committerGitHub <noreply@github.com>
Tue, 28 Jul 2020 15:06:57 +0000 (08:06 -0700)
commit4b8c5fe2b4757f77f5699d49a072fcb123d2e33b
tree831e79641614c96958082fbf03333f484483e82a
parenta9009db46e315d0eb862c6925cca19798b947163
Initial (partially-reviewed API) System.Net.Connections. (#39524)
55 files changed:
src/libraries/Common/tests/System/Net/Http/GenericLoopbackServer.cs
src/libraries/Common/tests/System/Net/Http/Http2LoopbackConnection.cs
src/libraries/Common/tests/System/Net/Http/Http2LoopbackServer.cs
src/libraries/Common/tests/System/Net/Http/Http3LoopbackConnection.cs
src/libraries/Common/tests/System/Net/Http/Http3LoopbackServer.cs
src/libraries/Common/tests/System/Net/Http/LoopbackServer.cs
src/libraries/Common/tests/System/Net/VirtualNetwork/VirtualNetwork.cs
src/libraries/Common/tests/System/Net/VirtualNetwork/VirtualNetworkConnectionListenerFactory.cs [new file with mode: 0644]
src/libraries/Common/tests/System/Net/VirtualNetwork/VirtualNetworkStream.cs
src/libraries/Common/tests/System/Threading/Tasks/TaskTimeoutExtensions.cs
src/libraries/NetCoreAppLibrary.props
src/libraries/System.IO.Pipelines/pkg/System.IO.Pipelines.pkgproj
src/libraries/System.IO.Pipelines/ref/System.IO.Pipelines.csproj
src/libraries/System.Net.Connections/Directory.Build.props [new file with mode: 0644]
src/libraries/System.Net.Connections/System.Net.Connections.sln [new file with mode: 0644]
src/libraries/System.Net.Connections/ref/System.Net.Connections.cs [new file with mode: 0644]
src/libraries/System.Net.Connections/ref/System.Net.Connections.csproj [new file with mode: 0644]
src/libraries/System.Net.Connections/src/Resources/Strings.resx [new file with mode: 0644]
src/libraries/System.Net.Connections/src/System.Net.Connections.csproj [new file with mode: 0644]
src/libraries/System.Net.Connections/src/System/Net/Connections/Connection.cs [new file with mode: 0644]
src/libraries/System.Net.Connections/src/System/Net/Connections/ConnectionBase.cs [new file with mode: 0644]
src/libraries/System.Net.Connections/src/System/Net/Connections/ConnectionCloseMethod.cs [new file with mode: 0644]
src/libraries/System.Net.Connections/src/System/Net/Connections/ConnectionExtensions.cs [new file with mode: 0644]
src/libraries/System.Net.Connections/src/System/Net/Connections/ConnectionFactory.cs [new file with mode: 0644]
src/libraries/System.Net.Connections/src/System/Net/Connections/ConnectionListener.cs [new file with mode: 0644]
src/libraries/System.Net.Connections/src/System/Net/Connections/ConnectionListenerFactory.cs [new file with mode: 0644]
src/libraries/System.Net.Connections/src/System/Net/Connections/DuplexPipeStream.cs [new file with mode: 0644]
src/libraries/System.Net.Connections/src/System/Net/Connections/IConnectionProperties.cs [new file with mode: 0644]
src/libraries/System.Net.Connections/tests/System.Net.Connections.Tests/ConnectionBaseTest.cs [new file with mode: 0644]
src/libraries/System.Net.Connections/tests/System.Net.Connections.Tests/ConnectionTest.cs [new file with mode: 0644]
src/libraries/System.Net.Connections/tests/System.Net.Connections.Tests/ConnectionWithoutStreamOrPipe.cs [new file with mode: 0644]
src/libraries/System.Net.Connections/tests/System.Net.Connections.Tests/MockConnection.cs [new file with mode: 0644]
src/libraries/System.Net.Connections/tests/System.Net.Connections.Tests/MockPipe.cs [new file with mode: 0644]
src/libraries/System.Net.Connections/tests/System.Net.Connections.Tests/MockPipeReader.cs [new file with mode: 0644]
src/libraries/System.Net.Connections/tests/System.Net.Connections.Tests/MockPipeWriter.cs [new file with mode: 0644]
src/libraries/System.Net.Connections/tests/System.Net.Connections.Tests/MockStream.cs [new file with mode: 0644]
src/libraries/System.Net.Connections/tests/System.Net.Connections.Tests/System.Net.Connections.Tests.csproj [new file with mode: 0644]
src/libraries/System.Net.Http/ref/System.Net.Http.cs
src/libraries/System.Net.Http/ref/System.Net.Http.csproj
src/libraries/System.Net.Http/src/System.Net.Http.csproj
src/libraries/System.Net.Http/src/System/Net/Http/BrowserHttpHandler/SocketsHttpConnectionFactory.cs [new file with mode: 0644]
src/libraries/System.Net.Http/src/System/Net/Http/BrowserHttpHandler/SocketsHttpHandler.cs
src/libraries/System.Net.Http/src/System/Net/Http/SocketsHttpHandler/ConnectHelper.cs
src/libraries/System.Net.Http/src/System/Net/Http/SocketsHttpHandler/Connections/SocketConnection.cs [new file with mode: 0644]
src/libraries/System.Net.Http/src/System/Net/Http/SocketsHttpHandler/Connections/TaskSocketAsyncEventArgs.cs [new file with mode: 0644]
src/libraries/System.Net.Http/src/System/Net/Http/SocketsHttpHandler/DnsEndPointWithProperties.cs [new file with mode: 0644]
src/libraries/System.Net.Http/src/System/Net/Http/SocketsHttpHandler/Http2Connection.cs
src/libraries/System.Net.Http/src/System/Net/Http/SocketsHttpHandler/HttpConnection.cs
src/libraries/System.Net.Http/src/System/Net/Http/SocketsHttpHandler/HttpConnectionPool.cs
src/libraries/System.Net.Http/src/System/Net/Http/SocketsHttpHandler/HttpConnectionSettings.cs
src/libraries/System.Net.Http/src/System/Net/Http/SocketsHttpHandler/SocketsHttpConnectionFactory.cs [new file with mode: 0644]
src/libraries/System.Net.Http/src/System/Net/Http/SocketsHttpHandler/SocketsHttpHandler.cs
src/libraries/System.Net.Http/tests/FunctionalTests/SocketsHttpHandlerTest.cs
src/libraries/System.Net.Http/tests/FunctionalTests/System.Net.Http.Functional.Tests.csproj
src/libraries/pkg/baseline/packageIndex.json