Changes

/* Example 3.5 */
===== 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>
[[Category:Installing|Configuration Files/Bindings.config]]
== Example Version 3.5 ==
<syntaxhighlight lang="xml">
<system.serviceModel>
</system.serviceModel>
</syntaxhighlight>
 
[[Category:Installing|Configuration Files/Bindings.config]]
 
== See also ==
* [[Configuration Files]]
[[Category:Installing|Configuration Files/Bindings.config]]
392
edits