Free cookie consent management tool by TermsFeed Policy Generator

source: branches/symbreg-factors-2650/HeuristicLab.Clients.Access/3.3/app.config @ 14752

Last change on this file since 14752 was 14752, checked in by gkronber, 7 years ago

#2650 merged r14738 from trunk to branch

File size: 3.0 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<configuration>
3  <configSections>
4    <sectionGroup name="applicationSettings" type="System.Configuration.ApplicationSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
5      <section name="HeuristicLab.Clients.Access.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false"/>
6    </sectionGroup>
7  </configSections>
8
9  <applicationSettings>
10    <HeuristicLab.Clients.Access.Settings>
11      <setting name="HLExeName" serializeAs="String">
12        <value>HeuristicLab 3.3</value>
13      </setting>
14      <setting name="ClientTypeName" serializeAs="String">
15        <value>HLClient</value>
16      </setting>
17    </HeuristicLab.Clients.Access.Settings>
18  </applicationSettings>
19
20  <!--
21    !!! ATTENTION !!! ATTENTION !!! ATTENTION !!! ATTENTION !!! ATTENTION !!! ATTENTION !!!
22    If you want to update the configuration with the GenerateServiceClients.cmd, make sure to remove all child nodes of system.serviceModel first.
23  -->
24  <system.serviceModel>
25    <bindings>
26      <wsHttpBinding>
27        <binding name="WSHttpBinding_IAccessService" maxBufferPoolSize="2147483647"
28          maxReceivedMessageSize="2147483647">
29          <readerQuotas maxDepth="2147483647" maxStringContentLength="2147483647"
30            maxArrayLength="2147483647" maxBytesPerRead="2147483647" maxNameTableCharCount="2147483647" />
31          <security>
32            <message clientCredentialType="UserName" />
33          </security>
34        </binding>
35      </wsHttpBinding>
36    </bindings>
37    <client>
38      <endpoint address="http://services.heuristiclab.com/AccessService-3.3/AccessService.svc"
39        binding="wsHttpBinding" bindingConfiguration="WSHttpBinding_IAccessService"
40        contract="HeuristicLab.Clients.Access.IAccessService" name="WSHttpBinding_IAccessService">
41        <identity>
42          <certificate encodedValue="AwAAAAEAAAAUAAAAwK1+2oAmcy/mI2P2QjyiJRh0y60gAAAAAQAAACoCAAAwggImMIIBj6ADAgECAhAIkseQ2EEhgU720qJA61gqMA0GCSqGSIb3DQEBBAUAMCQxIjAgBgNVBAMTGXNlcnZpY2VzLmhldXJpc3RpY2xhYi5jb20wHhcNMTAwNTExMTExNDAyWhcNMzkxMjMxMjM1OTU5WjAkMSIwIAYDVQQDExlzZXJ2aWNlcy5oZXVyaXN0aWNsYWIuY29tMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCq26Bwmwc7k+4W30qLQ2j+FInEL5BuH6opDY6CSlrtt3xQS/anrhvpbf3QghLDVINzcHkzbPmm/SguG4F85QLB6xO+tJaOvRo0iEK5g3c307vMIru7FJwk/OhplEQ5J1hbDgL3zOJlrWlgtqRVxCtVdF3XroI9BctOt1NkeKv9ewIDAQABo1kwVzBVBgNVHQEETjBMgBCjbgdYd4j5JgUuJ1Wo/GxroSYwJDEiMCAGA1UEAxMZc2VydmljZXMuaGV1cmlzdGljbGFiLmNvbYIQCJLHkNhBIYFO9tKiQOtYKjANBgkqhkiG9w0BAQQFAAOBgQAb/2xk2uQad68shSPl/uixWgvFI8WkxOTBopOLaLtDxwCeZ3mWVHdV9VnixHtThubnEBXAhYOCQSIXWtQuXFWO+gH3YyjTRJY5kTmXyuvBRTn3/so5SrQ7Rdlm9hf6E5YVX3tCjAy7ybUyaDUkQfmH5vmvgvpMzRfsJ1qhnUpJiQ==" />
43        </identity>
44      </endpoint>
45    </client>
46  </system.serviceModel>
47
48  <startup>
49    <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5"/>
50  </startup>
51</configuration>
Note: See TracBrowser for help on using the repository browser.