개정판 76dc223b
image 추가 기능 수정
Change-Id: I04ec4985fce7fc6b9922a9b30ca3cab5f71b3728
KCOM/Web References/kr.co.devdoftech.cloud/Reference.cs | ||
---|---|---|
23 | 23 |
|
24 | 24 |
|
25 | 25 |
/// <remarks/> |
26 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.7.3056.0")]
|
|
26 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3752.0")]
|
|
27 | 27 |
[System.Diagnostics.DebuggerStepThroughAttribute()] |
28 | 28 |
[System.ComponentModel.DesignerCategoryAttribute("code")] |
29 | 29 |
[System.Web.Services.WebServiceBindingAttribute(Name="FileUploadSoap", Namespace="http://tempuri.org/")] |
... | ... | |
35 | 35 |
|
36 | 36 |
/// <remarks/> |
37 | 37 |
public FileUpload() { |
38 |
this.Url = CommonLib.Common.GetConfigString("KCOM_kr_co_devdoftech_cloud_FileUpload", "URL", "", App.isExternal);
|
|
38 |
this.Url = global::KCOM.Properties.Settings.Default.KCOM_kr_co_devdoftech_cloud_FileUpload;
|
|
39 | 39 |
if ((this.IsLocalFileSystemWebService(this.Url) == true)) { |
40 | 40 |
this.UseDefaultCredentials = true; |
41 | 41 |
this.useDefaultCredentialsSetExplicitly = false; |
... | ... | |
129 | 129 |
} |
130 | 130 |
|
131 | 131 |
/// <remarks/> |
132 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.7.3056.0")]
|
|
132 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3752.0")]
|
|
133 | 133 |
public delegate void RunCompletedEventHandler(object sender, RunCompletedEventArgs e); |
134 | 134 |
|
135 | 135 |
/// <remarks/> |
136 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.7.3056.0")]
|
|
136 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3752.0")]
|
|
137 | 137 |
[System.Diagnostics.DebuggerStepThroughAttribute()] |
138 | 138 |
[System.ComponentModel.DesignerCategoryAttribute("code")] |
139 | 139 |
public partial class RunCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
내보내기 Unified diff