Jump to: navigation, search

Changes


Configuration Files/Bindings.config

69 bytes removed, 24 April
/* Upload of large files */
===== Example Upload of files with 200MB Size=====
<source lang="XML">
<wsHttpBinding> <binding name="WSHttpBinding" sendTimeout="00:05:00" maxBufferPoolSize="200000000" maxReceivedMessageSize="200000000" receiveTimeout="01:00:00"> <readerQuotas maxDepth="32" maxStringContentLength="200000000" maxArrayLength="200000000" maxBytesPerRead="200000000" maxNameTableCharCount="200000000" /> <security mode="Transport"> <transport clientCredentialType="None" /> </security> </binding> <binding name="WSHttpBinding_IUBIKPush"> <security mode="Transport"> <transport clientCredentialType="None"/> </security> </binding> </wsHttpBinding>
</source>
415
edits