[Modify] Polish it
This commit is contained in:
@@ -793,7 +793,7 @@ namespace WebSocketSharp.Net
|
|||||||
return;
|
return;
|
||||||
|
|
||||||
if (headerType != _state) {
|
if (headerType != _state) {
|
||||||
var msg = "This collection does not allow the header.";
|
var msg = "This instance does not allow the header.";
|
||||||
|
|
||||||
throw new InvalidOperationException (msg);
|
throw new InvalidOperationException (msg);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user