Create a UPnP Control Point in Silverlight
Posted
by James Cadd
on Stack Overflow
See other posts from Stack Overflow
or by James Cadd
Published on 2010-02-22T21:27:39Z
Indexed on
2010/03/24
15:03 UTC
Read the original article
Hit count: 1149
I'm interested in creating a UPnP control point in Silverlight. To me that implies that I'll need to use COM interop with Microsoft's upnp.dll (and the SL application will have to be out of browser and platform specific). Is there any source code available in C# that shows how to create a control point with Microsoft's stack? If there are other options available I'd like to hear about it, from reading around the web it appears the MS stack is buggy.
© Stack Overflow or respective owner