Revision 42800be8 trunk/Pithos.ShellExtensions/app.config

b/trunk/Pithos.ShellExtensions/app.config
3 3
    <system.serviceModel>
4 4
        <bindings>
5 5
            <netNamedPipeBinding>
6
                <binding name="NetNamedPipeBinding_IStatusService" 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">
7
                    <readerQuotas maxDepth="32" maxStringContentLength="8192" maxArrayLength="16384" maxBytesPerRead="4096" maxNameTableCharCount="16384"/>
6
                <binding name="NetNamedPipeBinding_IStatusService" closeTimeout="00:01:00"
7
                    openTimeout="00:01:00" receiveTimeout="00:10:00" sendTimeout="00:01:00"
8
                    transactionFlow="false" transferMode="Buffered" transactionProtocol="OleTransactions"
9
                    hostNameComparisonMode="StrongWildcard" maxBufferPoolSize="524288"
10
                    maxBufferSize="65536" maxConnections="10" maxReceivedMessageSize="65536">
11
                    <readerQuotas maxDepth="32" maxStringContentLength="8192" maxArrayLength="16384"
12
                        maxBytesPerRead="4096" maxNameTableCharCount="16384" />
8 13
                    <security mode="None">
9
                        <transport protectionLevel="EncryptAndSign"/>
14
                        <transport protectionLevel="EncryptAndSign" />
10 15
                    </security>
11 16
                </binding>
12
                <binding name="NetNamedPipeBinding_ISettingsService" 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">
13
                    <readerQuotas maxDepth="32" maxStringContentLength="8192" maxArrayLength="16384" maxBytesPerRead="4096" maxNameTableCharCount="16384"/>
17
                <binding name="NetNamedPipeBinding_ISettingsService" closeTimeout="00:01:00"
18
                    openTimeout="00:01:00" receiveTimeout="00:10:00" sendTimeout="00:01:00"
19
                    transactionFlow="false" transferMode="Buffered" transactionProtocol="OleTransactions"
20
                    hostNameComparisonMode="StrongWildcard" maxBufferPoolSize="524288"
21
                    maxBufferSize="65536" maxConnections="10" maxReceivedMessageSize="65536">
22
                    <readerQuotas maxDepth="32" maxStringContentLength="8192" maxArrayLength="16384"
23
                        maxBytesPerRead="4096" maxNameTableCharCount="16384" />
14 24
                    <security mode="None">
15
                        <transport protectionLevel="EncryptAndSign"/>
25
                        <transport protectionLevel="EncryptAndSign" />
26
                    </security>
27
                </binding>
28
                <binding name="NetNamedPipeBinding_ICommandsService" closeTimeout="00:01:00"
29
                    openTimeout="00:01:00" receiveTimeout="00:10:00" sendTimeout="00:01:00"
30
                    transactionFlow="false" transferMode="Buffered" transactionProtocol="OleTransactions"
31
                    hostNameComparisonMode="StrongWildcard" maxBufferPoolSize="524288"
32
                    maxBufferSize="65536" maxConnections="10" maxReceivedMessageSize="65536">
33
                    <readerQuotas maxDepth="32" maxStringContentLength="8192" maxArrayLength="16384"
34
                        maxBytesPerRead="4096" maxNameTableCharCount="16384" />
35
                    <security mode="None">
36
                        <transport protectionLevel="EncryptAndSign" />
16 37
                    </security>
17 38
                </binding>
18 39
            </netNamedPipeBinding>
19 40
        </bindings>
20 41
        <client>
21
            <endpoint address="net.pipe://localhost/pithos/statuscache" binding="netNamedPipeBinding" bindingConfiguration="NetNamedPipeBinding_IStatusService" contract="PithosService.IStatusService" name="NetNamedPipeBinding_IStatusService"/>
22
            <endpoint address="net.pipe://localhost/pithos/settings" binding="netNamedPipeBinding" bindingConfiguration="NetNamedPipeBinding_ISettingsService" contract="PithosService.ISettingsService" name="NetNamedPipeBinding_ISettingsService"/>
42
            <endpoint address="net.pipe://localhost/pithos/statuscache" binding="netNamedPipeBinding"
43
                bindingConfiguration="NetNamedPipeBinding_IStatusService"
44
                contract="PithosService.IStatusService" name="NetNamedPipeBinding_IStatusService" />
45
            <endpoint address="net.pipe://localhost/pithos/settings" binding="netNamedPipeBinding"
46
                bindingConfiguration="NetNamedPipeBinding_ISettingsService"
47
                contract="PithosService.ISettingsService" name="NetNamedPipeBinding_ISettingsService" />
48
            <endpoint address="net.pipe://localhost/pithos/commands" binding="netNamedPipeBinding"
49
                bindingConfiguration="NetNamedPipeBinding_ICommandsService"
50
                contract="PithosService.ICommandsService" name="NetNamedPipeBinding_ICommandsService" />
23 51
        </client>
24 52
    </system.serviceModel>
25 53
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0,Profile=Client"/></startup></configuration>

Also available in: Unified diff