c# Programming Glossary: maxstringcontentlength
(Attempting to) migrate from WSE 3.0 to WCF for client code http://stackoverflow.com/questions/10589561/attempting-to-migrate-from-wse-3-0-to-wcf-for-client-code useDefaultWebProxy true readerQuotas maxDepth 32 maxStringContentLength 8192 maxArrayLength 16384 maxBytesPerRead 4096 maxNameTableCharCount..
Sharepoint web services — The HTTP request is unauthorized with client authentication scheme 'Ntlm'. The authentication header received from the server was 'NTLM' http://stackoverflow.com/questions/2608887/sharepoint-web-services-the-http-request-is-unauthorized-with-client-authenti useDefaultWebProxy true readerQuotas maxDepth 32 maxStringContentLength 8192 maxArrayLength 16384 maxBytesPerRead 4096 maxNameTableCharCount..
The underlying connection was closed: The connection was closed unexpectedly http://stackoverflow.com/questions/285345/the-underlying-connection-was-closed-the-connection-was-closed-unexpectedly maxReceivedMessageSize 2147483647 readerQuotas maxDepth 32 maxStringContentLength 8388608 maxArrayLength 16384 maxBytesPerRead 4096 maxNameTableCharCount..
Consume a SOAP web service without relying on the app.config http://stackoverflow.com/questions/3703844/consume-a-soap-web-service-without-relying-on-the-app-config Buffered useDefaultWebProxy true readerQuotas maxDepth 32 maxStringContentLength 8192 maxArrayLength 16384 maxBytesPerRead 4096 maxNameTableCharCount..
Signing SOAP messages using X.509 certificate from WCF service to Java webservice http://stackoverflow.com/questions/4666970/signing-soap-messages-using-x-509-certificate-from-wcf-service-to-java-webservic true allowCookies false readerQuotas maxDepth 32 maxStringContentLength 8192 maxArrayLength 16384 maxBytesPerRead 4096 maxNameTableCharCount..
Is it possible to make the WcfTestClient work for custom transport channels? http://stackoverflow.com/questions/484717/is-it-possible-to-make-the-wcftestclient-work-for-custom-transport-channels 16 maxSessionSize 2048 readerQuotas maxDepth 32 maxStringContentLength 8192 maxArrayLength 16384 maxBytesPerRead 4096 maxNameTableCharCount..
WCF Service Client: The content type text/html; charset=utf-8 of the response message does not match the content type of the binding http://stackoverflow.com/questions/5243929/wcf-service-client-the-content-type-text-html-charset-utf-8-of-the-response-me true allowCookies false readerQuotas maxDepth 2000000 maxStringContentLength 2000000 maxArrayLength 2000000 maxBytesPerRead 2000000 maxNameTableCharCount.. true allowCookies false readerQuotas maxDepth 32 maxStringContentLength 8192 maxArrayLength 16384 maxBytesPerRead 4096 maxNameTableCharCount..
ONVIF Authentication in .NET 4.0 with Visual Studios 2010 http://stackoverflow.com/questions/5638247/onvif-authentication-in-net-4-0-with-visual-studios-2010 Soap12 writeEncoding utf 8 readerQuotas maxDepth 32 maxStringContentLength 8192 maxArrayLength 16384 maxBytesPerRead 4096 maxNameTableCharCount..
Correct way communicate WSSE Usernametoken for SOAP webservice http://stackoverflow.com/questions/5836685/correct-way-communicate-wsse-usernametoken-for-soap-webservice Buffered useDefaultWebProxy true readerQuotas maxDepth 32 maxStringContentLength 65536 maxArrayLength 131072 maxBytesPerRead 32768 maxNameTableCharCount..
WCF Not Timing out correctly? http://stackoverflow.com/questions/5966315/wcf-not-timing-out-correctly receiveTimeout 00 00 03 readerQuotas maxDepth 2147483647 maxStringContentLength 2147483647 maxArrayLength 2147483647 maxBytesPerRead 2147483647..
Large Binary (byte[]) File transfer through WCF http://stackoverflow.com/questions/6030137/large-binary-byte-file-transfer-through-wcf useDefaultWebProxy true readerQuotas maxDepth 2147483646 maxStringContentLength 2147483646 maxArrayLength 2147483646 maxBytesPerRead 2147483646.. useDefaultWebProxy true readerQuotas maxDepth 2147483646 maxStringContentLength 2147483646 maxArrayLength 2147483646 maxBytesPerRead 2147483646..
ASP.NET - Javascript timeOut Warning based on sessionState timeOut in web.config http://stackoverflow.com/questions/7029168/asp-net-javascript-timeout-warning-based-on-sessionstate-timeout-in-web-config Buffered useDefaultWebProxy true readerQuotas maxDepth 32 maxStringContentLength 8192 maxArrayLength 1638400 maxBytesPerRead 4096 maxNameTableCharCount.. Buffered useDefaultWebProxy true readerQuotas maxDepth 32 maxStringContentLength 8192 maxArrayLength 16384 maxBytesPerRead 4096 maxNameTableCharCount..
WCF stops responding after about 10 or so calls (throttling) http://stackoverflow.com/questions/739312/wcf-stops-responding-after-about-10-or-so-calls-throttling serviceBehaviors . readerQuotas maxDepth 2147483647 maxStringContentLength 2147483647 maxArrayLength 2147483647 maxBytesPerRead 2147483647.. true allowCookies false readerQuotas maxDepth 2147483647 maxStringContentLength 2147483647 maxArrayLength 2147483647 maxBytesPerRead 2147483647..
Large WCF web service request failing with (400) HTTP Bad Request http://stackoverflow.com/questions/784606/large-wcf-web-service-request-failing-with-400-http-bad-request true allowCookies false readerQuotas maxDepth 32 maxStringContentLength 8192 maxArrayLength 2147483647 maxBytesPerRead 4096 maxNameTableCharCount..
MVC 4 Web Api IIS7.5 HTTP 404 Page Not Found http://stackoverflow.com/questions/9703090/mvc-4-web-api-iis7-5-http-404-page-not-found 16 maxSessionSize 2048 readerQuotas maxDepth 32 maxStringContentLength 8192 maxArrayLength 16384 maxBytesPerRead 4096 maxNameTableCharCount..
|