index.xml 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. <Overview>
  2. <Assemblies>
  3. <Assembly Name="System.Net.Http" Version="4.0.0.0">
  4. <AssemblyPublicKey>[00 24 00 00 04 80 00 00 94 00 00 00 06 02 00 00 00 24 00 00 52 53 41 31 00 04 00 00 01 00 01 00 07 d1 fa 57 c4 ae d9 f0 a3 2e 84 aa 0f ae fd 0d e9 e8 fd 6a ec 8f 87 fb 03 76 6c 83 4c 99 92 1e b2 3b e7 9a d9 d5 dc c1 dd 9a d2 36 13 21 02 90 0b 72 3c f9 80 95 7f c4 e1 77 10 8f c6 07 77 4f 29 e8 32 0e 92 ea 05 ec e4 e8 21 c0 a5 ef e8 f1 64 5c 4c 0c 93 c1 ab 99 28 5d 62 2c aa 65 2c 1d fa d6 3d 74 5d 6f 2d e5 f1 7e 5e af 0f c4 96 3d 26 1c 8a 12 43 65 18 20 6d c0 93 34 4d 5a d2 93 ]</AssemblyPublicKey>
  5. <Attributes>
  6. <Attribute>
  7. <AttributeName>System.CLSCompliant(true)</AttributeName>
  8. </Attribute>
  9. <Attribute>
  10. <AttributeName>System.Diagnostics.Debuggable(System.Diagnostics.DebuggableAttribute+DebuggingModes.IgnoreSymbolStoreSequencePoints)</AttributeName>
  11. </Attribute>
  12. <Attribute>
  13. <AttributeName>System.Reflection.AssemblyCompany("Mono development team")</AttributeName>
  14. </Attribute>
  15. <Attribute>
  16. <AttributeName>System.Reflection.AssemblyCopyright("(c) Various Mono authors")</AttributeName>
  17. </Attribute>
  18. <Attribute>
  19. <AttributeName>System.Reflection.AssemblyDefaultAlias("System.Net.Http.dll")</AttributeName>
  20. </Attribute>
  21. <Attribute>
  22. <AttributeName>System.Reflection.AssemblyDescription("System.Net.Http.dll")</AttributeName>
  23. </Attribute>
  24. <Attribute>
  25. <AttributeName>System.Reflection.AssemblyFileVersion("4.0.30319.17020")</AttributeName>
  26. </Attribute>
  27. <Attribute>
  28. <AttributeName>System.Reflection.AssemblyInformationalVersion("4.0.30319.17020")</AttributeName>
  29. </Attribute>
  30. <Attribute>
  31. <AttributeName>System.Reflection.AssemblyProduct("Mono Common Language Infrastructure")</AttributeName>
  32. </Attribute>
  33. <Attribute>
  34. <AttributeName>System.Reflection.AssemblyTitle("System.Net.Http.dll")</AttributeName>
  35. </Attribute>
  36. <Attribute>
  37. <AttributeName>System.Resources.NeutralResourcesLanguage("en-US")</AttributeName>
  38. </Attribute>
  39. <Attribute>
  40. <AttributeName>System.Resources.SatelliteContractVersion("4.0.0.0")</AttributeName>
  41. </Attribute>
  42. <Attribute>
  43. <AttributeName>System.Runtime.CompilerServices.InternalsVisibleTo("System.Net.Http.WebRequest, PublicKey=002400000480000094000000060200000024000052534131000400000100010007d1fa57c4aed9f0a32e84aa0faefd0de9e8fd6aec8f87fb03766c834c99921eb23be79ad9d5dcc1dd9ad236132102900b723cf980957fc4e177108fc607774f29e8320e92ea05ece4e821c0a5efe8f1645c4c0c93c1ab99285d622caa652c1dfad63d745d6f2de5f17e5eaf0fc4963d261c8a12436518206dc093344d5ad293")</AttributeName>
  44. </Attribute>
  45. <Attribute>
  46. <AttributeName>System.Runtime.CompilerServices.RuntimeCompatibility(WrapNonExceptionThrows=true)</AttributeName>
  47. </Attribute>
  48. <Attribute>
  49. <AttributeName>System.Runtime.InteropServices.ComVisible(false)</AttributeName>
  50. </Attribute>
  51. </Attributes>
  52. </Assembly>
  53. </Assemblies>
  54. <Remarks>To be added.</Remarks>
  55. <Copyright>To be added.</Copyright>
  56. <Types>
  57. <Namespace Name="System.Net.Http">
  58. <Type Name="ByteArrayContent" Kind="Class" />
  59. <Type Name="ClientCertificateOption" Kind="Enumeration" />
  60. <Type Name="DelegatingHandler" Kind="Class" />
  61. <Type Name="FormUrlEncodedContent" Kind="Class" />
  62. <Type Name="HttpClient" Kind="Class" />
  63. <Type Name="HttpClientHandler" Kind="Class" />
  64. <Type Name="HttpCompletionOption" Kind="Enumeration" />
  65. <Type Name="HttpContent" Kind="Class" />
  66. <Type Name="HttpMessageHandler" Kind="Class" />
  67. <Type Name="HttpMessageInvoker" Kind="Class" />
  68. <Type Name="HttpMethod" Kind="Class" />
  69. <Type Name="HttpRequestException" Kind="Class" />
  70. <Type Name="HttpRequestMessage" Kind="Class" />
  71. <Type Name="HttpResponseMessage" Kind="Class" />
  72. <Type Name="MessageProcessingHandler" Kind="Class" />
  73. <Type Name="MultipartContent" Kind="Class" />
  74. <Type Name="MultipartFormDataContent" Kind="Class" />
  75. <Type Name="StreamContent" Kind="Class" />
  76. <Type Name="StringContent" Kind="Class" />
  77. </Namespace>
  78. <Namespace Name="System.Net.Http.Headers">
  79. <Type Name="AuthenticationHeaderValue" Kind="Class" />
  80. <Type Name="CacheControlHeaderValue" Kind="Class" />
  81. <Type Name="ContentDispositionHeaderValue" Kind="Class" />
  82. <Type Name="ContentRangeHeaderValue" Kind="Class" />
  83. <Type Name="EntityTagHeaderValue" Kind="Class" />
  84. <Type Name="HttpContentHeaders" Kind="Class" />
  85. <Type Name="HttpHeaders" Kind="Class" />
  86. <Type Name="HttpHeaderValueCollection`1" DisplayName="HttpHeaderValueCollection&lt;T&gt;" Kind="Class" />
  87. <Type Name="HttpRequestHeaders" Kind="Class" />
  88. <Type Name="HttpResponseHeaders" Kind="Class" />
  89. <Type Name="MediaTypeHeaderValue" Kind="Class" />
  90. <Type Name="MediaTypeWithQualityHeaderValue" Kind="Class" />
  91. <Type Name="NameValueHeaderValue" Kind="Class" />
  92. <Type Name="NameValueWithParametersHeaderValue" Kind="Class" />
  93. <Type Name="ProductHeaderValue" Kind="Class" />
  94. <Type Name="ProductInfoHeaderValue" Kind="Class" />
  95. <Type Name="RangeConditionHeaderValue" Kind="Class" />
  96. <Type Name="RangeHeaderValue" Kind="Class" />
  97. <Type Name="RangeItemHeaderValue" Kind="Class" />
  98. <Type Name="RetryConditionHeaderValue" Kind="Class" />
  99. <Type Name="StringWithQualityHeaderValue" Kind="Class" />
  100. <Type Name="TransferCodingHeaderValue" Kind="Class" />
  101. <Type Name="TransferCodingWithQualityHeaderValue" Kind="Class" />
  102. <Type Name="ViaHeaderValue" Kind="Class" />
  103. <Type Name="WarningHeaderValue" Kind="Class" />
  104. </Namespace>
  105. </Types>
  106. <Title>System.Net.Http</Title>
  107. </Overview>