WCF 大文件传输配置

<bindings>    <webHttpBinding>                <binding name="CustomWebBinding" maxBufferPoolSize="2147483647" maxBufferSize="2147483647" maxReceivedMessageSize="2147483647" transferMode="Streamed" sendTimeout="00:05:00">          <readerQuotas maxDepth="2147483647" maxStringContentLength="2147483647" maxArrayLength="2147483647" maxBytesPerRead="2147483647" maxNameTableCharCount="2147483647" />        binding>    webHttpBinding>bindings><services>    <service name="TravelMobileWCF_IISServer.WCFService">        <endpoint address="/service" behaviorConfiguration="web" binding="webHttpBinding" bindingConfiguration="CustomWebBinding" contract="TravelMobileWCF_IISServer.IServerInterface" />    service>services>
上一篇:MapReduce的入门


下一篇:Docker-第八课,进阶-Docker Compose