It is my understanding that in HTTP the client connects to the server and requests data. The server cannot call the client. If this is the case then how do WCF callbacks work?
Thanks,
Joe
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
When used with HTTP transport the server does call the client. In order to get this to work the client must be on a public endpoint, so firewalls and what-have-you will need to be configured appropriately.
From http://msdn.microsoft.com/en-us/magazine/cc163537.aspx:
And from the reference for WSDualHttpBinding
http://msdn.microsoft.com/en-us/library/system.servicemodel.wsdualhttpbinding.aspx: