Rev | Line | |
---|
[4388] | 1 | <?xml version="1.0" encoding="utf-8" ?>
|
---|
| 2 | <configuration>
|
---|
| 3 | <system.serviceModel>
|
---|
| 4 | <bindings>
|
---|
| 5 | <netTcpBinding>
|
---|
| 6 | <binding name="NetTcpBinding_IAdminService" 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/AdminService"
|
---|
| 25 | binding="netTcpBinding" bindingConfiguration="NetTcpBinding_IAdminService"
|
---|
| 26 | contract="OKBAdmin.IAdminService" name="NetTcpBinding_IAdminService">
|
---|
| 27 | <identity>
|
---|
[4390] | 28 | <certificate encodedValue="AwAAAAEAAAAUAAAA7WQGTXSZ0l8y2nNnlyNbjNfb47QgAAAAAQAAAPIBAAAwggHuMIIBW6ADAgECAhBID82BWwIGs0tqpM+vedUkMAkGBSsOAwIdBQAwFDESMBAGA1UEAxMJbG9jYWxob3N0MB4XDTEwMDgyNDExMTYxOVoXDTM5MTIzMTIzNTk1OVowFDESMBAGA1UEAxMJbG9jYWxob3N0MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDWKl42prPWlY2brrQdaD1hQ5YMlBx+2KVChVW5A4v+Fwv7RsibhHKiZqpCqcGjz56JyK28FHa2e9q/I0ERUD3wHp0g7MzD/Gyoi1fY+HVRMSmE28ajy/1PCCJuK+Ud0OLewB95kAdZZPAn1roOirWIGfLVgmaoBy/He70CX1WuwQIDAQABo0kwRzBFBgNVHQEEPjA8gBDEuOmitgSucjBZiRzZic+koRYwFDESMBAGA1UEAxMJbG9jYWxob3N0ghBID82BWwIGs0tqpM+vedUkMAkGBSsOAwIdBQADgYEAQ0Q9rz9BMq6vgDt1+tDkyVxSaD9TtP04oxkdivNG6VdzLQ4m/QzAhxAvT6FqFmSx4m0KdtfVdviVrxu8vb0JY4dihYiCZ8fxF41MbODtTpKhMepOj+10kF7kzcVagWbSlLMNlsUOzJzlaBoq/cDC47QyF3vt4xuFoTSK3DUgtnk=" />
|
---|
[4388] | 29 | </identity>
|
---|
| 30 | </endpoint>
|
---|
| 31 | </client>
|
---|
| 32 | </system.serviceModel>
|
---|
| 33 | </configuration> |
---|
Note: See
TracBrowser
for help on using the repository browser.