Last change
on this file since 12303 was
11623,
checked in by ascheibe, 10 years ago
|
#2280 switched all projects to .NET 4.5 (ExtLibs, HL, Tests, Services, Slave)
|
File size:
3.3 KB
|
Rev | Line | |
---|
[8042] | 1 | <?xml version="1.0" encoding="utf-8"?>
|
---|
| 2 | <configuration>
|
---|
| 3 | <configSections>
|
---|
[11623] | 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"/>
|
---|
[8042] | 6 | </sectionGroup>
|
---|
| 7 | </configSections>
|
---|
| 8 | <system.serviceModel>
|
---|
| 9 | <bindings>
|
---|
| 10 | <wsHttpBinding>
|
---|
[11623] | 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"/>
|
---|
[8042] | 14 | <security mode="Message">
|
---|
[11623] | 15 | <transport clientCredentialType="Windows" proxyCredentialType="None" realm=""/>
|
---|
| 16 | <message clientCredentialType="UserName" negotiateServiceCredential="true" algorithmSuite="Default"/>
|
---|
[8042] | 17 | </security>
|
---|
| 18 | </binding>
|
---|
| 19 | </wsHttpBinding>
|
---|
| 20 | </bindings>
|
---|
| 21 | <client>
|
---|
[11623] | 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">
|
---|
[8042] | 23 | <identity>
|
---|
[11623] | 24 | <certificate encodedValue="AwAAAAEAAAAUAAAAwK1+2oAmcy/mI2P2QjyiJRh0y60gAAAAAQAAACoCAAAwggImMIIBj6ADAgECAhAIkseQ2EEhgU720qJA61gqMA0GCSqGSIb3DQEBBAUAMCQxIjAgBgNVBAMTGXNlcnZpY2VzLmhldXJpc3RpY2xhYi5jb20wHhcNMTAwNTExMTExNDAyWhcNMzkxMjMxMjM1OTU5WjAkMSIwIAYDVQQDExlzZXJ2aWNlcy5oZXVyaXN0aWNsYWIuY29tMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCq26Bwmwc7k+4W30qLQ2j+FInEL5BuH6opDY6CSlrtt3xQS/anrhvpbf3QghLDVINzcHkzbPmm/SguG4F85QLB6xO+tJaOvRo0iEK5g3c307vMIru7FJwk/OhplEQ5J1hbDgL3zOJlrWlgtqRVxCtVdF3XroI9BctOt1NkeKv9ewIDAQABo1kwVzBVBgNVHQEETjBMgBCjbgdYd4j5JgUuJ1Wo/GxroSYwJDEiMCAGA1UEAxMZc2VydmljZXMuaGV1cmlzdGljbGFiLmNvbYIQCJLHkNhBIYFO9tKiQOtYKjANBgkqhkiG9w0BAQQFAAOBgQAb/2xk2uQad68shSPl/uixWgvFI8WkxOTBopOLaLtDxwCeZ3mWVHdV9VnixHtThubnEBXAhYOCQSIXWtQuXFWO+gH3YyjTRJY5kTmXyuvBRTn3/so5SrQ7Rdlm9hf6E5YVX3tCjAy7ybUyaDUkQfmH5vmvgvpMzRfsJ1qhnUpJiQ=="/>
|
---|
[8042] | 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>
|
---|
[11623] | 39 | <startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5"/></startup></configuration>
|
---|
Note: See
TracBrowser
for help on using the repository browser.