프로젝트

일반

사용자정보

개정판 5639752b

ID5639752bc5293adbe2f524e8f30cfec786790303
상위 3b938959
하위 6843ac13

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

issue #00000 Compare 오류 수정

Change-Id: If0efab86e471922327866c6e89b3252e6f565df2

차이점 보기:

KCOM/App.xaml.cs
257 257
                basicHttpBinding.HostNameComparisonMode = HostNameComparisonMode.StrongWildcard;
258 258

  
259 259

  
260
                System.ServiceModel.Channels.ReliableSessionBindingElement reliableSession = new System.ServiceModel.Channels.ReliableSessionBindingElement();
261
                reliableSession.Ordered = true;
262
                reliableSession.MaxRetryCount = 3;
263
                basicHttpBinding.CreateBindingElements().Add(reliableSession);
260
                //System.ServiceModel.Channels.ReliableSessionBindingElement reliableSession = new System.ServiceModel.Channels.ReliableSessionBindingElement();
261
                //reliableSession.Ordered = true;
262
                //reliableSession.MaxRetryCount = 3;
263
                //basicHttpBinding.CreateBindingElements().Add(reliableSession);
264 264
                //basicHttpBinding.ProxyAddress = null;
265 265
                //basicHttpBinding.AllowCookies = false;
266 266
                //basicHttpBinding.BypassProxyOnLocal = false;

내보내기 Unified diff

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