i have develop a silverlight application with wcf net.tcp binding. i want create an object of service in sliverlight. how it is possible. please help me.
Thanks
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.
No, as far as I know, up to and including Silverlight 3, it supports only the
basicHttpBinding(and possibly the webHttpBinding as well?). NetTCP is not supported, sorry.Here’s a blog post by Yavor Georgiev (Program Manager, Silverlight Web Services Team) where he explains what’s new in web services with Silverlight 3 – unfortunately, no mention of netTCP 🙁
Marc