diff --git a/websocket-sharp/Net/Cookie.cs b/websocket-sharp/Net/Cookie.cs index bdd4f871..e4a5ceef 100644 --- a/websocket-sharp/Net/Cookie.cs +++ b/websocket-sharp/Net/Cookie.cs @@ -597,15 +597,15 @@ namespace WebSocketSharp.Net /// that the cookie applies to. /// /// - /// An empty string if not present. + /// if not present. /// /// - /// The default value is an empty string. + /// The default value is . /// /// public string Port { get { - return _port ?? String.Empty; + return _port; } internal set {