- Timestamp:
- 08/26/10 04:24:05 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/OKB/ServiceClient.config
r4311 r4322 64 64 </security> 65 65 </binding> 66 <binding name="NetTcpBinding_IQueryService" closeTimeout="00:01:00" openTimeout="00:01:00" 67 receiveTimeout="00:10:00" sendTimeout="00:01:00" transactionFlow="false" 68 transferMode="Buffered" transactionProtocol="OleTransactions" 69 hostNameComparisonMode="StrongWildcard" listenBacklog="10" maxBufferPoolSize="524288" 70 maxBufferSize="65536" maxConnections="10" maxReceivedMessageSize="65536"> 66 <binding name="NetTcpBinding_IQueryService" closeTimeout="00:01:00" 67 openTimeout="00:01:00" receiveTimeout="00:10:00" sendTimeout="00:01:00" 68 transactionFlow="false" transferMode="Buffered" transactionProtocol="OleTransactions" 69 hostNameComparisonMode="StrongWildcard" listenBacklog="10" 70 maxBufferPoolSize="524288" maxBufferSize="65536" maxConnections="10" 71 maxReceivedMessageSize="65536"> 71 72 <readerQuotas maxDepth="32" maxStringContentLength="8192" maxArrayLength="16384" 72 maxBytesPerRead="4096" maxNameTableCharCount="16384" />73 maxBytesPerRead="4096" maxNameTableCharCount="16384" /> 73 74 <reliableSession ordered="true" inactivityTimeout="00:10:00" 74 enabled="false" />75 enabled="false" /> 75 76 <security mode="Message"> 76 <transport clientCredentialType=" Certificate" protectionLevel="EncryptAndSign" />77 <message algorithmSuite="Default" />77 <transport clientCredentialType="Windows" protectionLevel="EncryptAndSign" /> 78 <message clientCredentialType="UserName" algorithmSuite="Default" /> 78 79 </security> 79 80 </binding>
Note: See TracChangeset
for help on using the changeset viewer.