Questions tagged [net-tcp]

21 questions
0
votes
1 answer

Set max time skew in wcf with net.tcp binding

I have a WCF service with net.tcp endpoints using custom usernamePassswordValidator, custom authorization and TransportWithMessageCredential with credential type "Username" (see below). Server and client work fine - unless the time skew between…
BlackTuareg
  • 160
  • 1
  • 11
0
votes
3 answers

WCF + net.tcp Communication Timeout problem

I have some critical problem in my project. During transaction time with (wcf + netTCP) I was getting the exception is. The communication object, System.ServiceModel.Channels.ClientFramingDuplexSessionChannel, cannot be used for communication…
Anand Thangappan
  • 3,068
  • 2
  • 28
  • 31
0
votes
1 answer

WCF error: The socket connection was aborted

I host WCF connection using topshelf and service configurations use behavior and tcp connection like the following :
Ali
  • 1,975
  • 5
  • 36
  • 55
0
votes
1 answer

Can’t find NetTcpActivator service

I have walked across services window from bottom to top and couldn’t find that on my machine with Windows 10. But I have found it easy on another computer under windows 7. Maybe I need to do something to find that, can anybody gives tip and/or help?
Sergged
  • 1
  • 4
0
votes
1 answer

NettcpBinding wcf - how to improve the time of detect faulted

I have an application that is connect to wcf server for getting time async. It's for keep connection alive by tcp. So i want to detact that i disconnected from the server so i register to event faulted. so far all good, but i find that the detection…
David Michaeli
  • 367
  • 5
  • 26
-1
votes
2 answers

Can't Add Service Reference to a Project

I'm Trying to add a service reference to a project that has another references already made. I've Copied the App.Config and Web.configs used in those Projects and adapted them to the service that I want to add. I also copied and adapted the contract…
Nelssen
  • 1,023
  • 1
  • 17
  • 42
1
2