[Modify] Edit it
This commit is contained in:
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…
Reference in New Issue
Block a user