1 | <?xml version="1.0"?>
|
---|
2 | <configuration>
|
---|
3 | <configSections>
|
---|
4 | <sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
---|
5 | <section name="HeuristicLab.Hive.Slave.Communication.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false"/>
|
---|
6 | </sectionGroup>
|
---|
7 | </configSections>
|
---|
8 | <system.serviceModel>
|
---|
9 | <bindings>
|
---|
10 | <netTcpBinding>
|
---|
11 | <binding name="SlaveTcpStreamedEndpoint" closeTimeout="00:01:00" openTimeout="00:01:00" receiveTimeout="00:10:00" sendTimeout="00:01:00" transactionFlow="false" transferMode="Streamed" transactionProtocol="OleTransactions" hostNameComparisonMode="StrongWildcard" listenBacklog="10" maxBufferPoolSize="524288" maxBufferSize="65536" maxConnections="10" maxReceivedMessageSize="104857600">
|
---|
12 | <readerQuotas maxDepth="32" maxStringContentLength="104857600" maxArrayLength="104857600" maxBytesPerRead="4096" maxNameTableCharCount="16384"/>
|
---|
13 | <reliableSession ordered="true" inactivityTimeout="00:10:00" enabled="false"/>
|
---|
14 | <security mode="TransportWithMessageCredential">
|
---|
15 | <transport clientCredentialType="Windows" protectionLevel="EncryptAndSign"/>
|
---|
16 | <message clientCredentialType="UserName" algorithmSuite="Default"/>
|
---|
17 | </security>
|
---|
18 | </binding>
|
---|
19 | </netTcpBinding>
|
---|
20 | <wsHttpBinding>
|
---|
21 | <binding name="SlaveHttpEndpoint" 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">
|
---|
22 | <readerQuotas maxDepth="32" maxStringContentLength="8192" maxArrayLength="16384" maxBytesPerRead="4096" maxNameTableCharCount="16384"/>
|
---|
23 | <reliableSession ordered="true" inactivityTimeout="00:10:00" enabled="false"/>
|
---|
24 | <security mode="Message">
|
---|
25 | <transport clientCredentialType="Windows" proxyCredentialType="None" realm=""/>
|
---|
26 | <message clientCredentialType="UserName" negotiateServiceCredential="true" algorithmSuite="Default"/>
|
---|
27 | </security>
|
---|
28 | </binding>
|
---|
29 | </wsHttpBinding>
|
---|
30 | </bindings>
|
---|
31 | <client>
|
---|
32 | <endpoint address="http://localhost:9000/Hive/SlaveService.svc" binding="wsHttpBinding" behaviorConfiguration="SlaveServiceBehaviour" bindingConfiguration="SlaveHttpEndpoint" contract="SlaveFacade.ISlaveFacade" name="SlaveHttpEndpoint">
|
---|
33 | <identity>
|
---|
34 | <certificate encodedValue="AwAAAAEAAAAUAAAAfEKvcVixnJay+q4hCPFuO0JL5TQgAAAAAQAAAPIBAAAwggHuMIIBW6ADAgECAhCNN5wrUcXMmE/9xwp4TYa9MAkGBSsOAwIdBQAwFDESMBAGA1UEAxMJbG9jYWxob3N0MB4XDTEwMTAxOTEwNTMxNVoXDTM5MTIzMTIzNTk1OVowFDESMBAGA1UEAxMJbG9jYWxob3N0MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDXwC5TGcAffd/0oAWHtm0s6YXVXEgXgb1AYmBkkkhkKIFJG/e/Z0KSYbJepmSJD44W3oOAVm+x1DAsZxU79HahDYgWCuHLMm1TLpwSmYOQ0kV3pGHWHhiWV7h7oGLds/eqZ2EOpaNGryfEPnrA4VmxY91vV5/2BTeVSWG6F8lRKQIDAQABo0kwRzBFBgNVHQEEPjA8gBAR7kBnMRHO5gzThEqda0wWoRYwFDESMBAGA1UEAxMJbG9jYWxob3N0ghCNN5wrUcXMmE/9xwp4TYa9MAkGBSsOAwIdBQADgYEAoPwEG4QTDXhlxERNDfsZmM2IhEpV42ppz1kEah2oYKDa/ElIMVtvqLv6flVtg18ENN/mEJWiHZ3NyP3qr2Pip+sh+/2WBiSbOaukES/CM7OJn9kJCImH7M/xqM8pxqY8IfgM6iBVrVj9uHqj3j2BBck+cYY8fKyh3CFifMIp6ac="/>
|
---|
35 | </identity>
|
---|
36 | </endpoint>
|
---|
37 | <endpoint address="net.tcp://localhost:9001/Hive/SlaveService.svc" behaviorConfiguration="SlaveServiceBehaviour" binding="netTcpBinding" bindingConfiguration="SlaveTcpStreamedEndpoint" contract="SlaveFacade.ISlaveFacade" name="SlaveTcpStreamedEndpoint">
|
---|
38 | <identity>
|
---|
39 | <dns value="localhost"/>
|
---|
40 | </identity>
|
---|
41 | </endpoint>
|
---|
42 | </client>
|
---|
43 | <behaviors>
|
---|
44 | <endpointBehaviors>
|
---|
45 | <behavior name="SlaveServiceBehaviour">
|
---|
46 | <clientCredentials>
|
---|
47 | <serviceCertificate>
|
---|
48 | <authentication certificateValidationMode="None"/>
|
---|
49 | </serviceCertificate>
|
---|
50 | </clientCredentials>
|
---|
51 | </behavior>
|
---|
52 | </endpointBehaviors>
|
---|
53 | </behaviors>
|
---|
54 |
|
---|
55 | </system.serviceModel>
|
---|
56 | <userSettings>
|
---|
57 | <HeuristicLab.Hive.Slave.Communication.Properties.Settings>
|
---|
58 | <setting name="HiveUsername" serializeAs="String">
|
---|
59 | <value>hiveslave</value>
|
---|
60 | </setting>
|
---|
61 | <setting name="HivePassword" serializeAs="String">
|
---|
62 | <value>hiveslave</value>
|
---|
63 | </setting>
|
---|
64 | </HeuristicLab.Hive.Slave.Communication.Properties.Settings>
|
---|
65 | </userSettings>
|
---|
66 | <startup><supportedRuntime version="v2.0.50727"/></startup></configuration>
|
---|