UrlSyndicationContent.xml 7.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Type Name="UrlSyndicationContent" FullName="System.ServiceModel.Syndication.UrlSyndicationContent">
  3. <TypeSignature Language="C#" Value="public class UrlSyndicationContent : System.ServiceModel.Syndication.SyndicationContent" />
  4. <TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit UrlSyndicationContent extends System.ServiceModel.Syndication.SyndicationContent" />
  5. <AssemblyInfo>
  6. <AssemblyName>System.ServiceModel</AssemblyName>
  7. <AssemblyVersion>4.0.0.0</AssemblyVersion>
  8. </AssemblyInfo>
  9. <Base>
  10. <BaseTypeName>System.ServiceModel.Syndication.SyndicationContent</BaseTypeName>
  11. </Base>
  12. <Interfaces />
  13. <Docs>
  14. <remarks>To be added.</remarks>
  15. <summary>
  16. <attribution license="cc4" from="Microsoft" modified="false" />
  17. <para>Represents syndication content that consists of a URL to another resource.</para>
  18. </summary>
  19. </Docs>
  20. <Members>
  21. <Member MemberName=".ctor">
  22. <MemberSignature Language="C#" Value="protected UrlSyndicationContent (System.ServiceModel.Syndication.UrlSyndicationContent source);" />
  23. <MemberSignature Language="ILAsm" Value=".method familyhidebysig specialname rtspecialname instance void .ctor(class System.ServiceModel.Syndication.UrlSyndicationContent source) cil managed" />
  24. <MemberType>Constructor</MemberType>
  25. <AssemblyInfo>
  26. <AssemblyVersion>4.0.0.0</AssemblyVersion>
  27. </AssemblyInfo>
  28. <Parameters>
  29. <Parameter Name="source" Type="System.ServiceModel.Syndication.UrlSyndicationContent" />
  30. </Parameters>
  31. <Docs>
  32. <remarks>To be added.</remarks>
  33. <summary>
  34. <attribution license="cc4" from="Microsoft" modified="false" />
  35. <para>Initializes a new instance of the <see cref="T:System.ServiceModel.Syndication.UrlSyndicationContent" /> class with the specified <see cref="T:System.ServiceModel.Syndication.UrlSyndicationContent" /> instance.</para>
  36. </summary>
  37. <param name="source">
  38. <attribution license="cc4" from="Microsoft" modified="false" />The <see cref="T:System.ServiceModel.Syndication.UrlSyndicationContent" /> instance.</param>
  39. </Docs>
  40. </Member>
  41. <Member MemberName=".ctor">
  42. <MemberSignature Language="C#" Value="public UrlSyndicationContent (Uri url, string mediaType);" />
  43. <MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(class System.Uri url, string mediaType) cil managed" />
  44. <MemberType>Constructor</MemberType>
  45. <AssemblyInfo>
  46. <AssemblyVersion>4.0.0.0</AssemblyVersion>
  47. </AssemblyInfo>
  48. <Parameters>
  49. <Parameter Name="url" Type="System.Uri" />
  50. <Parameter Name="mediaType" Type="System.String" />
  51. </Parameters>
  52. <Docs>
  53. <remarks>
  54. <attribution license="cc4" from="Microsoft" modified="false" />
  55. <para>The media type parameter can be set to any known MIME type value as defined in <see cref="http://go.microsoft.com/fwlink/?LinkId=95720">RFC 2046</see>.</para>
  56. </remarks>
  57. <summary>
  58. <attribution license="cc4" from="Microsoft" modified="false" />
  59. <para>Initializes a new instance of the <see cref="T:System.ServiceModel.Syndication.UrlSyndicationContent" /> class with the specified <see cref="T:System.Uri" /> and media type.</para>
  60. </summary>
  61. <param name="url">
  62. <attribution license="cc4" from="Microsoft" modified="false" />The <see cref="T:System.Uri" />. </param>
  63. <param name="mediaType">
  64. <attribution license="cc4" from="Microsoft" modified="false" />The media type of the resource referenced by the <see cref="T:System.Uri" />.</param>
  65. </Docs>
  66. </Member>
  67. <Member MemberName="Clone">
  68. <MemberSignature Language="C#" Value="public override System.ServiceModel.Syndication.SyndicationContent Clone ();" />
  69. <MemberSignature Language="ILAsm" Value=".method public hidebysig virtual instance class System.ServiceModel.Syndication.SyndicationContent Clone() cil managed" />
  70. <MemberType>Method</MemberType>
  71. <AssemblyInfo>
  72. <AssemblyVersion>4.0.0.0</AssemblyVersion>
  73. </AssemblyInfo>
  74. <ReturnValue>
  75. <ReturnType>System.ServiceModel.Syndication.SyndicationContent</ReturnType>
  76. </ReturnValue>
  77. <Parameters />
  78. <Docs>
  79. <remarks>To be added.</remarks>
  80. <summary>
  81. <attribution license="cc4" from="Microsoft" modified="false" />
  82. <para>Creates a copy of the existing <see cref="T:System.ServiceModel.Syndication.UrlSyndicationContent" /> instance.</para>
  83. </summary>
  84. <returns>
  85. <attribution license="cc4" from="Microsoft" modified="false" />
  86. <para>A new <see cref="T:System.ServiceModel.Syndication.SyndicationContent" /> instance that contains the new copy of the <see cref="T:System.ServiceModel.Syndication.UrlSyndicationContent" />.</para>
  87. </returns>
  88. </Docs>
  89. </Member>
  90. <Member MemberName="Type">
  91. <MemberSignature Language="C#" Value="public override string Type { get; }" />
  92. <MemberSignature Language="ILAsm" Value=".property instance string Type" />
  93. <MemberType>Property</MemberType>
  94. <AssemblyInfo>
  95. <AssemblyVersion>4.0.0.0</AssemblyVersion>
  96. </AssemblyInfo>
  97. <ReturnValue>
  98. <ReturnType>System.String</ReturnType>
  99. </ReturnValue>
  100. <Docs>
  101. <value>To be added.</value>
  102. <remarks>
  103. <attribution license="cc4" from="Microsoft" modified="false" />
  104. <para>The content type can be set to any known MIME type value as defined in <see cref="http://go.microsoft.com/fwlink/?LinkId=95720">RFC 2046</see>.</para>
  105. </remarks>
  106. <summary>
  107. <attribution license="cc4" from="Microsoft" modified="false" />
  108. <para>Gets the content type of the <see cref="T:System.ServiceModel.Syndication.UrlSyndicationContent" />.</para>
  109. </summary>
  110. </Docs>
  111. </Member>
  112. <Member MemberName="Url">
  113. <MemberSignature Language="C#" Value="public Uri Url { get; }" />
  114. <MemberSignature Language="ILAsm" Value=".property instance class System.Uri Url" />
  115. <MemberType>Property</MemberType>
  116. <AssemblyInfo>
  117. <AssemblyVersion>4.0.0.0</AssemblyVersion>
  118. </AssemblyInfo>
  119. <ReturnValue>
  120. <ReturnType>System.Uri</ReturnType>
  121. </ReturnValue>
  122. <Docs>
  123. <value>To be added.</value>
  124. <remarks>To be added.</remarks>
  125. <summary>
  126. <attribution license="cc4" from="Microsoft" modified="false" />
  127. <para>Gets the <see cref="T:System.Uri" /> for the <see cref="T:System.ServiceModel.Syndication.UrlSyndicationContent" />.</para>
  128. </summary>
  129. </Docs>
  130. </Member>
  131. <Member MemberName="WriteContentsTo">
  132. <MemberSignature Language="C#" Value="protected override void WriteContentsTo (System.Xml.XmlWriter writer);" />
  133. <MemberSignature Language="ILAsm" Value=".method familyhidebysig virtual instance void WriteContentsTo(class System.Xml.XmlWriter writer) cil managed" />
  134. <MemberType>Method</MemberType>
  135. <AssemblyInfo>
  136. <AssemblyVersion>4.0.0.0</AssemblyVersion>
  137. </AssemblyInfo>
  138. <ReturnValue>
  139. <ReturnType>System.Void</ReturnType>
  140. </ReturnValue>
  141. <Parameters>
  142. <Parameter Name="writer" Type="System.Xml.XmlWriter" />
  143. </Parameters>
  144. <Docs>
  145. <remarks>To be added.</remarks>
  146. <summary>
  147. <attribution license="cc4" from="Microsoft" modified="false" />
  148. <para>Writes the contents of the <see cref="T:System.ServiceModel.Syndication.UrlSyndicationContent" /> instance to the specified <see cref="T:System.Xml.XmlWriter" />.</para>
  149. </summary>
  150. <param name="writer">
  151. <attribution license="cc4" from="Microsoft" modified="false" />The <see cref="T:System.Xml.XmlWriter" /> to write to.</param>
  152. </Docs>
  153. </Member>
  154. </Members>
  155. </Type>