Changes

Configuration Files/Bindings.config

154 bytes added, 25 April
/* Example Upload of files with 200MB Size */
===== Example Upload of files with 200MB Size=====
<source lang="XML">
<wsHttpBinding> <binding name="WSHttpBinding" sendTimeout="00:05:00" maxBufferPoolSize="20000000067108864" maxReceivedMessageSize="20000000067108864" receiveTimeout="01:00:00"> <readerQuotas maxDepth="32" maxStringContentLength="2000000002147483647" maxArrayLength="2000000002147483647" maxBytesPerRead="2000000002147483647" maxNameTableCharCount="2000000002147483647" /> <security mode="Transport"> <transport clientCredentialType="None" /> </security> </binding> <binding name="WSHttpBinding_IUBIKPush"> <security mode="Transport"> <transport clientCredentialType="None"/> </security> </binding>
</wsHttpBinding>
</source>
392
edits