개정판 84c48033
issue #000: daelim merged(settings =>ini) 내/외부 구분 하여 api url 을 리턴하도록 Commonlib 추가. daelim ini 추가
Change-Id: I2904309621897cda96f9537982fbd6e53874be29
KCOM/Web References/Get_FinalImage/Reference.cs | ||
---|---|---|
35 | 35 |
|
36 | 36 |
/// <remarks/> |
37 | 37 |
public Get_PdfImage() { |
38 |
this.Url = global::KCOM.Properties.Settings.Default.KCOM_Get_FinalImage_Get_PdfImage;
|
|
38 |
this.Url = CommonLib.Common.GetConfigString("KCOM_Get_FinalImage_Get_PdfImage", "URL", "", App.isExternal);
|
|
39 | 39 |
if ((this.IsLocalFileSystemWebService(this.Url) == true)) { |
40 | 40 |
this.UseDefaultCredentials = true; |
41 | 41 |
this.useDefaultCredentialsSetExplicitly = false; |
내보내기 Unified diff