|
|
|
@ -559,20 +559,24 @@ namespace WebSocketSharp.Net
|
|
|
|
#region Protected Constructors
|
|
|
|
#region Protected Constructors
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// <summary>
|
|
|
|
/// Initializes a new instance of the <see cref="WebHeaderCollection"/> class from
|
|
|
|
/// Initializes a new instance of the <see cref="WebHeaderCollection"/>
|
|
|
|
/// the specified <see cref="SerializationInfo"/> and <see cref="StreamingContext"/>.
|
|
|
|
/// class from the specified <see cref="SerializationInfo"/> and
|
|
|
|
|
|
|
|
/// <see cref="StreamingContext"/>.
|
|
|
|
/// </summary>
|
|
|
|
/// </summary>
|
|
|
|
/// <param name="serializationInfo">
|
|
|
|
/// <param name="serializationInfo">
|
|
|
|
/// A <see cref="SerializationInfo"/> that contains the serialized object data.
|
|
|
|
/// A <see cref="SerializationInfo"/> that contains the serialized
|
|
|
|
|
|
|
|
/// object data.
|
|
|
|
/// </param>
|
|
|
|
/// </param>
|
|
|
|
/// <param name="streamingContext">
|
|
|
|
/// <param name="streamingContext">
|
|
|
|
/// A <see cref="StreamingContext"/> that specifies the source for the deserialization.
|
|
|
|
/// A <see cref="StreamingContext"/> that specifies the source for
|
|
|
|
|
|
|
|
/// the deserialization.
|
|
|
|
/// </param>
|
|
|
|
/// </param>
|
|
|
|
/// <exception cref="ArgumentNullException">
|
|
|
|
/// <exception cref="ArgumentNullException">
|
|
|
|
/// <paramref name="serializationInfo"/> is <see langword="null"/>.
|
|
|
|
/// <paramref name="serializationInfo"/> is <see langword="null"/>.
|
|
|
|
/// </exception>
|
|
|
|
/// </exception>
|
|
|
|
/// <exception cref="ArgumentException">
|
|
|
|
/// <exception cref="ArgumentException">
|
|
|
|
/// An element with the specified name isn't found in <paramref name="serializationInfo"/>.
|
|
|
|
/// An element with the specified name is not found in
|
|
|
|
|
|
|
|
/// <paramref name="serializationInfo"/>.
|
|
|
|
/// </exception>
|
|
|
|
/// </exception>
|
|
|
|
protected WebHeaderCollection (
|
|
|
|
protected WebHeaderCollection (
|
|
|
|
SerializationInfo serializationInfo, StreamingContext streamingContext
|
|
|
|
SerializationInfo serializationInfo, StreamingContext streamingContext
|
|
|
|
|