[Modify] Edit it

This commit is contained in:
sta 2020-02-28 21:53:05 +09:00
parent 2e19ba7244
commit c553f8163f

View File

@ -1250,14 +1250,15 @@ namespace WebSocketSharp.Net
}
/// <summary>
/// Populates the specified <see cref="SerializationInfo"/> with the data needed to serialize
/// the <see cref="WebHeaderCollection"/>.
/// Populates a <see cref="SerializationInfo"/> instance with the data
/// needed to serialize this instance.
/// </summary>
/// <param name="serializationInfo">
/// A <see cref="SerializationInfo"/> that holds the serialized object data.
/// A <see cref="SerializationInfo"/> to populate with the data.
/// </param>
/// <param name="streamingContext">
/// A <see cref="StreamingContext"/> that specifies the destination for the serialization.
/// A <see cref="StreamingContext"/> that specifies the destination for
/// the serialization.
/// </param>
/// <exception cref="ArgumentNullException">
/// <paramref name="serializationInfo"/> is <see langword="null"/>.