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-09-15 17:03:26 +0300
committerStephen Toub <stoub@microsoft.com>2016-09-20 09:04:32 +0300
commit9594452b79f80f1262c6586ff8f2f5c21fb18ee2 (patch)
tree18fdd1c394b984930854f07ea47817a7de6dc3c9 /pkg/descriptions.json
parenteed90edcfa01cd54d4bdd834ed5178f676c97f00 (diff)
Add System.Net.Mime assembly to corefx
Ports the .NET Framework implementation to corefx and adds some tests. There is a large portion of the implementation that's internal and not actually reachable from the exposed surface area, but exists to support SmtpClient. I've left that code in so as to enable subsequent porting of System.Net.Mail; at that point, we may want to combine all of this into a System.Net.Mail contract, but for now I've left it in a System.Net.Mime one.
Diffstat (limited to 'pkg/descriptions.json')
-rw-r--r--pkg/descriptions.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/pkg/descriptions.json b/pkg/descriptions.json
index e93aa6a4b1..d38763484c 100644
--- a/pkg/descriptions.json
+++ b/pkg/descriptions.json
@@ -861,6 +861,16 @@
]
},
{
+ "Name": "System.Net.Mime",
+ "Description": "Provides types that are used to represent Multipurpose Internet Mail Exchange (MIME) headers.",
+ "CommonTypes": [
+ "System.Net.Mime.ContentDisposition",
+ "System.Net.Mime.ContentType",
+ "System.Net.Mime.DispositionTypeNames",
+ "System.Net.Mime.MediaTypeNames"
+ ]
+ },
+ {
"Name": "System.Net.NameResolution",
"Description": "Provides the System.Net.Dns class, which enables developers to perform simple domain name resolution.",
"CommonTypes": [