|
|
|
@ -128,15 +128,19 @@ namespace WebSocketSharp.Net
|
|
|
|
#region Explicit Interface Implementation
|
|
|
|
#region Explicit Interface Implementation
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// <summary>
|
|
|
|
/// Populates the specified <see cref="SerializationInfo"/> with the data needed to serialize
|
|
|
|
/// Populates the specified <see cref="SerializationInfo"/> instance with
|
|
|
|
/// the current <see cref="CookieException"/>.
|
|
|
|
/// the data needed to serialize the current instance.
|
|
|
|
/// </summary>
|
|
|
|
/// </summary>
|
|
|
|
/// <param name="serializationInfo">
|
|
|
|
/// <param name="serializationInfo">
|
|
|
|
/// A <see cref="SerializationInfo"/> that holds the serialized object data.
|
|
|
|
/// A <see cref="SerializationInfo"/> that holds the serialized object 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">
|
|
|
|
|
|
|
|
/// <paramref name="serializationInfo"/> is <see langword="null"/>.
|
|
|
|
|
|
|
|
/// </exception>
|
|
|
|
[
|
|
|
|
[
|
|
|
|
SecurityPermission (
|
|
|
|
SecurityPermission (
|
|
|
|
SecurityAction.LinkDemand,
|
|
|
|
SecurityAction.LinkDemand,
|
|
|
|
|