[Modify] The default value is null
This commit is contained in:
parent
c7ad1404b4
commit
9c952e3d4d
@ -357,15 +357,15 @@ namespace WebSocketSharp.Net
|
||||
/// intended use of the cookie.
|
||||
/// </para>
|
||||
/// <para>
|
||||
/// An empty string if not present.
|
||||
/// <see langword="null"/> if not present.
|
||||
/// </para>
|
||||
/// <para>
|
||||
/// The default value is an empty string.
|
||||
/// The default value is <see langword="null"/>.
|
||||
/// </para>
|
||||
/// </value>
|
||||
public string Comment {
|
||||
get {
|
||||
return _comment ?? String.Empty;
|
||||
return _comment;
|
||||
}
|
||||
|
||||
internal set {
|
||||
|
Loading…
Reference in New Issue
Block a user