vote up 1 vote down star

I started to write a provider for APNs in .Net today, and it seems I've hit a brick wall...

Everything I'm finding about securing sockets says that a System.Net.Sockets.Socket cannot implement SSL. I'm fairly new to raw sockets programming...does anyone know of a way to connect a raw socket to a server over SSL?

flag

71% accept rate

1 Answer

vote up 1 vote down check

You might want to take a look at apns-sharp. I've done some experimenting with Push Notifications, and was able to get the server side of things up and running with that in very little time at all. (Even if you don't use it as-is, the source may help you.)

link|flag
I notice the developer(s) used a TCPClient object in stead of a plain socket, which makes sense. Thanks for the help! – jtrim Oct 27 at 12:54

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.