Browse Source

[Modify] Replace it

pull/755/head
sta 2 years ago
parent
commit
1f8dff586f
  1. 4
      websocket-sharp/Net/HttpListenerPrefix.cs

4
websocket-sharp/Net/HttpListenerPrefix.cs

@ -134,8 +134,10 @@ namespace WebSocketSharp.Net
_path = uriPrefix.Substring (rootIdx);
var fmt = "{0}://{1}:{2}{3}";
_prefix = String.Format (
"{0}://{1}:{2}{3}",
fmt,
_isSecure ? "https" : "http",
_host,
_port,

Loading…
Cancel
Save