From 4125e4d3e186edc1d8f03a41ffd1d045b0a8cd55 Mon Sep 17 00:00:00 2001 From: sta Date: Fri, 9 May 2014 16:00:42 +0900 Subject: [PATCH] Fix a few for WebHeaderCollection.cs --- websocket-sharp/Net/WebHeaderCollection.cs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/websocket-sharp/Net/WebHeaderCollection.cs b/websocket-sharp/Net/WebHeaderCollection.cs index 32d57c19..24860c9c 100644 --- a/websocket-sharp/Net/WebHeaderCollection.cs +++ b/websocket-sharp/Net/WebHeaderCollection.cs @@ -690,9 +690,10 @@ namespace WebSocketSharp.Net /// Gets a collection of header names in the collection. /// /// - /// A that contains all header names in the collection. + /// A that contains all header names + /// in the collection. /// - public override KeysCollection Keys { + public override NameObjectCollectionBase.KeysCollection Keys { get { return base.Keys; }