[Modify] Edit it

This commit is contained in:
sta 2019-02-03 21:46:05 +09:00
parent 604df45d0e
commit 43850ce2a1

View File

@ -817,14 +817,11 @@ namespace WebSocketSharp.Net
}
/// <summary>
/// Returns a <see cref="string"/> that represents the current <see cref="Cookie"/>.
/// Returns a string that represents the current cookie instance.
/// </summary>
/// <remarks>
/// This method returns a <see cref="string"/> to use to send an HTTP Cookie to
/// an origin server.
/// </remarks>
/// <returns>
/// A <see cref="string"/> that represents the current <see cref="Cookie"/>.
/// A <see cref="string"/> to use to send an HTTP cookie to
/// an origin server.
/// </returns>
public override string ToString ()
{