Top "Nettcpbinding" questions

The net.

What is the purpose of WCF reliable session?

The documentation around this topic is poor. I use WCF services with NetTcpBinding hosted in Windows service. The problem is …

wcf nettcpbinding
Detecting Client Death in WCF Duplex Contracts

I'm trying to build a SOA where clients can perform long running queries on the server and the server responds …

c# wcf callback duplex nettcpbinding
what is the global.asax Application_Start equivalent when using WAS in IIS7

I'd like to use the netTcpBinding for my WCF application which is currently hosted in IIS7, which means configuring it …

wcf iis-7 global-asax was nettcpbinding
WCF How much faster is TCP than HTTP

I understand that TCP is faster than HTTP for WCF but I'm interested to know by how much. I have …

c# wcf nettcpbinding
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
Register asp.net in IIS 10

I have one issue which is related with registering asp.net in IIS 10. My environment is Windows 10, IIS 10, VS 2013 and …

asp.net iis nettcpbinding
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
The maximum message size quota for incoming messages has been exceeded (obvious fix not helping)

I have an application which is uploading large files using WCF with netTcpBinding. For a particular file, i'm getting the …

wcf iis-7 nettcpbinding
Hosting a WCF service with Net.TCP

I am totally new to this and trying to host the simplest WCF service with a net.tcp binding I …

wcf nettcpbinding
How to consume WCF Service with net tcp binding and without mex binding

I installed a windows application, it uses a WCF service, I just go through the config file for WCF service …

wcf nettcpbinding