Free cookie consent management tool by TermsFeed Policy Generator

source: branches/OKB/HeuristicLab.OKB.Cockpit.Query/app.config @ 4311

Last change on this file since 4311 was 4311, checked in by swagner, 14 years ago

Integrated OKB clients for HL 3.3 (#1166)

File size: 2.4 KB
Line 
1<?xml version="1.0" encoding="utf-8" ?>
2<configuration>
3    <system.serviceModel>
4        <bindings>
5            <netTcpBinding>
6                <binding name="NetTcpBinding_IQueryService" closeTimeout="00:01:00"
7                    openTimeout="00:01:00" receiveTimeout="00:10:00" sendTimeout="00:01:00"
8                    transactionFlow="false" transferMode="Buffered" transactionProtocol="OleTransactions"
9                    hostNameComparisonMode="StrongWildcard" listenBacklog="10"
10                    maxBufferPoolSize="524288" maxBufferSize="65536" maxConnections="10"
11                    maxReceivedMessageSize="65536">
12                    <readerQuotas maxDepth="32" maxStringContentLength="8192" maxArrayLength="16384"
13                        maxBytesPerRead="4096" maxNameTableCharCount="16384" />
14                    <reliableSession ordered="true" inactivityTimeout="00:10:00"
15                        enabled="false" />
16                    <security mode="Message">
17                        <transport clientCredentialType="Windows" protectionLevel="EncryptAndSign" />
18                        <message clientCredentialType="UserName" algorithmSuite="Default" />
19                    </security>
20                </binding>
21            </netTcpBinding>
22        </bindings>
23        <client>
24            <endpoint address="net.tcp://localhost:8733/OKB-3.3/QueryService"
25                binding="netTcpBinding" bindingConfiguration="NetTcpBinding_IQueryService"
26                contract="OKBQuery.IQueryService" name="NetTcpBinding_IQueryService">
27                <identity>
28                    <certificate encodedValue="AwAAAAEAAAAUAAAAD/AlkYJw/OUhl6D/9w8mjJBh39kgAAAAAQAAAPIBAAAwggHuMIIBW6ADAgECAhAdEzTisaf2sEZxrqYZfYtCMAkGBSsOAwIdBQAwFDESMBAGA1UEAxMJbG9jYWxob3N0MB4XDTEwMDgyMDIyMzIwOFoXDTM5MTIzMTIzNTk1OVowFDESMBAGA1UEAxMJbG9jYWxob3N0MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDPkfCSLRX8/4F+Z4ys43yZ4MMzjB44cMakPz4Nri+mEB5n2z/0GFatCYzkI2f/nniWqVrBYjHkjsZy2EZioHu4wa99c1XEGJnFNDuNn6ESkfEyhyF4+OqKGnpK9HNrw7OWMuqn2oOh0iFd9fl6FTAm+Y0p3LP+38BuYzpCniqqdwIDAQABo0kwRzBFBgNVHQEEPjA8gBDvi8Rgio9v+mr58TiAvqF5oRYwFDESMBAGA1UEAxMJbG9jYWxob3N0ghAdEzTisaf2sEZxrqYZfYtCMAkGBSsOAwIdBQADgYEANdGlvHKeUptfNu9I0wgA5qjmVB+JDldOAkrfM0R+4IcVQ06y5K7P07uxQAV7+rhnDLgLyFJunUHgzbfjsjFy7vjwtoieXA5j0AYlm4AHR7dHt4HVgkIMYt8XOCqMw5jjFX91xJ89tC7mM9zYR48N9T5QSeMGo+f+JzybeLWxnNs=" />
29                </identity>
30            </endpoint>
31        </client>
32    </system.serviceModel>
33</configuration>
Note: See TracBrowser for help on using the repository browser.