Fix a few for WebHeaderCollection.cs
This commit is contained in:
parent
53f44a0e0e
commit
4125e4d3e1
@ -690,9 +690,10 @@ namespace WebSocketSharp.Net
|
||||
/// Gets a collection of header names in the collection.
|
||||
/// </summary>
|
||||
/// <value>
|
||||
/// A <see cref="KeysCollection"/> that contains all header names in the collection.
|
||||
/// A <see cref="NameObjectCollectionBase.KeysCollection"/> that contains all header names
|
||||
/// in the collection.
|
||||
/// </value>
|
||||
public override KeysCollection Keys {
|
||||
public override NameObjectCollectionBase.KeysCollection Keys {
|
||||
get {
|
||||
return base.Keys;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user