[Modify] Polish it

master
sta 7 years ago
parent ffd331db74
commit 577e510c90

@ -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");

Loading…
Cancel
Save