개정판 3b938959
issue #000000 검색 수정
Change-Id: I7ac25e17a0b62f753c52f52b8a77b73bb3bbe2bf
KCOM/Common/DataSaveTask.cs | ||
---|---|---|
1 | 1 |
using System; |
2 | 2 |
using System.Collections.Generic; |
3 | 3 |
using System.Linq; |
4 |
using System.ServiceModel.Security; |
|
4 | 5 |
using System.Text; |
5 | 6 |
using System.Threading.Tasks; |
6 | 7 |
using System.Windows.Input; |
... | ... | |
44 | 45 |
if (DeepViewTaskClient == null) |
45 | 46 |
{ |
46 | 47 |
DeepViewTaskClient = new ServiceDeepViewClient(App._binding, App._EndPoint); |
48 |
//DeepViewTaskClient.ClientCredentials.ServiceCertificate.SslCertificateAuthentication = new X509ServiceCertificateAuthentication(); |
|
49 |
//DeepViewTaskClient.ClientCredentials.ServiceCertificate.SslCertificateAuthentication.CertificateValidationMode = X509CertificateValidationMode.None; |
|
47 | 50 |
} |
48 | 51 |
|
49 | 52 |
this.Interval = new TimeSpan(0,0,10); |
내보내기 Unified diff