[Modify] Rename it
This commit is contained in:
parent
b70705ee95
commit
021c8dcf6b
@ -587,7 +587,7 @@ namespace WebSocketSharp.Net
|
|||||||
|
|
||||||
#region Private Methods
|
#region Private Methods
|
||||||
|
|
||||||
private bool canAddOrUpdate (Cookie cookie)
|
private bool canSetCookie (Cookie cookie)
|
||||||
{
|
{
|
||||||
var found = findCookie (cookie).ToList ();
|
var found = findCookie (cookie).ToList ();
|
||||||
|
|
||||||
@ -961,7 +961,7 @@ namespace WebSocketSharp.Net
|
|||||||
if (cookie == null)
|
if (cookie == null)
|
||||||
throw new ArgumentNullException ("cookie");
|
throw new ArgumentNullException ("cookie");
|
||||||
|
|
||||||
if (!canAddOrUpdate (cookie)) {
|
if (!canSetCookie (cookie)) {
|
||||||
var msg = "It cannot be updated.";
|
var msg = "It cannot be updated.";
|
||||||
throw new ArgumentException (msg, "cookie");
|
throw new ArgumentException (msg, "cookie");
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user