[Modify] Polish it

This commit is contained in:
sta 2020-09-19 20:36:18 +09:00
parent b07e367351
commit cb824723f0

View File

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