[Modify] Edit it

master
sta 7 years ago
parent 604df45d0e
commit 43850ce2a1

@ -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 ()
{

Loading…
Cancel
Save