[Modify] Edit it
This commit is contained in:
parent
2e19ba7244
commit
c553f8163f
@ -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"/>.
|
||||||
|
Loading…
Reference in New Issue
Block a user