From 95af1043eecec9ef193811e90e0dc48fe67db182 Mon Sep 17 00:00:00 2001 From: sta Date: Tue, 8 Apr 2014 15:45:03 +0900 Subject: [PATCH] Fix a few for CookieException.cs --- websocket-sharp/Net/CookieException.cs | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/websocket-sharp/Net/CookieException.cs b/websocket-sharp/Net/CookieException.cs index a07c5730..06123aec 100644 --- a/websocket-sharp/Net/CookieException.cs +++ b/websocket-sharp/Net/CookieException.cs @@ -65,15 +65,14 @@ namespace WebSocketSharp.Net #region Protected Constructors /// - /// Initializes a new instance of the class with the specified - /// and . + /// Initializes a new instance of the class from + /// the specified and . /// /// - /// A that holds the serialized object data. + /// A that contains the serialized object data. /// /// - /// A that contains the contextual information about the source - /// or destination. + /// A that specifies the source for the deserialization. /// protected CookieException ( SerializationInfo serializationInfo, StreamingContext streamingContext) @@ -99,7 +98,7 @@ namespace WebSocketSharp.Net /// /// Populates the specified with the data needed to serialize - /// the . + /// the current . /// /// /// A that holds the serialized object data. @@ -121,7 +120,7 @@ namespace WebSocketSharp.Net /// /// Populates the specified with the data needed to serialize - /// the . + /// the current . /// /// /// A that holds the serialized object data.