c# Programming Glossary: maxbuffersize
(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 false hostNameComparisonMode StrongWildcard maxBufferSize 65536 maxBufferPoolSize 524288 maxReceivedMessageSize 65536..
400 Bad Request Exception: Simple SOAP WCF service with small data http://stackoverflow.com/questions/12410947/400-bad-request-exception-simple-soap-wcf-service-with-small-data schema is listed at the end. Note I have set quota values maxBufferSize etc to higher values in both service and client config. Tracing.. false hostNameComparisonMode StrongWildcard maxBufferSize 65536 maxBufferPoolSize 524288 maxReceivedMessageSize 65536..
response size limitaiton of a WCF web serivces http://stackoverflow.com/questions/1281269/response-size-limitaiton-of-a-wcf-web-serivces false hostNameComparisonMode StrongWildcard maxBufferSize 1000000000 maxBufferPoolSize 1000000000 maxReceivedMessageSize.. false hostNameComparisonMode StrongWildcard maxBufferSize 1500000000 maxBufferPoolSize 1500000000 maxReceivedMessageSize.. false hostNameComparisonMode StrongWildcard maxBufferSize 1000000000 maxBufferPoolSize 1000000000 maxReceivedMessageSize..
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 false hostNameComparisonMode StrongWildcard maxBufferSize 65536 maxBufferPoolSize 524288 maxReceivedMessageSize 65536..
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 bindings basicHttpBinding binding name BasicHttpBinding maxBufferSize 2147483647 maxReceivedMessageSize 2147483647 readerQuotas maxDepth..
WCF client hangs on response http://stackoverflow.com/questions/2876955/wcf-client-hangs-on-response same could have been achieved by increasing the buffersize maxBufferSize 1000000 but I had that in place already and it did not help...
“Could not find endpoint element with name…” http://stackoverflow.com/questions/3188965/could-not-find-endpoint-element-with-name StrongWildcard listenBacklog 10 maxBufferPoolSize 524288 maxBufferSize 65536 maxConnections 10 maxReceivedMessageSize 65536 readerQuotas..
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 false hostNameComparisonMode StrongWildcard maxBufferSize 65536 maxBufferPoolSize 524288 maxReceivedMessageSize 65536..
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 StrongWildcard keepAliveEnabled false maxBufferSize 65536 proxyAuthenticationScheme Anonymous realm transferMode..
Correct way communicate WSSE Usernametoken for SOAP webservice http://stackoverflow.com/questions/5836685/correct-way-communicate-wsse-usernametoken-for-soap-webservice false hostNameComparisonMode StrongWildcard maxBufferSize 524288 maxBufferPoolSize 524288 maxReceivedMessageSize 524288..
WCF Not Timing out correctly? http://stackoverflow.com/questions/5966315/wcf-not-timing-out-correctly name WindowsServerOverTcp maxReceivedMessageSize 10000000 maxBufferSize 10000000 maxBufferPoolSize 10000000 closeTimeout 00 00 03 openTimeout..
Large Binary (byte[]) File transfer through WCF http://stackoverflow.com/questions/6030137/large-binary-byte-file-transfer-through-wcf false hostNameComparisonMode StrongWildcard maxBufferSize 2147483646 maxBufferPoolSize 2147483646 maxReceivedMessageSize.. false hostNameComparisonMode StrongWildcard maxBufferSize 2147483646 maxBufferPoolSize 2147483646 maxReceivedMessageSize..
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 false hostNameComparisonMode StrongWildcard maxBufferSize 6553600 maxBufferPoolSize 524288 maxReceivedMessageSize 6553600.. false hostNameComparisonMode StrongWildcard maxBufferSize 65536 maxBufferPoolSize 524288 maxReceivedMessageSize 65536..
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 StrongWildcard keepAliveEnabled true maxBufferSize 65536 proxyAuthenticationScheme Anonymous realm transferMode..
|