c# Programming Glossary: maxdepth
(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 Buffered useDefaultWebProxy true readerQuotas maxDepth 32 maxStringContentLength 8192 maxArrayLength 16384 maxBytesPerRead..
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 Buffered useDefaultWebProxy true readerQuotas maxDepth 32 maxStringContentLength 8192 maxArrayLength 16384 maxBytesPerRead..
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 2147483647 maxReceivedMessageSize 2147483647 readerQuotas maxDepth 32 maxStringContentLength 8388608 maxArrayLength 16384 maxBytesPerRead..
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 transferMode Buffered useDefaultWebProxy true readerQuotas maxDepth 32 maxStringContentLength 8192 maxArrayLength 16384 maxBytesPerRead..
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 8 useDefaultWebProxy true allowCookies false readerQuotas maxDepth 32 maxStringContentLength 8192 maxArrayLength 16384 maxBytesPerRead..
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 64 maxWritePoolSize 16 maxSessionSize 2048 readerQuotas maxDepth 32 maxStringContentLength 8192 maxArrayLength 16384 maxBytesPerRead..
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 useDefaultWebProxy true allowCookies false readerQuotas maxDepth 2000000 maxStringContentLength 2000000 maxArrayLength 2000000.. useDefaultWebProxy true allowCookies false readerQuotas maxDepth 32 maxStringContentLength 8192 maxArrayLength 16384 maxBytesPerRead..
How do I get the XML SOAP request of an WCF Web service request? http://stackoverflow.com/questions/5493639/how-do-i-get-the-xml-soap-request-of-an-wcf-web-service-request
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 16 messageVersion Soap12 writeEncoding utf 8 readerQuotas maxDepth 32 maxStringContentLength 8192 maxArrayLength 16384 maxBytesPerRead..
Correct way communicate WSSE Usernametoken for SOAP webservice http://stackoverflow.com/questions/5836685/correct-way-communicate-wsse-usernametoken-for-soap-webservice transferMode Buffered useDefaultWebProxy true readerQuotas maxDepth 32 maxStringContentLength 65536 maxArrayLength 131072 maxBytesPerRead..
WCF Not Timing out correctly? http://stackoverflow.com/questions/5966315/wcf-not-timing-out-correctly sendTimeout 00 00 03 receiveTimeout 00 00 03 readerQuotas maxDepth 2147483647 maxStringContentLength 2147483647 maxArrayLength..
Large Binary (byte[]) File transfer through WCF http://stackoverflow.com/questions/6030137/large-binary-byte-file-transfer-through-wcf StreamedRequest useDefaultWebProxy true readerQuotas maxDepth 2147483646 maxStringContentLength 2147483646 maxArrayLength.. StreamedResponse useDefaultWebProxy true readerQuotas maxDepth 2147483646 maxStringContentLength 2147483646 maxArrayLength..
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 500 behavior serviceBehaviors . readerQuotas maxDepth 2147483647 maxStringContentLength 2147483647 maxArrayLength.. 8 useDefaultWebProxy true allowCookies false readerQuotas maxDepth 2147483647 maxStringContentLength 2147483647 maxArrayLength..
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 useDefaultWebProxy true allowCookies false readerQuotas maxDepth 32 maxStringContentLength 8192 maxArrayLength 2147483647 maxBytesPerRead..
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 64 maxWritePoolSize 16 maxSessionSize 2048 readerQuotas maxDepth 32 maxStringContentLength 8192 maxArrayLength 16384 maxBytesPerRead..
|