You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
1.8 KiB
36 lines
1.8 KiB
<?xml version="1.0" encoding="utf-8" ?>
|
|
<configuration>
|
|
<appSettings>
|
|
<add key="UseCredentialID" value="d7911036-d36f-460f-a052-979628322df3" />
|
|
</appSettings>
|
|
<system.serviceModel>
|
|
<bindings>
|
|
<netTcpBinding>
|
|
<binding name="NetTcpBinding_ITaskService" closeTimeout="00:01:00"
|
|
openTimeout="00:01:00" receiveTimeout="00:10:00" sendTimeout="00:01:00"
|
|
transactionFlow="false" transferMode="Buffered" transactionProtocol="OleTransactions"
|
|
hostNameComparisonMode="StrongWildcard" listenBacklog="10"
|
|
maxBufferPoolSize="524288" maxBufferSize="65536" maxConnections="10"
|
|
maxReceivedMessageSize="65536">
|
|
<readerQuotas maxDepth="32" maxStringContentLength="8192" maxArrayLength="16384"
|
|
maxBytesPerRead="4096" maxNameTableCharCount="16384" />
|
|
<reliableSession ordered="true" inactivityTimeout="00:10:00"
|
|
enabled="false" />
|
|
<security mode="None">
|
|
<transport clientCredentialType="Windows" protectionLevel="EncryptAndSign" />
|
|
<message clientCredentialType="Windows" />
|
|
</security>
|
|
</binding>
|
|
</netTcpBinding>
|
|
</bindings>
|
|
<client>
|
|
<endpoint address="net.tcp://10.111.144.97:8732/QMTask.Core/TaskService/"
|
|
binding="netTcpBinding" bindingConfiguration="NetTcpBinding_ITaskService"
|
|
contract="TaskService.ITaskService" name="NetTcpBinding_ITaskService">
|
|
<identity>
|
|
<dns value="localhost" />
|
|
</identity>
|
|
</endpoint>
|
|
</client>
|
|
</system.serviceModel>
|
|
</configuration>
|