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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2024 - (show annotations) (download)
Fri Jul 19 13:08:38 2013 UTC (10 years, 10 months ago) by torben
File size: 1786 byte(s)
Disable proxy detection
1 <?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 <endpoint address="http://localhost:8000/RemoteControl/RemoteControl"
24 binding="basicHttpBinding" bindingConfiguration="BasicHttpBinding_IRemoteControl"
25 contract="ServiceReference1.IRemoteControl" name="BasicHttpBinding_IRemoteControl" />
26 </client>
27 </system.serviceModel>
28
29 <system.net>
30 <defaultProxy>
31 <proxy bypassonlocal="true" usesystemdefault="false" />
32 </defaultProxy>
33 </system.net>
34
35 <startup><supportedRuntime version="v2.0.50727"/></startup></configuration>

  ViewVC Help
Powered by ViewVC 1.1.20