Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/pkg
diff options
context:
space:
mode:
authorStephen Toub <stoub@microsoft.com>2016-09-23 03:56:34 +0300
committerStephen Toub <stoub@microsoft.com>2016-09-24 04:29:59 +0300
commit4320a3c0fe66b2a39f3519f6b6fed3ded3ddd22e (patch)
treeaaf6bba291fe2e20ae316c7907f50f10d6bbb8b8 /pkg
parent7a6ef9cd43ae70082eff85a08d78ae0aaad3046c (diff)
Add System.Net.WebProxy to corefx
Diffstat (limited to 'pkg')
-rw-r--r--pkg/Microsoft.Private.PackageBaseline/packageIndex.json5
-rw-r--r--pkg/descriptions.json7
2 files changed, 12 insertions, 0 deletions
diff --git a/pkg/Microsoft.Private.PackageBaseline/packageIndex.json b/pkg/Microsoft.Private.PackageBaseline/packageIndex.json
index 955cdbcf59..ee92e6907d 100644
--- a/pkg/Microsoft.Private.PackageBaseline/packageIndex.json
+++ b/pkg/Microsoft.Private.PackageBaseline/packageIndex.json
@@ -1333,6 +1333,11 @@
"4.0.1.0": "4.0.1"
}
},
+ "System.Net.WebProxy": {
+ "AssemblyVersionInPackageVersion": {
+ "4.0.0.0": "4.3.0"
+ }
+ },
"System.Net.WebSockets": {
"StableVersions": [
"4.0.0"
diff --git a/pkg/descriptions.json b/pkg/descriptions.json
index a71418fe78..1405c78948 100644
--- a/pkg/descriptions.json
+++ b/pkg/descriptions.json
@@ -963,6 +963,13 @@
]
},
{
+ "Name": "System.Net.WebProxy",
+ "Description": "Provides the System.Net.WebProxy class, which supports sending data to and receiving data from a resource identified by a URI.",
+ "CommonTypes": [
+ "System.Net.WebProxy"
+ ]
+ },
+ {
"Name": "System.Net.WebSockets",
"Description": "Provides the System.Net.WebSockets.WebSocket abstract class and related types to allow developers to implement the WebSocket protocol (RFC 6455). WebSockets provide full-duplex communication over a single TCP connection.",
"CommonTypes": [