[Modify] Polish it
This commit is contained in:
parent
b07e367351
commit
cb824723f0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user