mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-02-15 03:30:53 +01:00
29 lines
1.3 KiB
XML
29 lines
1.3 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<configuration>
|
|
<system.serviceModel>
|
|
<bindings>
|
|
<netNamedPipeBinding>
|
|
<binding name="NetNamedPipeBinding_IMessageLoggerService" closeTimeout="00:01:00" openTimeout="00:01:00"
|
|
receiveTimeout="00:10:00" sendTimeout="00:01:00" transactionFlow="false" transferMode="Buffered"
|
|
transactionProtocol="OleTransactions" hostNameComparisonMode="StrongWildcard" maxBufferPoolSize="524288"
|
|
maxBufferSize="65536" maxConnections="10" maxReceivedMessageSize="65536">
|
|
<readerQuotas maxDepth="32" maxStringContentLength="8192" maxArrayLength="16384" maxBytesPerRead="4096"
|
|
maxNameTableCharCount="16384" />
|
|
<security mode="Transport">
|
|
<transport protectionLevel="EncryptAndSign" />
|
|
</security>
|
|
</binding>
|
|
</netNamedPipeBinding>
|
|
</bindings>
|
|
<client>
|
|
<endpoint address="net.pipe://messageloggerservice/log" binding="netNamedPipeBinding"
|
|
bindingConfiguration="NetNamedPipeBinding_IMessageLoggerService" contract="IMessageLoggerService"
|
|
name="NetNamedPipeBinding_IMessageLoggerService">
|
|
<identity>
|
|
<userPrincipalName value="Arxus-64\William Schaller" />
|
|
</identity>
|
|
</endpoint>
|
|
</client>
|
|
</system.serviceModel>
|
|
</configuration> |