How to find the Client’s Callback URL for a duplex HTTP binding, from within the service (WCF 3.5)?
Appreciate any help..
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.
To get the callback to the client in a duplex channel what you do is within the method that was invoked on the service you would call
where ICallbackContract is replaced with the actual callback contract name.
Edit:
Not sure what you mean by the phrase Clients Callback URL. If you mean the address of the client that could be obtained via: