Questions tagged [nettcpbinding]

The net.tcp binding is a Microsoft Windows Communications Foundation (WCF) protocol. The protocol is binary, secure, and reliable --- though these options are configurable.

474 questions
0
votes
2 answers

Unable to use NettcpBinding from another computer in my local network

I built a WCF Service in one of my machines of my local network, it has both http and net.tcp (htpp,net.tcp) as enabled protocols in IIS manager. From another machine a build a client app, and define the endpoints automatically using the Add Service…
Rafael
  • 2,413
  • 4
  • 32
  • 54
0
votes
1 answer

WCF with netTcpBinding binding and maxReceivedMessageSize error message

I'm trying to get my App.Config setup correctly to allow my NetTcp Service to return strings larger than 65536, because Im getting this error below The maximum message size quota for incoming messages (65536) has been exceeded. To increase the…
Domitius
  • 475
  • 6
  • 17
0
votes
0 answers

WCF transferMode=Streamed, the output Stream will be serialized?

From this article I prepare a test project. WCF service side: web.config like this: