[Modify] Polish it

This commit is contained in:
sta 2019-05-21 21:22:27 +09:00
parent ffd331db74
commit 577e510c90

View File

@ -609,13 +609,6 @@ namespace WebSocketSharp.Net
}
internal set {
if (value.IsNullOrEmpty ()) {
_port = value;
_ports = null;
return;
}
if (!value.IsEnclosedIn ('"')) {
var msg = "It is not enclosed in double quotes.";
throw new ArgumentException (msg, "value");