Questions tagged [wsdualhttpbinding]

A secure and interoperable WCF binding that is designed for use with duplex service contracts that allows both services and clients to send and receive messages.

The WSDualHttpBinding provides the same support for Web Service protocols as the WSHttpBinding, but for use with duplex contracts. WSDualHttpBinding only supports SOAP security and requires reliable messaging. This binding requires that the client has a public URI that provides a callback endpoint for the service. This is provided by the ClientBaseAddress. A dual binding exposes the IP address of the client to the service. The client should use security to ensure that it only connects to services it trusts.

http://msdn.microsoft.com/en-us/library/system.servicemodel.wsdualhttpbinding.aspx

63 questions
0
votes
1 answer

WCF with wsDualHttpBinding blocking calls

my case is that I'm using wsDualHttpBinding as a binding. But I've noticed something kind of unexpected. When I try to send a request to a service operation, but my code is handling a callback message (I've put a Thread.Sleep there to simulate),…
gsb
  • 1,219
  • 1
  • 16
  • 31
0
votes
1 answer

Multiple messages per poll in wsDualHttpBinding

The Polling duplex binding supports multiple messages per poll.
Unmesh Kondolikar
  • 9,256
  • 4
  • 38
  • 51
0
votes
1 answer

wsDualHttpBinding error in Win7

I have one server/client app where server is hosted in IIS server, and many clients will connect to that IIS server, Dual binding is use to broadcast message from server to clients. I am develop in my Vista machine which has no error, however when…
tzuhsun
  • 91
  • 1
  • 7
1 2 3 4
5