diff --git a/websocket-sharp/Net/WebHeaderCollection.cs b/websocket-sharp/Net/WebHeaderCollection.cs index 5fe322cd..031a35f7 100644 --- a/websocket-sharp/Net/WebHeaderCollection.cs +++ b/websocket-sharp/Net/WebHeaderCollection.cs @@ -1029,7 +1029,7 @@ namespace WebSocketSharp.Net for (var i = 0; i < cnt; i++) { var name = GetKey (i); - if (IsMultiValue (name, response)) { + if (isMultiValue (name, response)) { foreach (var val in GetValues (i)) buff.AppendFormat ("{0}: {1}\r\n", name, val);