[Modify] Edit it

This commit is contained in:
sta 2016-09-15 14:36:25 +09:00
parent e41048bcdc
commit 425a7a8b09

View File

@ -2883,6 +2883,9 @@ namespace WebSocketSharp
/// Sets an HTTP <paramref name="cookie"/> to send with /// Sets an HTTP <paramref name="cookie"/> to send with
/// the WebSocket handshake request to the server. /// the WebSocket handshake request to the server.
/// </summary> /// </summary>
/// <remarks>
/// This method is not available in a server.
/// </remarks>
/// <param name="cookie"> /// <param name="cookie">
/// A <see cref="Cookie"/> that represents a cookie to send. /// A <see cref="Cookie"/> that represents a cookie to send.
/// </param> /// </param>