public MainPage() { this.InitializeComponent(); this.linkLabel1.Content = string.Format("http://{0}:{1}", NetworkInfo.GetLocalIp(), port); }