The net.
I have a WCF service that has two endpoints. One with basicHttpBinding and one with netTcpBinding. Here is my config... &…
c# wcf fiddler nettcpbindingWCF newbie here... I'm trying to self-host a WCF service using NetTcpBinding. Based on the MSDN "how-to" tutorial I have …
c# wcf nettcpbindingI have a WCF service which is exposed using a single endpoint with netTcpBinding which sits on Server A, hosted …
wcf authentication .net-4.0 x509certificate nettcpbindingI followed this tutorial (at least based my WCF in this, coz I need then to work alike): http://www.…
wcf callback nettcpbinding wsdualhttpbindingSay I have a service exposing two end points, 1st is a NetTCPBinding the second is any flavour of HttpBinding. …
wcf wcf-binding nettcpbinding wshttpbinding basichttpbindingI would like to be able to use username/password authentication with nettcpbinding, is that possible? (UserNamePasswordValidator or something like …
wcf authentication username nettcpbindingI have a WCF service set to PerCall I would like to know how I can send a Start call …
c# .net wcf nettcpbinding long-running-processesI have some critical problem in my project. During transaction time with (wcf + netTCP) I was getting the exception is. …
wcf nettcpbinding net-tcpI've got a machine-control application where I have a single client computer and five server boxes communicating on the machine …
wcf credentials nettcpbindingFor experiments, I created a simple "Hello World" WCF service and client using .NET 4.5 on VS2012. The server is hosted …
.net wcf nettcpbinding ws-reliablemessaging