[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> /// <summary>
/// Populates the specified <see cref="SerializationInfo"/> with the data needed to serialize /// Populates a <see cref="SerializationInfo"/> instance with the data
/// the <see cref="WebHeaderCollection"/>. /// needed to serialize this instance.
/// </summary> /// </summary>
/// <param name="serializationInfo"> /// <param name="serializationInfo">
/// A <see cref="SerializationInfo"/> that holds the serialized object data. /// A <see cref="SerializationInfo"/> to populate with the data.
/// </param> /// </param>
/// <param name="streamingContext"> /// <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> /// </param>
/// <exception cref="ArgumentNullException"> /// <exception cref="ArgumentNullException">
/// <paramref name="serializationInfo"/> is <see langword="null"/>. /// <paramref name="serializationInfo"/> is <see langword="null"/>.