• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

.NET gurus.... how do i create a socket connection using SSL?

gopunk

Lifer
i know system.net.webclient can do it, but i can't figure out a way to also let me specify a port to connect to. i don't think system.net.sockets.tcpclient automatically does ssl, and i can't figure out how to make it do so. i'm told it's impossible... 🙁

i've been looking for hours... and all i can find are some stupid components that i'd have to pay for. wtf kind of crap is this. do i have to write my own ssl stuff?! :|


i should mention that it's an imap connection, so none of the http stuff will work 🙁
 
Back
Top