The configuration of encoding, protocol and transport detailing how WCF services and clients communicate with each other.
I've added a proxy to a webservice to a VS2008/.NET 3.5 solution. When constructing the client .NET throws this error: …
wcf .net-3.5 wcf-binding endpointI have a WCF Service running fine on my local machine. I put it on the servers, and I am …
wcf exception-handling wcf-binding net.tcp wcf-endpointIn WCF there are several different types of HTTP based bindings: BasicHttpBinding WsHttpBinding WebHttpBinding What are the differences among these 3? …
wcf-binding basichttpbinding wshttpbinding webhttpbindingI trying to consume a WCF web service using stand alone application. I am able to view this service using …
c# wcf wcf-bindingWhen I right click on Eval.svc within Visual Studio 2012 and view in browser, I get the following - The …
c# wcf wcf-bindingI'm trying to connect an application (the client) to an exposed WCF service, but not through the application configuration file, …
c# wcf wcf-binding wcf-clientI have my first WCF example working. I have the host on a website which have many bindings. Because of …
c# wcf wcf-binding wcf-clientI can't seem to get my WCF service to accept large amounts of data being sent up to it. I …
c# wcf wcf-bindingHow do the timeouts work in WCF? I know for example that you can configure sendTimeout and receiveTimeout for a …
wcf configuration timeout wcf-bindingI noticed that 2147483647 seems to be a popular choice for maxReceivedMessageSize but is this the limit?
wcf wcf-binding netnamedpipebinding