starting at the specified <paramrefname="index"/> in the <paramrefname="array"/>.
</summary>
<paramname="array">
An array of <seecref="T:WebSocketSharp.Net.Cookie"/>that is the destination of the elements copied from the <seecref="T:WebSocketSharp.Net.CookieCollection"/>.
An array of <seecref="T:WebSocketSharp.Net.Cookie"/> is the destination of the elements copied from the <seecref="T:WebSocketSharp.Net.CookieCollection"/>.
</param>
<paramname="index">
An <seecref="T:System.Int32"/> that indicates the zero-based index in <paramrefname="array"/> at which copying begins.
An <ahref="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Array">Array</a>that is the destination of the elements copied from the <ahref="../WebSocketSharp.Net/CookieCollection.html">WebSocketSharp.Net.CookieCollection</a>.
An <ahref="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Array">Array</a> is the destination of the elements copied from the <ahref="../WebSocketSharp.Net/CookieCollection.html">WebSocketSharp.Net.CookieCollection</a>.
The number of elements in the <ahref="../WebSocketSharp.Net/CookieCollection.html">WebSocketSharp.Net.CookieCollection</a> is greater than the available space
from index to the end of the destination <i>array</i>.
The elements in the <ahref="../WebSocketSharp.Net/CookieCollection.html">WebSocketSharp.Net.CookieCollection</a> cannot be cast automatically
to the type of the destination <i>array</i>.
</td>
</tr>
</table>
@ -620,7 +646,7 @@
<i>array</i>
</dt>
<dd>
An array of <ahref="../WebSocketSharp.Net/Cookie.html">WebSocketSharp.Net.Cookie</a>that is the destination of the elements copied from the <ahref="../WebSocketSharp.Net/CookieCollection.html">WebSocketSharp.Net.CookieCollection</a>.
An array of <ahref="../WebSocketSharp.Net/Cookie.html">WebSocketSharp.Net.Cookie</a> is the destination of the elements copied from the <ahref="../WebSocketSharp.Net/CookieCollection.html">WebSocketSharp.Net.CookieCollection</a>.
The number of elements in the <ahref="../WebSocketSharp.Net/CookieCollection.html">WebSocketSharp.Net.CookieCollection</a> is greater than the available space
from index to the end of the destination <i>array</i>.
</td>
</tr>
</table>
@ -764,7 +799,7 @@
<i>index</i>
</dt>
<dd>
An <ahref="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int32">int</a>that is the zero-based index of the <ahref="../WebSocketSharp.Net/Cookie.html">WebSocketSharp.Net.Cookie</a> to find.
An <ahref="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int32">int</a> is the zero-based index of the <ahref="../WebSocketSharp.Net/Cookie.html">WebSocketSharp.Net.Cookie</a> to find.
</dd>
</dl>
</blockquote>
@ -816,7 +851,7 @@
<i>name</i>
</dt>
<dd>
A <ahref="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.String">string</a>that is the name of the <ahref="../WebSocketSharp.Net/Cookie.html">WebSocketSharp.Net.Cookie</a> to find.
A <ahref="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.String">string</a> is the name of the <ahref="../WebSocketSharp.Net/Cookie.html">WebSocketSharp.Net.Cookie</a> to find.
A <ahref="../WebSocketSharp.Net/CookieCollection.html">WebSocketSharp.Net.CookieCollection</a> that contains a collection of the HTTP Cookies received from the client.
</dd>
<dt>
<i>response</i>
</dt>
<dd>
A <ahref="../WebSocketSharp.Net/CookieCollection.html">WebSocketSharp.Net.CookieCollection</a> that contains a collection of the HTTP Cookies to send to the client.
Gets the collection of cookies from the specified <ahref="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Collections.Specialized.NameValueCollection">System.Collections.Specialized.NameValueCollection</a>.
</blockquote></td>
</tr>
<trvalign="top">
@ -1182,6 +1193,44 @@
<b>Namespace: </b>WebSocketSharp<br/><b>Assembly: </b>websocket-sharp (in websocket-sharp.dll)</div>
Gets the collection of cookies from the specified <ahref="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Collections.Specialized.NameValueCollection">System.Collections.Specialized.NameValueCollection</a>.
A <ahref="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Collections.Specialized.NameValueCollection">System.Collections.Specialized.NameValueCollection</a> that contains a collection of the HTTP Headers.
</dd>
<dt>
<i>response</i>
</dt>
<dd>
<tt>true</tt> if gets from the response <i>headers</i>;
The number of elements in the <seecref="T:WebSocketSharp.Net.CookieCollection"/> is greater than the available space
from index to the end of the destination <paramrefname="array"/>.
</para>
</exception>
<exceptioncref="T:System.InvalidCastException">
The elements in the <seecref="T:WebSocketSharp.Net.CookieCollection"/> cannot be cast automatically
to the type of the destination <paramrefname="array"/>.
</exception>
</Docs>
</Member>
<MemberMemberName="CopyTo">
@ -121,7 +137,7 @@
</Parameters>
<Docs>
<paramname="array">
An array of <seecref="T:WebSocketSharp.Net.Cookie"/>that is the destination of the elements copied from the <seecref="T:WebSocketSharp.Net.CookieCollection"/>.
An array of <seecref="T:WebSocketSharp.Net.Cookie"/> is the destination of the elements copied from the <seecref="T:WebSocketSharp.Net.CookieCollection"/>.
</param>
<paramname="index">
An <seecref="T:System.Int32"/> that indicates the zero-based index in <paramrefname="array"/> at which copying begins.
The number of elements in the <seecref="T:WebSocketSharp.Net.CookieCollection"/> is greater than the available space
from index to the end of the destination <paramrefname="array"/>.
</exception>
</Docs>
</Member>
<MemberMemberName="Count">
@ -223,7 +243,7 @@
</Parameters>
<Docs>
<paramname="index">
An <seecref="T:System.Int32"/>that is the zero-based index of the <seecref="T:WebSocketSharp.Net.Cookie"/> to find.
An <seecref="T:System.Int32"/> is the zero-based index of the <seecref="T:WebSocketSharp.Net.Cookie"/> to find.
</param>
<summary>
Gets the <seecref="T:WebSocketSharp.Net.Cookie"/> with the specified <paramrefname="index"/> from the <seecref="T:WebSocketSharp.Net.CookieCollection"/>.
@ -250,7 +270,7 @@
</Parameters>
<Docs>
<paramname="name">
A <seecref="T:System.String"/>that is the name of the <seecref="T:WebSocketSharp.Net.Cookie"/> to find.
A <seecref="T:System.String"/> is the name of the <seecref="T:WebSocketSharp.Net.Cookie"/> to find.
</param>
<summary>
Gets the <seecref="T:WebSocketSharp.Net.Cookie"/> with the specified <paramrefname="name"/> from the <seecref="T:WebSocketSharp.Net.CookieCollection"/>.