|
|
|
@ -800,10 +800,10 @@ namespace WebSocketSharp.Net
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// <summary>
|
|
|
|
/// Serves as a hash function for a <see cref="Cookie"/> object.
|
|
|
|
/// Gets a hash code for the current cookie instance.
|
|
|
|
/// </summary>
|
|
|
|
/// </summary>
|
|
|
|
/// <returns>
|
|
|
|
/// <returns>
|
|
|
|
/// An <see cref="int"/> that represents the hash code for the current <see cref="Cookie"/>.
|
|
|
|
/// An <see cref="int"/> that represents the hash code.
|
|
|
|
/// </returns>
|
|
|
|
/// </returns>
|
|
|
|
public override int GetHashCode ()
|
|
|
|
public override int GetHashCode ()
|
|
|
|
{
|
|
|
|
{
|
|
|
|
|