개정판 5639752b
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