/[projects]/dao/DaoMqPump2/DaoMqGUI/app.config
ViewVC logotype

Annotation of /dao/DaoMqPump2/DaoMqGUI/app.config

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2058 - (hide annotations) (download)
Wed Aug 28 06:45:20 2013 UTC (10 years, 9 months ago) by torben
File size: 1788 byte(s)
Add a support for discarding transactions and writing those to a seperate log + use a counter for keeping track of how many were discarded in current session/instance
1 torben 1986 <?xml version="1.0"?>
2     <configuration>
3     <system.serviceModel>
4     <bindings>
5     <basicHttpBinding>
6     <binding name="BasicHttpBinding_IRemoteControl" closeTimeout="00:01:00"
7     openTimeout="00:01:00" receiveTimeout="00:10:00" sendTimeout="00:01:00"
8     allowCookies="false" bypassProxyOnLocal="false" hostNameComparisonMode="StrongWildcard"
9     maxBufferSize="65536" maxBufferPoolSize="524288" maxReceivedMessageSize="65536"
10     messageEncoding="Text" textEncoding="utf-8" transferMode="Buffered"
11     useDefaultWebProxy="true">
12     <readerQuotas maxDepth="32" maxStringContentLength="8192" maxArrayLength="16384"
13     maxBytesPerRead="4096" maxNameTableCharCount="16384" />
14     <security mode="None">
15     <transport clientCredentialType="None" proxyCredentialType="None"
16     realm="" />
17     <message clientCredentialType="UserName" algorithmSuite="Default" />
18     </security>
19     </binding>
20     </basicHttpBinding>
21     </bindings>
22     <client>
23 torben 2058 <endpoint address="http://dao-nb-1084:8000/RemoteControl/RemoteControl"
24 torben 1986 binding="basicHttpBinding" bindingConfiguration="BasicHttpBinding_IRemoteControl"
25     contract="ServiceReference1.IRemoteControl" name="BasicHttpBinding_IRemoteControl" />
26     </client>
27     </system.serviceModel>
28 torben 2024
29     <system.net>
30     <defaultProxy>
31     <proxy bypassonlocal="true" usesystemdefault="false" />
32     </defaultProxy>
33     </system.net>
34    
35 torben 1986 <startup><supportedRuntime version="v2.0.50727"/></startup></configuration>

  ViewVC Help
Powered by ViewVC 1.1.20