[13656] | 1 | <?xml version="1.0"?>
|
---|
| 2 | <configuration>
|
---|
| 3 | <system.webServer>
|
---|
| 4 | <handlers>
|
---|
| 5 | <add name="httpPlatformHandler" path="*" verb="*" modules="httpPlatformHandler" resourceType="Unspecified"/>
|
---|
| 6 | </handlers>
|
---|
| 7 | <httpPlatform processPath="%DNX_PATH%" arguments="%DNX_ARGS%" stdoutLogEnabled="false" startupTimeLimit="3600"/>
|
---|
| 8 | </system.webServer>
|
---|
| 9 | <configSections>
|
---|
| 10 | <sectionGroup name="applicationSettings" type="System.Configuration.ApplicationSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
---|
| 11 | <section name="HeuristicLab.Clients.Hive.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false"/>
|
---|
| 12 | </sectionGroup>
|
---|
| 13 | </configSections>
|
---|
| 14 | <applicationSettings>
|
---|
| 15 | <HeuristicLab.Clients.Hive.Settings>
|
---|
| 16 | <setting name="MaxParallelUploads" serializeAs="String">
|
---|
| 17 | <value>2</value>
|
---|
| 18 | </setting>
|
---|
| 19 | <setting name="HLBinaryName" serializeAs="String">
|
---|
| 20 | <value>HeuristicLab 3.3.exe</value>
|
---|
| 21 | </setting>
|
---|
| 22 | <setting name="ResultPollingInterval" serializeAs="String">
|
---|
| 23 | <value>00:00:20</value>
|
---|
| 24 | </setting>
|
---|
| 25 | <setting name="MaxParallelDownloads" serializeAs="String">
|
---|
| 26 | <value>2</value>
|
---|
| 27 | </setting>
|
---|
| 28 | <setting name="MaxRepeatServiceCalls" serializeAs="String">
|
---|
| 29 | <value>5</value>
|
---|
| 30 | </setting>
|
---|
| 31 | <setting name="AnonymousUserName" serializeAs="String">
|
---|
| 32 | <value>anonymous</value>
|
---|
| 33 | </setting>
|
---|
| 34 | <setting name="EndpointConfigurationPriorities" serializeAs="Xml">
|
---|
| 35 | <value>
|
---|
| 36 | <ArrayOfString xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
---|
| 37 | <string>netTcpBinding_IHiveService</string>
|
---|
| 38 | <string>wsHttpBinding_IHiveService</string>
|
---|
| 39 | </ArrayOfString>
|
---|
| 40 | </value>
|
---|
| 41 | </setting>
|
---|
| 42 | <setting name="MaxEndpointRetries" serializeAs="String">
|
---|
| 43 | <value>3</value>
|
---|
| 44 | </setting>
|
---|
| 45 | </HeuristicLab.Clients.Hive.Settings>
|
---|
| 46 | </applicationSettings>
|
---|
| 47 | <system.serviceModel>
|
---|
| 48 | <behaviors>
|
---|
| 49 | <endpointBehaviors>
|
---|
| 50 | <behavior name="HiveBehaviorConfiguration">
|
---|
| 51 | <dataContractSerializer maxItemsInObjectGraph="2147483647"/>
|
---|
| 52 | </behavior>
|
---|
| 53 | </endpointBehaviors>
|
---|
| 54 | </behaviors>
|
---|
| 55 | <bindings>
|
---|
| 56 | <wsHttpBinding>
|
---|
| 57 | <binding name="wsHttpBinding_Hive" closeTimeout="00:01:00" openTimeout="00:01:00" receiveTimeout="00:35:00" sendTimeout="00:35:00" bypassProxyOnLocal="false" transactionFlow="false" hostNameComparisonMode="StrongWildcard" maxBufferPoolSize="2147483647" maxReceivedMessageSize="2147483647" messageEncoding="Text" textEncoding="utf-8" useDefaultWebProxy="true" allowCookies="false">
|
---|
| 58 | <readerQuotas maxDepth="2147483647" maxStringContentLength="2147483647" maxArrayLength="2147483647" maxBytesPerRead="2147483647" maxNameTableCharCount="2147483647"/>
|
---|
| 59 | <reliableSession ordered="true" inactivityTimeout="00:10:00" enabled="false"/>
|
---|
| 60 | <security mode="Message">
|
---|
| 61 | <transport clientCredentialType="Windows" proxyCredentialType="None" realm=""/>
|
---|
| 62 | <message clientCredentialType="UserName" negotiateServiceCredential="true" algorithmSuite="Default"/>
|
---|
| 63 | </security>
|
---|
| 64 | </binding>
|
---|
| 65 | </wsHttpBinding>
|
---|
| 66 | <netTcpBinding>
|
---|
| 67 | <binding name="netTcpBinding_Hive" closeTimeout="00:01:00" openTimeout="00:01:00" receiveTimeout="00:35:00" sendTimeout="00:35:00" transactionFlow="false" hostNameComparisonMode="StrongWildcard" maxBufferPoolSize="2147483647" maxReceivedMessageSize="2147483647">
|
---|
| 68 | <readerQuotas maxDepth="2147483647" maxStringContentLength="2147483647" maxArrayLength="2147483647" maxBytesPerRead="2147483647" maxNameTableCharCount="2147483647"/>
|
---|
| 69 | <reliableSession ordered="true" inactivityTimeout="00:10:00" enabled="false"/>
|
---|
| 70 | <security mode="TransportWithMessageCredential">
|
---|
| 71 | <transport clientCredentialType="Windows"/>
|
---|
| 72 | <message clientCredentialType="UserName" algorithmSuite="Default"/>
|
---|
| 73 | </security>
|
---|
| 74 | </binding>
|
---|
| 75 | </netTcpBinding>
|
---|
| 76 | </bindings>
|
---|
| 77 | <client>
|
---|
| 78 | <endpoint address="http://services.heuristiclab.com/Hive-3.3/HiveService.svc" binding="wsHttpBinding" bindingConfiguration="wsHttpBinding_Hive" contract="HeuristicLab.Clients.Hive.IHiveService" name="wsHttpBinding_IHiveService" behaviorConfiguration="HiveBehaviorConfiguration">
|
---|
| 79 | <identity>
|
---|
| 80 | <certificate encodedValue="AwAAAAEAAAAUAAAAwK1+2oAmcy/mI2P2QjyiJRh0y60gAAAAAQAAACoCAAAwggImMIIBj6ADAgECAhAIkseQ2EEhgU720qJA61gqMA0GCSqGSIb3DQEBBAUAMCQxIjAgBgNVBAMTGXNlcnZpY2VzLmhldXJpc3RpY2xhYi5jb20wHhcNMTAwNTExMTExNDAyWhcNMzkxMjMxMjM1OTU5WjAkMSIwIAYDVQQDExlzZXJ2aWNlcy5oZXVyaXN0aWNsYWIuY29tMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCq26Bwmwc7k+4W30qLQ2j+FInEL5BuH6opDY6CSlrtt3xQS/anrhvpbf3QghLDVINzcHkzbPmm/SguG4F85QLB6xO+tJaOvRo0iEK5g3c307vMIru7FJwk/OhplEQ5J1hbDgL3zOJlrWlgtqRVxCtVdF3XroI9BctOt1NkeKv9ewIDAQABo1kwVzBVBgNVHQEETjBMgBCjbgdYd4j5JgUuJ1Wo/GxroSYwJDEiMCAGA1UEAxMZc2VydmljZXMuaGV1cmlzdGljbGFiLmNvbYIQCJLHkNhBIYFO9tKiQOtYKjANBgkqhkiG9w0BAQQFAAOBgQAb/2xk2uQad68shSPl/uixWgvFI8WkxOTBopOLaLtDxwCeZ3mWVHdV9VnixHtThubnEBXAhYOCQSIXWtQuXFWO+gH3YyjTRJY5kTmXyuvBRTn3/so5SrQ7Rdlm9hf6E5YVX3tCjAy7ybUyaDUkQfmH5vmvgvpMzRfsJ1qhnUpJiQ=="/>
|
---|
| 81 | </identity>
|
---|
| 82 | </endpoint>
|
---|
| 83 | <endpoint address="net.tcp://services.heuristiclab.com/Hive-3.3/HiveService.svc" binding="netTcpBinding" bindingConfiguration="netTcpBinding_Hive" contract="HeuristicLab.Clients.Hive.IHiveService" name="netTcpBinding_IHiveService" behaviorConfiguration="HiveBehaviorConfiguration">
|
---|
| 84 | <identity>
|
---|
| 85 | <certificate encodedValue="AwAAAAEAAAAUAAAAwK1+2oAmcy/mI2P2QjyiJRh0y60gAAAAAQAAACoCAAAwggImMIIBj6ADAgECAhAIkseQ2EEhgU720qJA61gqMA0GCSqGSIb3DQEBBAUAMCQxIjAgBgNVBAMTGXNlcnZpY2VzLmhldXJpc3RpY2xhYi5jb20wHhcNMTAwNTExMTExNDAyWhcNMzkxMjMxMjM1OTU5WjAkMSIwIAYDVQQDExlzZXJ2aWNlcy5oZXVyaXN0aWNsYWIuY29tMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCq26Bwmwc7k+4W30qLQ2j+FInEL5BuH6opDY6CSlrtt3xQS/anrhvpbf3QghLDVINzcHkzbPmm/SguG4F85QLB6xO+tJaOvRo0iEK5g3c307vMIru7FJwk/OhplEQ5J1hbDgL3zOJlrWlgtqRVxCtVdF3XroI9BctOt1NkeKv9ewIDAQABo1kwVzBVBgNVHQEETjBMgBCjbgdYd4j5JgUuJ1Wo/GxroSYwJDEiMCAGA1UEAxMZc2VydmljZXMuaGV1cmlzdGljbGFiLmNvbYIQCJLHkNhBIYFO9tKiQOtYKjANBgkqhkiG9w0BAQQFAAOBgQAb/2xk2uQad68shSPl/uixWgvFI8WkxOTBopOLaLtDxwCeZ3mWVHdV9VnixHtThubnEBXAhYOCQSIXWtQuXFWO+gH3YyjTRJY5kTmXyuvBRTn3/so5SrQ7Rdlm9hf6E5YVX3tCjAy7ybUyaDUkQfmH5vmvgvpMzRfsJ1qhnUpJiQ=="/>
|
---|
| 86 | </identity>
|
---|
| 87 | </endpoint>
|
---|
| 88 | </client>
|
---|
| 89 | </system.serviceModel>
|
---|
| 90 | <startup>
|
---|
| 91 | <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5"/>
|
---|
| 92 | </startup>
|
---|
| 93 | </configuration>
|
---|