The net.tcp binding is a Microsoft Windows Communications Foundation (WCF) protocol. The protocol is binary, secure, and reliable --- though these options are configurable.
Questions tagged [nettcpbinding]
474 questions
0
votes
1 answer
WCF Client TCP Error 10013 while connecting - only if connection to windows DC is present; net.tcp binding
I set up a small WCF service in Duplex mode. The service is consumed within a Windows 8 App. The client computer is member of a Windows Domain. If the connection to the Domaincontroller is present, I get an Error:
TCP error code 10013: An attempt…

Delirium
- 66
- 4
0
votes
1 answer
Port sharing in net tcp binding service
I have a site which uses nettcp binding service which is opened at port Number 808.
Now I have created one more website which uses nettcp binding at port number 808 only.

user1400915
- 1,933
- 6
- 29
- 55
0
votes
1 answer
Why am I getting null data on wcf deserialization?
I've a system where I'm exchanging messages across different point to point comms channels- between Windows and embedded systems, and have done it all as pretty standard custom serialize/deserialize functions pretty much entirely done by hand, since…

Craig Graham
- 1,161
- 11
- 35
0
votes
0 answers
WCF Duplex Service - Serialization Exception
This is my Client class
using System;
using System.Data;
using System.ServiceModel;
using System.Runtime.Serialization;
namespace Main.Communication
{
public delegate void EventReceivedEventHandler(DataSet InBoxNotifications, bool…

Sreekumar P
- 5,900
- 11
- 57
- 82
0
votes
0 answers
Optimizing WCF NetTcp Open time
I am using WCF for IPC.
I have very strict performance needs, so the whole operation can take only a few milliseconds. (blocked by 3-4ms I'd say...)
However, WCF open takes approx 10ms. I looked at some performance testings made and I saw I can get…

Roy Reznik
- 2,040
- 4
- 22
- 28
0
votes
1 answer
netTcp async callbacks executing very slowly over the internet?
I have a duplex voice and video chatting service hosted in IIS 7 with netTcpBinding. The consumer of the service is a Silverlight client. The client invokes a method on the service: SendVoiceAsync(byte[] buffer) 10 times a second (every 100ms), and…

Mohammad Sepahvand
- 17,364
- 22
- 81
- 122
0
votes
1 answer
EndpointNotFoundException on client machine
My WCF Service is hosted under net.tcpbinding and in case it is not running when client makes a call to its methods but let me tell you our some of clients get access and some of not. i even check antivirus setting and firewall setting for each…

Goldy Sonata
- 65
- 11
-1
votes
1 answer
Protocol 'net.tcp' is not supported
I am changing my wcf hosting from a Windows service to be hosted in a IIS.
I have added in my solution a wcf Service Appliction and I have added reference to my projects and edited the svc file to this
<%@ ServiceHost Language="C#"…

hatem
- 373
- 3
- 12
- 25
-2
votes
2 answers
How to pass an Excel file from a WinForms client to a WCF service and into an SQL Server table?
How to pass an Excel file from a WinForms client to a WCF service and into an SQL Server table?
Can anyone provide any guidance, code, or advice?
WCF service contract and implementation that will take an Excel file as a parameter
Contract…

Sam
- 2,663
- 10
- 41
- 60