Top "Duplex" questions

A duplex communication system is a point-to-point system composed of two connected parties or devices that can communicate with one another in both directions, simultaneously.

Could not find a base address that matches scheme net.tcp

I have moved my file transfer service from basicHttpBinding to netTcpBinding as I am trying to set up a duplex …

c# wcf duplex net.tcp
Is TCP bidirectional or full-duplex?

Bidirectional and full-duplex are different concepts. For example the Ethernet is only half-duplex because at a specific time, only one …

sockets tcp duplex
Change WCF default timeout

I have here a WCF Duplex Service, the requierement is that the Callback to the client should have a timeout …

wcf timeout default duplex
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
How to handle WCF exceptions (consolidated list with code)

I'm attempting to extend this answer on SO to make a WCF client retry on transient network failures and handle …

c# wcf exception using-statement duplex
Seeking WCF Duplex "TwoWay" Subscribe+Callback Example

Renewing the bounty AGAIN because I really need to know how to get this to work, or a definitive answer …

wcf callback duplex timeoutexception
WCF duplex service using net tcp: "Stream Security is required..."

I'm writing a service that allows users to register with it and receive notifications when an event happens. I'm trying …

c# wcf web-services duplex
WCF Duplex - Client is unable to finish the security negotiation within the configured timeout

I have a duplex WCF, it work perfect in local host (connect my application to this WCF when it run …

wcf iis-7.5 duplex
Printing with advanced options (tray selection, duplex, staple)

We have a project of managing printing documents. At first I wonder why printing options couldn't be set up in …

.net printing duplex office-automation tray
Getting an error: Contract requires Duplex, but Binding 'BasicHttpBinding' doesn't support it or isn't configured properly to support it

I have a WCF service and a Silverlight 5 client. I've defined the following interfaces: [ServiceContract(Namespace = "Silverlight", CallbackContract = typeof(IDuplexClient))] …

c# wcf silverlight wcf-binding duplex