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; }