How can I communicate between Windows 8 and WP8 apps using ssl?

Posted by Clay Shannon on Stack Overflow See other posts from Stack Overflow or by Clay Shannon
Published on 2012-10-23T16:50:50Z Indexed on 2012/10/23 17:00 UTC
Read the original article Hit count: 160

I'm considering using either raw notifications (WNS) or sockets for communication between a Windows 8 and WP8 app. I've found some samples for using sockets but my question[s] here are: does WP8 support sending/receiving messages over ssl and, if so, how is it done?

Something I need to be true or find a workaround for is that the Windows 8 app has a permanent IPAddress to which the phone app will send its updates. Typically, a tablet will be running Windows 8 app, always listening for incoming messages; the phone app will periodically send messages.

© Stack Overflow or respective owner

Related posts about ssl

Related posts about notifications