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

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Martinez <joelmartinez@gmail.com>2016-04-20 23:51:37 +0300
committerMiguel de Icaza <miguel@gnome.org>2016-04-20 23:51:37 +0300
commit8ff2f4518e412d9db6599472159a2040d94f767f (patch)
tree67dafd11b30645382920752065d4816ff21fd9c2 /mcs/class/System.Net.Http
parentcde767b6ba11e70cddef61d297cb67626a38edc1 (diff)
[docs] Added index.xml entry for CFNetworkHandler. (#2930)
This particular piece of documentation is added manually, because it's not in the regular BCL library, but is provided by Xamarin on the iOS platform. Because it was missing an entry in the index file, it was excluded from the published documentation when doing mdoc assemble.
Diffstat (limited to 'mcs/class/System.Net.Http')
-rw-r--r--mcs/class/System.Net.Http/Documentation/en/index.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/mcs/class/System.Net.Http/Documentation/en/index.xml b/mcs/class/System.Net.Http/Documentation/en/index.xml
index eb70cc576c7..08925bbaf2d 100644
--- a/mcs/class/System.Net.Http/Documentation/en/index.xml
+++ b/mcs/class/System.Net.Http/Documentation/en/index.xml
@@ -56,6 +56,7 @@
<Types>
<Namespace Name="System.Net.Http">
<Type Name="ByteArrayContent" Kind="Class" />
+ <Type Name="CFNetworkHandler" Kind="Class" />
<Type Name="ClientCertificateOption" Kind="Enumeration" />
<Type Name="DelegatingHandler" Kind="Class" />
<Type Name="FormUrlEncodedContent" Kind="Class" />