프로젝트

일반

사용자정보

개정판 3b938959

ID3b9389598593358f5f751e2d612ec6bb3960a522
상위 a8aec13a
하위 5639752b

김태성이(가) 11달 전에 추가함

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

클립보드 이미지 추가 (최대 크기: 500 MB)