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
diff options
context:
space:
mode:
authorStephen Toub <stoub@microsoft.com>2016-10-22 16:57:32 +0300
committerStephen Toub <stoub@microsoft.com>2016-10-22 22:45:48 +0300
commitae3dfc48662d72adec7bbd3f4700bf55e113a00f (patch)
tree79b9c0de375d20a17655a8c098f711c65587290e /pkg/descriptions.json
parentf78ffb2d16f3db93b8767a0fdc0377661a98940c (diff)
Create System.Net.ServicePoint assembly
- Creates a new System.Net.ServicePoint contract - Moves the relevant typs down into it from System.Net.Requests - Deletes the obsolete ICertificatePolicy that was preventing this separation
Diffstat (limited to 'pkg/descriptions.json')
-rw-r--r--pkg/descriptions.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/pkg/descriptions.json b/pkg/descriptions.json
index e528448776..1e1abbcddc 100644
--- a/pkg/descriptions.json
+++ b/pkg/descriptions.json
@@ -945,6 +945,14 @@
]
},
{
+ "Name": "System.Net.ServicePoint",
+ "Description": "Provides types related to the management of network connections.",
+ "CommonTypes": [
+ "System.Net.ServicePoint",
+ "System.Net.ServicePointManager"
+ ]
+ },
+ {
"Name": "System.Net.Sockets",
"Description": "Provides classes such as Socket, TcpClient and UdpClient, which enable developers to send and receive data over the network.",
"CommonTypes": [