SslStream Missing 4.2

Hello everyone,

I am currently trying to get my Fez spider to connect to a server, download some JSON with push notification data and then push that data to Apple APNS to send push notifications for my app.

I have the JSON downloading and I have all the data ready but when I came to add a the SslStream stuff the SslStream object could not be found. I have added a reference to Microsoft.Spot.Net.Security as suggested but I don’t have a stream object to use :frowning:

Has this been removed from 4.2? :frowning:

Thanks for your help, hopefully its just me being stupid. Every website I look at just adds that reference and uses the SslStream object :frowning:

Paul

Did you try to add reference for System.Net.Security.dll?

Ahaaaa found it. Thank you both for your help :slight_smile:

I had to add a reference to System.Security. I had all the other references in place but missed that one :smiley:

Paul