With Silverlight 5 in-browser application, will I be able to open a listening post on a client machine so my silverlight object acts as a local web server?
With Silverlight 5 in-browser application, will I be able to open a listening post
Share
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.
Silverlight can connect to a socket (normally limited to ports: 4502-453) and when the the app is running out of browser you are free to pick any port.
It is not possible to open a listening socket.
See also: Can we create a Silverlight Socket Server ONLY using SILVERLIGHT and XML's (NO WCF WPF CONSOL APPS)?