개정판 eb5cdefc
issue #000 daelim merged
Change-Id: I7b584bc84d283ab0c9415fd0b7ddbea8362d60a3
KCOM/App.xaml.cs | ||
---|---|---|
167 | 167 |
|
168 | 168 |
string sBaseServiceURL = string.Empty;//CommonLib.Common.GetConfigString("BaseClientAddress", "URL", ""); |
169 | 169 |
string localdomain = CommonLib.Common.GetConfigString("HOST_DOMAIN", "DOMAIN", ""); |
170 |
var ipaddress = DNSHelper.GetDnsAdress(); |
|
170 |
var ipaddress = CommonLib.DNSHelper.GetDnsAdress();
|
|
171 | 171 |
|
172 | 172 |
try |
173 | 173 |
{ |
... | ... | |
185 | 185 |
} |
186 | 186 |
|
187 | 187 |
#if DEBUG |
188 |
//sBaseServiceURL = CommonLib.Common.GetConfigString("BaseClientAddress", "URL", "", isExternal); |
|
188 | 189 |
sBaseServiceURL = CommonLib.Common.GetConfigString("Debug_BaseClientAddress", "URL", ""); |
189 | 190 |
#else |
190 | 191 |
sBaseServiceURL = CommonLib.Common.GetConfigString("BaseClientAddress", "URL", "", isExternal); |
191 | 192 |
#endif |
193 |
|
|
192 | 194 |
_EndPoint = new EndpointAddress(string.Format("{0}/ServiceDeepView.svc", sBaseServiceURL)); |
193 | 195 |
|
194 | 196 |
if (Environment.Is64BitProcess == true) //64 bit machine |
내보내기 Unified diff