Guest User

Untitled

a guest
Apr 20th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.72 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <configuration>
  3.     <system.serviceModel>
  4.         <bindings>
  5.             <netTcpBinding>
  6.                 <binding name="NetTcpBinding_IHostFunctions" closeTimeout="00:10:00"
  7.                    openTimeout="00:10:00" receiveTimeout="00:10:00" sendTimeout="00:10:00"
  8.                    transactionFlow="false" transferMode="Buffered" transactionProtocol="OleTransactions"
  9.                    hostNameComparisonMode="StrongWildcard" listenBacklog="200"
  10.                    maxBufferPoolSize="1000000" maxBufferSize="1000000" maxConnections="100"
  11.                    maxReceivedMessageSize="1000000">
  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="Transport">
  17.                         <transport clientCredentialType="Windows" protectionLevel="EncryptAndSign" />
  18.                         <message clientCredentialType="UserName" />
  19.                     </security>
  20.                 </binding>
  21.             </netTcpBinding>
  22.         </bindings>
  23.         <client>
  24.             <endpoint address="net.tcp://192.168.1.11:8500/alcedochat" binding="netTcpBinding"
  25.                bindingConfiguration="NetTcpBinding_IHostFunctions" contract="IHostFunctions"
  26.                name="NetTcpBinding_IHostFunctions">
  27.                 <identity>
  28.                     <userPrincipalName value="SYNETIC\ich" />
  29.                 </identity>
  30.             </endpoint>
  31.         </client>
  32.     </system.serviceModel>
  33. </configuration>
Add Comment
Please, Sign In to add comment