Top "Nettcpbinding" questions

The net.

Add service reference when using netTcp binding

I have a WCF service that I tested by copying its interfaces to a sample client project. Now I want …

wcf nettcpbinding windows-hosting
WCF NetTcpBinding Security - how does it work?

I am encountering the following problems trying to work through the quagmire of settings in WCF... I created a WCF …

wcf security credentials binding nettcpbinding
Could not connect to net.tcp://localhost... TCP error code 10061

Referring to a video tutorial about WCF service in windows service,i have created a sample WCF service and hosted …

windows-services nettcpbinding net.tcp wcf
Streamed transfer + netTcpBinding = framing mode not supported?

Can anybody explain what this error means: The .Net Framing mode being used is not supported by blah blah yadda …

wcf nettcpbinding
CommunicationObjectAbortedException in WCF service channel while multiple data load

I am using WCF service in my client-server application and I am facing following error while communication between server and …

c# wcf nettcpbinding
Dynamically set endpoint address in wcf client (with net tcp binding)

So I'm not overly familiar with WCF and all the stuff I've googled hasn't helped me with how to achieve …

.net wcf wcf-binding nettcpbinding
Can ZeroMQ be used to accept traditional socket requests?

I'm trying to re-write one of our old Servers using ZeroMQ, for now I have the following Server setup, (which …

sockets tcp zeromq nettcpbinding
WCF, Duplex callback, recieveTimeout netTcpBinding

Ive got a Host / Client WCF Service and client that is using netTcpBinding and a callback method. <bindings> &…

wcf nettcpbinding
Getting WCF callbacks to work with the netTcpBinding

I am having some issues getting callbacks working with my netTcpBinding WCF client/server. Here is the code... any thoughts? …

c# wcf callback nettcpbinding
What default port does WCF use for nettcp when hosted by IIS?

Our server is WCF based and it is hosted by IIS. We use nettcp as our binding. The app is …

wcf iis nettcpbinding