46 lines
1.9 KiB
Plaintext
46 lines
1.9 KiB
Plaintext
compile insert RTI_DERXML_TEMPLATE
|
|
<?xml version="1.0" encoding="utf-8" ?>
|
|
<configuration>
|
|
<system.serviceModel>
|
|
<bindings>
|
|
<netTcpBinding>
|
|
<binding name="NetTcpBinding_IService1" 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="2147483647"
|
|
maxBufferSize="2147483647" maxConnections="100" maxReceivedMessageSize="2147483647">
|
|
<readerQuotas maxDepth="2147483647" maxStringContentLength="2147483647"
|
|
maxArrayLength="2147483647" maxBytesPerRead="2147483647"
|
|
maxNameTableCharCount="2147483647" />
|
|
<reliableSession ordered="false" inactivityTimeout="00:10:00"
|
|
enabled="false" />
|
|
<security mode="Transport">
|
|
<transport clientCredentialType="Windows" protectionLevel="EncryptAndSign" />
|
|
<message clientCredentialType="Windows" />
|
|
</security>
|
|
</binding>
|
|
</netTcpBinding>
|
|
</bindings>
|
|
<client>
|
|
<endpoint address="net.tcp://%1%%2%/RTIDER/service"
|
|
binding="netTcpBinding" bindingConfiguration="NetTcpBinding_IService1"
|
|
contract="ServiceReference.IService1" name="NetTcpBinding_IService1">
|
|
%3%
|
|
</endpoint>
|
|
</client>
|
|
</system.serviceModel>
|
|
<system.diagnostics>
|
|
<sources>
|
|
<source name="System.ServiceModel"
|
|
switchValue="%5%"
|
|
propagateActivity="true">
|
|
<listeners>
|
|
<add name="traceListener"
|
|
type="System.Diagnostics.XmlWriterTraceListener"
|
|
initializeData= "%4%" />
|
|
</listeners>
|
|
</source>
|
|
</sources>
|
|
</system.diagnostics>
|
|
</configuration>
|