WIP: Streaming files from service to client

This commit is contained in:
Jonathan Jenne
2020-04-14 16:25:16 +02:00
parent 52a6d103e6
commit a20c0eb4b0
19 changed files with 211 additions and 49 deletions

View File

@@ -50,7 +50,7 @@
<netTcpBinding>
<binding name="tcpBinding"
sendTimeout="00:10:00"
transferMode="Buffered"
transferMode="Streamed"
maxBufferSize="2147483647"
maxBufferPoolSize="2147483647"
maxReceivedMessageSize="2147483647">