[System]: Rename the internal class 'ChunkStream' into 'MonoChunkStream'. (#4803)
authorMartin Baulig <mabaul@microsoft.com>
Mon, 8 May 2017 16:13:50 +0000 (12:13 -0400)
committerGitHub <noreply@github.com>
Mon, 8 May 2017 16:13:50 +0000 (12:13 -0400)
commite5cdc000d76d1f94b23704ed8e60a3e1ae3169e2
tree639544cf87d49b4c78f30a865635593a7d203c6e
parent141970828eb254b72b897aa0f12e926e9156a1ee
[System]: Rename the internal class 'ChunkStream' into 'MonoChunkStream'. (#4803)

* [System]: Fully stub-out SslStream on platforms where it's not supported.

* Remove 'SECURITY_DEP' conditional from LocalCertificateSelectionCallback.

* Add the internal delegates and remove 'SECURITY_DEP' from SslStream.platformnotsupported.cs.

* In SslStream.cs, we now provide the full API when '!SECURITY_DEP' using the
PlatformNotSupportedException()-based implementation from SslStream.platformnotsupported.cs

* [System]: Rename the internal class 'ChunkStream' into 'MonoChunkStream'.

Our 'ChunkStream' is used by 'WebConnection', so it will stay after using
HttpListener from corefx.
mcs/class/System/System-bare-net_4_x.csproj
mcs/class/System/System-net_4_x.csproj
mcs/class/System/System-secxml-net_4_x.csproj
mcs/class/System/System.Net/ChunkStream.cs [deleted file]
mcs/class/System/System.Net/ChunkedInputStream.cs
mcs/class/System/System.Net/MonoChunkStream.cs [new file with mode: 0644]
mcs/class/System/System.Net/WebConnection.cs
mcs/class/System/common.sources