views:

396

answers:

0

So I am trying to connect to Apple's Push Notification server with C#.

I asked a question about this here. I was given a Java example. I have tried now (about 50 iterations) and I can't seem to get my C# to do the same thing.

Could someone help me connect to an SSL with C#? Or even better, could someone make a C# equivalent to the Java in the previous post.

If anyone would like, I can post my code, since it doesn't work, I don't want to cultter the page with useless code, but will if needed. (I used the SslStream object - .NET 3.5)