Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 4 additions & 5 deletions docs/xml/Org.Apache.Http.Cookies/ICookieSpecFactory.xml
Original file line numberDiff line numberDiff line change
Expand Up@@ -29,7 +29,7 @@
</Attribute>
</Attributes>
<Docs since="1">
<summary>To be added.</summary>
<summary>Factory interface for <see cref="T:Org.Apache.Http.Cookies.ICookieSpec" /> implementations.</summary>
<remarks>
<para>
<format type="text/html">
Expand DownExpand Up@@ -63,10 +63,9 @@
<Parameter Name="params" Type="Org.Apache.Http.Params.IHttpParams" />
</Parameters>
<Docs>
<param name="params">To be added.</param>
<summary>
</summary>
<returns>To be added.</returns>
<param name="params">The HTTP parameters used to create the <see cref="T:Org.Apache.Http.Cookies.ICookieSpec" />.</param>
<summary>Creates a <see cref="T:Org.Apache.Http.Cookies.ICookieSpec" /> instance using the given HTTP parameters.</summary>
<returns>The created <see cref="T:Org.Apache.Http.Cookies.ICookieSpec" />.</returns>
<remarks>
<para>Portions of this page are modifications based on work created and shared by the <format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format> and used according to terms described in the <format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
</remarks>
Expand Down