[Modify] Polish it
This commit is contained in:
parent
4cc0194312
commit
b58dc42dc1
@ -1617,7 +1617,9 @@ namespace WebSocketSharp.Net
|
|||||||
/// </exception>
|
/// </exception>
|
||||||
public override void Remove (string name)
|
public override void Remove (string name)
|
||||||
{
|
{
|
||||||
doWithCheckingState (removeWithoutCheckingName, checkName (name), null, false);
|
name = checkName (name);
|
||||||
|
|
||||||
|
doWithCheckingState (removeWithoutCheckingName, name, null, false);
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
Loading…
Reference in New Issue
Block a user