[Modify] Polish it
This commit is contained in:
parent
e111cc2ee2
commit
ecc78958c4
@ -644,7 +644,7 @@ namespace WebSocketSharp.Net
|
||||
if (cookies == null)
|
||||
throw new ArgumentNullException ("cookies");
|
||||
|
||||
foreach (Cookie cookie in cookies)
|
||||
foreach (var cookie in cookies._list)
|
||||
add (cookie);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user