Rev | Line | |
---|
[5537] | 1 | <?xml version="1.0"?>
|
---|
| 2 | <configuration>
|
---|
[6357] | 3 | <runtime>
|
---|
| 4 | <gcServer enabled="true" />
|
---|
| 5 | </runtime>
|
---|
| 6 |
|
---|
[5537] | 7 | <system.serviceModel>
|
---|
| 8 | <bindings>
|
---|
| 9 | <wsHttpBinding>
|
---|
[6167] | 10 | <binding name="wsHttpBinding_Hive" closeTimeout="00:01:00" openTimeout="00:01:00" receiveTimeout="00:20:00" sendTimeout="00:20:00" bypassProxyOnLocal="false" transactionFlow="false" hostNameComparisonMode="StrongWildcard" maxBufferPoolSize="524288" maxReceivedMessageSize="2147483647" messageEncoding="Text" textEncoding="utf-8" useDefaultWebProxy="true" allowCookies="false">
|
---|
[5636] | 11 | <readerQuotas maxDepth="32" maxStringContentLength="2147483647" maxArrayLength="2147483647" maxBytesPerRead="4096" maxNameTableCharCount="2147483647"/>
|
---|
[5537] | 12 | <reliableSession ordered="true" inactivityTimeout="00:10:00" enabled="false"/>
|
---|
| 13 | <security mode="Message">
|
---|
| 14 | <transport clientCredentialType="Windows" proxyCredentialType="None" realm=""/>
|
---|
| 15 | <message clientCredentialType="UserName" negotiateServiceCredential="true" algorithmSuite="Default"/>
|
---|
| 16 | </security>
|
---|
| 17 | </binding>
|
---|
| 18 | </wsHttpBinding>
|
---|
| 19 | </bindings>
|
---|
| 20 |
|
---|
| 21 | <services>
|
---|
[5599] | 22 | <service name="HeuristicLab.Clients.Hive.SlaveCore.SlaveCommunicationService">
|
---|
| 23 | <endpoint address="net.pipe://localhost/HeuristicLabSlaveCom" binding="netNamedPipeBinding" contract="HeuristicLab.Clients.Hive.SlaveCore.ServiceContracts.ISlaveCommunication"/>
|
---|
[5537] | 24 | </service>
|
---|
| 25 | </services>
|
---|
[6033] | 26 |
|
---|
[5537] | 27 | <client>
|
---|
[5711] | 28 | <endpoint name="SlaveCommunicationServiceEndpoint" address="net.pipe://localhost/HeuristicLabSlaveCom" binding="netNamedPipeBinding" contract="HeuristicLab.Clients.Hive.SlaveCore.ServiceContracts.ISlaveCommunication"/>
|
---|
[5537] | 29 | <endpoint address="http://services.heuristiclab.com/Hive-3.4/HiveService.svc"
|
---|
| 30 | binding="wsHttpBinding"
|
---|
[6167] | 31 | bindingConfiguration="wsHttpBinding_Hive"
|
---|
[5599] | 32 | contract="HeuristicLab.Clients.Hive.IHiveService"
|
---|
[5537] | 33 | name="wsHttpBinding_IHiveService">
|
---|
| 34 | <identity>
|
---|
| 35 | <certificate encodedValue="AwAAAAEAAAAUAAAAwK1+2oAmcy/mI2P2QjyiJRh0y60gAAAAAQAAACoCAAAwggImMIIBj6ADAgECAhAIkseQ2EEhgU720qJA61gqMA0GCSqGSIb3DQEBBAUAMCQxIjAgBgNVBAMTGXNlcnZpY2VzLmhldXJpc3RpY2xhYi5jb20wHhcNMTAwNTExMTExNDAyWhcNMzkxMjMxMjM1OTU5WjAkMSIwIAYDVQQDExlzZXJ2aWNlcy5oZXVyaXN0aWNsYWIuY29tMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCq26Bwmwc7k+4W30qLQ2j+FInEL5BuH6opDY6CSlrtt3xQS/anrhvpbf3QghLDVINzcHkzbPmm/SguG4F85QLB6xO+tJaOvRo0iEK5g3c307vMIru7FJwk/OhplEQ5J1hbDgL3zOJlrWlgtqRVxCtVdF3XroI9BctOt1NkeKv9ewIDAQABo1kwVzBVBgNVHQEETjBMgBCjbgdYd4j5JgUuJ1Wo/GxroSYwJDEiMCAGA1UEAxMZc2VydmljZXMuaGV1cmlzdGljbGFiLmNvbYIQCJLHkNhBIYFO9tKiQOtYKjANBgkqhkiG9w0BAQQFAAOBgQAb/2xk2uQad68shSPl/uixWgvFI8WkxOTBopOLaLtDxwCeZ3mWVHdV9VnixHtThubnEBXAhYOCQSIXWtQuXFWO+gH3YyjTRJY5kTmXyuvBRTn3/so5SrQ7Rdlm9hf6E5YVX3tCjAy7ybUyaDUkQfmH5vmvgvpMzRfsJ1qhnUpJiQ==" />
|
---|
| 36 | </identity>
|
---|
| 37 | </endpoint>
|
---|
| 38 | </client>
|
---|
| 39 |
|
---|
| 40 | </system.serviceModel>
|
---|
| 41 | <startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/></startup></configuration>
|
---|
Note: See
TracBrowser
for help on using the repository browser.