手機點歌domain設置
This commit is contained in:
parent
8dfb9441f3
commit
99ae486567
@ -41,8 +41,8 @@ namespace DualScreenDemo
|
||||
randomFolderPath = randomFolderName;
|
||||
|
||||
string localAddress = GetLocalIPAddress();
|
||||
string externalAddress = File.Exists(@"\\SVR01\superstarb\txt\ip.txt")
|
||||
? File.ReadAllText(@"\\SVR01\superstarb\txt\ip.txt").Trim()
|
||||
string externalAddress = File.Exists(@"\\JLDKTV\txt\ip.txt")
|
||||
? File.ReadAllText(@"\\JLDKTV\txt\ip.txt").Trim()
|
||||
: "";
|
||||
|
||||
_listener = new HttpListener();
|
||||
@ -70,7 +70,7 @@ namespace DualScreenDemo
|
||||
try
|
||||
{
|
||||
_listener.Start();
|
||||
Console.WriteLine("Server started.");
|
||||
Console.WriteLine("Server started : " + externalQrContent);
|
||||
}
|
||||
catch (HttpListenerException ex)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user