Browse Source

[Modify] Edit it

pull/298/merge
sta 9 months ago
parent
commit
3bb01b7b50
  1. 6
      websocket-sharp/Net/WebHeaderCollection.cs

6
websocket-sharp/Net/WebHeaderCollection.cs

@ -1448,11 +1448,11 @@ namespace WebSocketSharp.Net
}
/// <summary>
/// Populates a <see cref="SerializationInfo"/> instance with the data
/// needed to serialize this instance.
/// Populates the specified <see cref="SerializationInfo"/> instance with
/// the data needed to serialize the current instance.
/// </summary>
/// <param name="serializationInfo">
/// A <see cref="SerializationInfo"/> to populate with the data.
/// A <see cref="SerializationInfo"/> that holds the serialized object data.
/// </param>
/// <param name="streamingContext">
/// A <see cref="StreamingContext"/> that specifies the destination for

Loading…
Cancel
Save