Modified Cookie.cs, CookieCollection.cs

This commit is contained in:
sta
2013-04-10 15:31:15 +09:00
parent 9bf4adfbab
commit 48dbb4a811
30 changed files with 204 additions and 91 deletions

View File

@@ -207,7 +207,7 @@
</div>
<h1 class="PageTitle" id="T:WebSocketSharp.Net.Cookie">Cookie Class</h1>
<p class="Summary" id="T:WebSocketSharp.Net.Cookie:Summary">
Provides a set of properties and methods to use to manage the HTTP Cookie.
Provides a set of properties and methods used to manage an HTTP Cookie.
</p>
<div id="T:WebSocketSharp.Net.Cookie:Signature">
<h2>Syntax</h2>
@@ -216,8 +216,16 @@
<div class="Remarks" id="T:WebSocketSharp.Net.Cookie:Docs">
<h2 class="Section">Remarks</h2>
<div class="SectionBox" id="T:WebSocketSharp.Net.Cookie:Docs:Remarks">
<p>
The Cookie class supports the following cookie formats:
Netscape specification,
RFC 2109 and
RFC 2965.
</p>
<p>
The Cookie class cannot be inherited.
</div>
</p>
</div>
<h2 class="Section">Requirements</h2>
<div class="SectionBox" id="T:WebSocketSharp.Net.Cookie:Docs:Version Information">
<b>Namespace: </b>WebSocketSharp.Net<br /><b>Assembly: </b>websocket-sharp (in websocket-sharp.dll)</div>
@@ -1239,6 +1247,32 @@
<blockquote class="SubsectionBox" id="P:WebSocketSharp.Net.Cookie.Value:Value">
A <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.String">string</a> that contains the Value of the cookie.
</blockquote>
<h4 class="Subsection">Exceptions</h4>
<blockquote class="SubsectionBox" id="P:WebSocketSharp.Net.Cookie.Value:Exceptions">
<table class="TypeDocumentation">
<tr>
<th>Type</th>
<th>Reason</th>
</tr>
<tr valign="top">
<td>
<a href="../WebSocketSharp.Net/CookieException.html">WebSocketSharp.Net.CookieException</a>
</td>
<td>
<p>
The value specified for a set operation is <tt>null</tt>.
</p>
<p>
- or -
</p>
<p>
The value specified for a set operation contains a string not enclosed in double quotes
that contains an invalid character.
</p>
</td>
</tr>
</table>
</blockquote>
<h2 class="Section">Remarks</h2>
<div class="SectionBox" id="P:WebSocketSharp.Net.Cookie.Value:Remarks">
<span class="NotEntered">Documentation for this section has not yet been entered.</span>

View File

@@ -223,7 +223,7 @@
<a href="./Cookie.html">Cookie</a>
</td>
<td>
Provides a set of properties and methods to use to manage the HTTP Cookie.
Provides a set of properties and methods used to manage an HTTP Cookie.
</td>
</tr>
<tr valign="top">

View File

@@ -315,7 +315,7 @@
<a href="WebSocketSharp.Net/Cookie.html">Cookie</a>
</td>
<td>
Provides a set of properties and methods to use to manage the HTTP Cookie.
Provides a set of properties and methods used to manage an HTTP Cookie.
</td>
</tr>
<tr valign="top">

View File

@@ -10,11 +10,19 @@
<Interfaces />
<Docs>
<summary>
Provides a set of properties and methods to use to manage the HTTP Cookie.
Provides a set of properties and methods used to manage an HTTP Cookie.
</summary>
<remarks>
<para>
The Cookie class supports the following cookie formats:
<see href="http://web.archive.org/web/20020803110822/http://wp.netscape.com/newsref/std/cookie_spec.html">Netscape specification</see>,
<see href="http://www.ietf.org/rfc/rfc2109.txt">RFC 2109</see> and
<see href="http://www.ietf.org/rfc/rfc2965.txt">RFC 2965</see>.
</para>
<para>
The Cookie class cannot be inherited.
</remarks>
</para>
</remarks>
</Docs>
<Members>
<Member MemberName=".ctor">
@@ -484,6 +492,18 @@
A <see cref="T:System.String" /> that contains the Value of the cookie.
</value>
<remarks>To be added.</remarks>
<exception cref="T:WebSocketSharp.Net.CookieException">
<para>
The value specified for a set operation is <see langword="null" />.
</para>
<para>
- or -
</para>
<para>
The value specified for a set operation contains a string not enclosed in double quotes
that contains an invalid character.
</para>
</exception>
</Docs>
</Member>
<Member MemberName="Version">

View File

@@ -1,6 +1,6 @@
<Overview>
<Assemblies>
<Assembly Name="websocket-sharp" Version="1.0.2.32268">
<Assembly Name="websocket-sharp" Version="1.0.2.27822">
<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 11 00 00 00 29 17 fb 89 fe c3 91 f7 2b cb 8b e2 61 d2 3f 05 93 6d 65 a8 9e 63 72 a6 f5 d5 2c f2 9d 20 fa 0b c0 70 6a f6 88 7e 8b 90 3f 39 f5 76 c8 48 e0 bb 7b b2 7b ed d3 10 a7 1a 0f 70 98 0f 7f f4 4b 53 09 d2 a5 ef 36 c3 56 b4 aa f0 91 72 63 25 07 89 e0 93 3e 3f 2e f2 b9 73 0e 12 15 5d 43 56 c3 f4 70 a5 89 fe f7 f6 ac 3e 77 c2 d8 d0 84 91 f4 0c d1 f3 8e dc c3 c3 b8 38 3d 0c bf 17 de 20 78 c1 ]</AssemblyPublicKey>
<Attributes>
<Attribute>