Top "Wcf-binding" questions

The configuration of encoding, protocol and transport detailing how WCF services and clients communicate with each other.

Deploying WCF Service with both http and https bindings/endpoints

I've written a WCF web service for consumption by a Silverlight app. Initially, the service only required a basic http …

wcf iis ssl https wcf-binding
How to host WCF through TCP ports?

How do I host WCF services through TCP Ports, and how do I listen to it and consume services through …

tcp wcf wcf-binding net.tcp
netTcpBinding or wsHttpBinding

I have a WCF Service hosted as Windows Service and client is an ASP.Net application consuming WCF Service methods. …

wcf wcf-binding nettcpbinding wshttpbinding
WCF sessions with a wsHttpBinding and without windows security

I need to create a WCF service that is hosted in IIS, uses http transport and hold state in the …

.net wcf wcf-security wcf-binding wcf-sessions
WCF: using streaming with Message Contracts

I am trying to use the WCF streaming with Message Contracts, because I need additional parameters beside the stream itself. …

c# .net wcf wcf-binding wcf-configuration
Maximum request length exceeded in WCF

I am currently using Wcf application and getting above mentiooned error in Trace Log. Below is the Web.Config for …

wcf wcf-binding wshttpbinding
Net TCP binding: The URI prefix is not recognized

This really is bugging me for a couple of hours. I created the simplest WCF service using a TCP binding. …

c# .net wcf wcf-binding nettcpbinding
WCF is using the computer name instead of the IP address and cannot be resolved

I have a WCF service that works fine on the LAN but when trying to access it from outside the …

.net wcf wcf-binding wcf-endpoint hostheaders
WCF: How to get Binding object from configuration

I would like to get Binding object from web.config or app.config. So, this code works: wcfTestClient = new TestServiceClient("…

.net wcf wcf-binding