From b168700dde13b8cf1dcbc8fa1d2d534d57ddecf9 Mon Sep 17 00:00:00 2001 From: sta Date: Wed, 8 May 2019 22:22:59 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Net/CookieException.cs | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/websocket-sharp/Net/CookieException.cs b/websocket-sharp/Net/CookieException.cs index 390e60c0..54b44b85 100644 --- a/websocket-sharp/Net/CookieException.cs +++ b/websocket-sharp/Net/CookieException.cs @@ -97,15 +97,19 @@ namespace WebSocketSharp.Net #region Public Methods /// - /// Populates the specified with the data needed to serialize - /// the current . + /// Populates the specified instance with + /// the data needed to serialize the current instance. /// /// /// A that holds the serialized object data. /// /// - /// A that specifies the destination for the serialization. + /// A that specifies the destination for + /// the serialization. /// + /// + /// is . + /// [ SecurityPermission ( SecurityAction.LinkDemand,