Rev | Line | |
---|
[5591] | 1 | <?xml version="1.0"?>
|
---|
| 2 | <configuration>
|
---|
[6357] | 3 | <runtime>
|
---|
| 4 | <gcServer enabled="true" />
|
---|
| 5 | </runtime>
|
---|
| 6 |
|
---|
[5591] | 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"/>
|
---|
[5591] | 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>
|
---|
[5636] | 22 | <service name="HeuristicLab.Clients.Hive.SlaveCore.SlaveCommunicationService">
|
---|
| 23 | <endpoint address="net.pipe://localhost/HeuristicLabSlaveCom" binding="netNamedPipeBinding" contract="HeuristicLab.Clients.Hive.SlaveCore.ServiceContracts.ISlaveCommunication"/>
|
---|
[5591] | 24 | </service>
|
---|
| 25 | </services>
|
---|
| 26 |
|
---|
| 27 | <client>
|
---|
[5711] | 28 | <endpoint name="SlaveCommunicationServiceEndpoint" address="net.pipe://localhost/HeuristicLabSlaveCom" binding="netNamedPipeBinding" contract="HeuristicLab.Clients.Hive.SlaveCore.ServiceContracts.ISlaveCommunication"/>
|
---|
[5591] | 29 | <endpoint address="http://localhost/Hive-3.4/HiveService.svc"
|
---|
| 30 | binding="wsHttpBinding"
|
---|
[6167] | 31 | bindingConfiguration="wsHttpBinding_Hive"
|
---|
[5636] | 32 | contract="HeuristicLab.Clients.Hive.IHiveService"
|
---|
[5591] | 33 | name="wsHttpBinding_IHiveService">
|
---|
| 34 | <identity>
|
---|
| 35 | <certificate encodedValue="AwAAAAEAAAAUAAAAfEKvcVixnJay+q4hCPFuO0JL5TQgAAAAAQAAAPIBAAAwggHuMIIBW6ADAgECAhCNN5wrUcXMmE/9xwp4TYa9MAkGBSsOAwIdBQAwFDESMBAGA1UEAxMJbG9jYWxob3N0MB4XDTEwMTAxOTEwNTMxNVoXDTM5MTIzMTIzNTk1OVowFDESMBAGA1UEAxMJbG9jYWxob3N0MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDXwC5TGcAffd/0oAWHtm0s6YXVXEgXgb1AYmBkkkhkKIFJG/e/Z0KSYbJepmSJD44W3oOAVm+x1DAsZxU79HahDYgWCuHLMm1TLpwSmYOQ0kV3pGHWHhiWV7h7oGLds/eqZ2EOpaNGryfEPnrA4VmxY91vV5/2BTeVSWG6F8lRKQIDAQABo0kwRzBFBgNVHQEEPjA8gBAR7kBnMRHO5gzThEqda0wWoRYwFDESMBAGA1UEAxMJbG9jYWxob3N0ghCNN5wrUcXMmE/9xwp4TYa9MAkGBSsOAwIdBQADgYEAoPwEG4QTDXhlxERNDfsZmM2IhEpV42ppz1kEah2oYKDa/ElIMVtvqLv6flVtg18ENN/mEJWiHZ3NyP3qr2Pip+sh+/2WBiSbOaukES/CM7OJn9kJCImH7M/xqM8pxqY8IfgM6iBVrVj9uHqj3j2BBck+cYY8fKyh3CFifMIp6ac=" />
|
---|
| 36 | </identity>
|
---|
| 37 |
|
---|
| 38 | </endpoint>
|
---|
| 39 | </client>
|
---|
| 40 |
|
---|
| 41 | </system.serviceModel>
|
---|
| 42 | <startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/></startup></configuration>
|
---|
Note: See
TracBrowser
for help on using the repository browser.