From f4b57d04ff2c0a9394755d026b63bfd45b9751bb Mon Sep 17 00:00:00 2001 From: sta Date: Mon, 24 Feb 2020 22:20:09 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Net/WebHeaderCollection.cs | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/websocket-sharp/Net/WebHeaderCollection.cs b/websocket-sharp/Net/WebHeaderCollection.cs index 585f2ba9..64b0b10a 100644 --- a/websocket-sharp/Net/WebHeaderCollection.cs +++ b/websocket-sharp/Net/WebHeaderCollection.cs @@ -559,20 +559,24 @@ namespace WebSocketSharp.Net #region Protected Constructors /// - /// Initializes a new instance of the class from - /// the specified and . + /// Initializes a new instance of the + /// class from the specified and + /// . /// /// - /// A that contains the serialized object data. + /// A that contains the serialized + /// object data. /// /// - /// A that specifies the source for the deserialization. + /// A that specifies the source for + /// the deserialization. /// /// /// is . /// /// - /// An element with the specified name isn't found in . + /// An element with the specified name is not found in + /// . /// protected WebHeaderCollection ( SerializationInfo serializationInfo, StreamingContext streamingContext