[Modify] Edit it
This commit is contained in:
parent
43850ce2a1
commit
0dc64a8a02
@ -820,14 +820,10 @@ namespace WebSocketSharp.Net
|
|||||||
/// Returns a string that represents the current cookie instance.
|
/// Returns a string that represents the current cookie instance.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <returns>
|
/// <returns>
|
||||||
/// A <see cref="string"/> to use to send an HTTP cookie to
|
/// A <see cref="string"/> that is suitable for the Cookie request header.
|
||||||
/// an origin server.
|
|
||||||
/// </returns>
|
/// </returns>
|
||||||
public override string ToString ()
|
public override string ToString ()
|
||||||
{
|
{
|
||||||
// i.e., only used for clients
|
|
||||||
// See para 4.2.2 of RFC 2109 and para 3.3.4 of RFC 2965
|
|
||||||
// See also bug #316017
|
|
||||||
return ToRequestString (null);
|
return ToRequestString (null);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user