[Modify] Polish it

master
sta 5 years ago
parent b07e367351
commit cb824723f0

@ -146,8 +146,8 @@ namespace WebSocketSharp.Net
_path = uriPrefix.Substring (root); _path = uriPrefix.Substring (root);
_prefix = String.Format ( _prefix = String.Format (
"http{0}://{1}:{2}{3}", "{0}://{1}:{2}{3}",
_secure ? "s" : "", _secure ? "https" : "http",
_host, _host,
_port, _port,
_path _path

Loading…
Cancel
Save