[Modify] Polish it

This commit is contained in:
sta 2019-04-22 14:19:48 +09:00
parent e111cc2ee2
commit ecc78958c4

View File

@ -644,7 +644,7 @@ namespace WebSocketSharp.Net
if (cookies == null) if (cookies == null)
throw new ArgumentNullException ("cookies"); throw new ArgumentNullException ("cookies");
foreach (Cookie cookie in cookies) foreach (var cookie in cookies._list)
add (cookie); add (cookie);
} }