Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/16/17 07:57:24 (7 years ago)
Author:
gkronber
Message:

#2650 merged r14738 from trunk to branch

Location:
branches/symbreg-factors-2650
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/symbreg-factors-2650

  • branches/symbreg-factors-2650/HeuristicLab.Clients.Access/3.3/app.config

    r11623 r14752  
    11<?xml version="1.0" encoding="utf-8"?>
    22<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     <system.serviceModel>
    9         <bindings>
    10             <wsHttpBinding>
    11                 <binding name="WSHttpBinding_IAccessService" closeTimeout="00:01:00" openTimeout="00:01:00" receiveTimeout="00:10:00" sendTimeout="00:01:00" bypassProxyOnLocal="false" transactionFlow="false" hostNameComparisonMode="StrongWildcard" maxBufferPoolSize="524288" maxReceivedMessageSize="65536" messageEncoding="Text" textEncoding="utf-8" useDefaultWebProxy="true" allowCookies="false">
    12                     <readerQuotas maxDepth="32" maxStringContentLength="8192" maxArrayLength="16384" maxBytesPerRead="4096" maxNameTableCharCount="16384"/>
    13                     <reliableSession ordered="true" inactivityTimeout="00:10:00" enabled="false"/>
    14                     <security mode="Message">
    15                         <transport clientCredentialType="Windows" proxyCredentialType="None" realm=""/>
    16                         <message clientCredentialType="UserName" negotiateServiceCredential="true" algorithmSuite="Default"/>
    17                     </security>
    18                 </binding>
    19             </wsHttpBinding>
    20         </bindings>
    21         <client>
    22             <endpoint address="http://services.heuristiclab.com/AccessService-3.3/AccessService.svc" binding="wsHttpBinding" bindingConfiguration="WSHttpBinding_IAccessService" contract="HeuristicLab.Clients.Access.IAccessService" name="WSHttpBinding_IAccessService">
    23                 <identity>
    24                     <certificate encodedValue="AwAAAAEAAAAUAAAAwK1+2oAmcy/mI2P2QjyiJRh0y60gAAAAAQAAACoCAAAwggImMIIBj6ADAgECAhAIkseQ2EEhgU720qJA61gqMA0GCSqGSIb3DQEBBAUAMCQxIjAgBgNVBAMTGXNlcnZpY2VzLmhldXJpc3RpY2xhYi5jb20wHhcNMTAwNTExMTExNDAyWhcNMzkxMjMxMjM1OTU5WjAkMSIwIAYDVQQDExlzZXJ2aWNlcy5oZXVyaXN0aWNsYWIuY29tMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCq26Bwmwc7k+4W30qLQ2j+FInEL5BuH6opDY6CSlrtt3xQS/anrhvpbf3QghLDVINzcHkzbPmm/SguG4F85QLB6xO+tJaOvRo0iEK5g3c307vMIru7FJwk/OhplEQ5J1hbDgL3zOJlrWlgtqRVxCtVdF3XroI9BctOt1NkeKv9ewIDAQABo1kwVzBVBgNVHQEETjBMgBCjbgdYd4j5JgUuJ1Wo/GxroSYwJDEiMCAGA1UEAxMZc2VydmljZXMuaGV1cmlzdGljbGFiLmNvbYIQCJLHkNhBIYFO9tKiQOtYKjANBgkqhkiG9w0BAQQFAAOBgQAb/2xk2uQad68shSPl/uixWgvFI8WkxOTBopOLaLtDxwCeZ3mWVHdV9VnixHtThubnEBXAhYOCQSIXWtQuXFWO+gH3YyjTRJY5kTmXyuvBRTn3/so5SrQ7Rdlm9hf6E5YVX3tCjAy7ybUyaDUkQfmH5vmvgvpMzRfsJ1qhnUpJiQ=="/>
    25                 </identity>
    26             </endpoint>
    27         </client>
    28     </system.serviceModel>
    29     <applicationSettings>
    30       <HeuristicLab.Clients.Access.Settings>
    31         <setting name="HLExeName" serializeAs="String">
    32           <value>HeuristicLab 3.3</value>
    33         </setting>
    34         <setting name="ClientTypeName" serializeAs="String">
    35           <value>HLClient</value>
    36         </setting>
    37       </HeuristicLab.Clients.Access.Settings>
    38     </applicationSettings>
    39 <startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5"/></startup></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 TracChangeset for help on using the changeset viewer.