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