Last change
on this file since 3509 was
3203,
checked in by kgrading, 15 years ago
|
implemented the server on the client, using push & force push, added refresh buttons, added auto calender methods that traverse the tree... (#908)
|
File size:
1.7 KB
|
Line | |
---|
1 | <?xml version="1.0" encoding="utf-8" ?>
|
---|
2 | <configuration>
|
---|
3 | <system.serviceModel>
|
---|
4 | <bindings>
|
---|
5 | <netTcpBinding>
|
---|
6 | <binding name="NetTcpBinding_IClientFacade" closeTimeout="00:01:00"
|
---|
7 | openTimeout="00:01:00" receiveTimeout="00:10:00" sendTimeout="00:01:00"
|
---|
8 | transactionFlow="false" transferMode="Streamed" 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="None">
|
---|
17 | <transport clientCredentialType="Windows" protectionLevel="EncryptAndSign">
|
---|
18 | <extendedProtectionPolicy policyEnforcement="Never" />
|
---|
19 | </transport>
|
---|
20 | <message clientCredentialType="Windows" />
|
---|
21 | </security>
|
---|
22 | </binding>
|
---|
23 | </netTcpBinding>
|
---|
24 | </bindings>
|
---|
25 | <client>
|
---|
26 | <endpoint address="net.tcp://10.0.0.52:9000/HiveServer/ClientCommunicator"
|
---|
27 | binding="netTcpBinding" bindingConfiguration="NetTcpBinding_IClientFacade"
|
---|
28 | contract="ServerService.IClientFacade" name="NetTcpBinding_IClientFacade" />
|
---|
29 | </client>
|
---|
30 | </system.serviceModel>
|
---|
31 | </configuration> |
---|
Note: See
TracBrowser
for help on using the repository browser.