[933] | 1 | <?xml version="1.0" encoding="utf-8" ?>
|
---|
| 2 | <configuration>
|
---|
[953] | 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.Client.Console.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false" />
|
---|
| 6 | </sectionGroup>
|
---|
| 7 | </configSections>
|
---|
[933] | 8 | <system.serviceModel>
|
---|
| 9 | <bindings>
|
---|
[953] | 10 | <netTcpBinding>
|
---|
| 11 | <binding name="NetTcpBinding_IClientConsoleCommunicator" closeTimeout="00:01:00"
|
---|
| 12 | openTimeout="00:01:00" receiveTimeout="00:10:00" sendTimeout="00:01:00"
|
---|
| 13 | transactionFlow="false" transferMode="Buffered" transactionProtocol="OleTransactions"
|
---|
| 14 | hostNameComparisonMode="StrongWildcard" listenBacklog="10"
|
---|
| 15 | maxBufferPoolSize="524288" maxBufferSize="65536" maxConnections="10"
|
---|
| 16 | maxReceivedMessageSize="65536">
|
---|
| 17 | <readerQuotas maxDepth="32" maxStringContentLength="8192" maxArrayLength="16384"
|
---|
| 18 | maxBytesPerRead="4096" maxNameTableCharCount="16384" />
|
---|
| 19 | <reliableSession ordered="true" inactivityTimeout="00:10:00"
|
---|
| 20 | enabled="false" />
|
---|
| 21 | <security mode="Transport">
|
---|
| 22 | <transport clientCredentialType="Windows" protectionLevel="EncryptAndSign" />
|
---|
| 23 | <message clientCredentialType="Windows" />
|
---|
| 24 | </security>
|
---|
| 25 | </binding>
|
---|
| 26 | </netTcpBinding>
|
---|
[933] | 27 | </bindings>
|
---|
| 28 | <client>
|
---|
| 29 | <endpoint address="net.tcp://127.0.0.1:8000/ClientConsole/ClientConsoleCommunicator"
|
---|
| 30 | binding="netTcpBinding" bindingConfiguration="NetTcpBinding_IClientConsoleCommunicator"
|
---|
[953] | 31 | contract="ClientService.IClientConsoleCommunicator" name="NetTcpBinding_IClientConsoleCommunicator">
|
---|
[933] | 32 | <identity>
|
---|
[1001] | 33 | <userPrincipalName value="mse08003@fhs-hagenberg.ac.at" />
|
---|
[933] | 34 | </identity>
|
---|
| 35 | </endpoint>
|
---|
| 36 | </client>
|
---|
| 37 | </system.serviceModel>
|
---|
[953] | 38 | <userSettings>
|
---|
| 39 | <HeuristicLab.Hive.Client.Console.Properties.Settings>
|
---|
| 40 | <setting name="IpAdress" serializeAs="String">
|
---|
| 41 | <value>10.0.0.1</value>
|
---|
| 42 | </setting>
|
---|
| 43 | </HeuristicLab.Hive.Client.Console.Properties.Settings>
|
---|
| 44 | </userSettings>
|
---|
[933] | 45 | </configuration> |
---|