Click here to Skip to main content
15,889,859 members
Home / Discussions / C#
   

C#

 
GeneralRe: Memory Leak? Pin
Luc Pattyn30-Mar-11 12:10
sitebuilderLuc Pattyn30-Mar-11 12:10 
GeneralRe: Memory Leak? Pin
Pete O'Hanlon30-Mar-11 12:59
mvePete O'Hanlon30-Mar-11 12:59 
GeneralRe: Memory Leak? Pin
Luc Pattyn30-Mar-11 13:22
sitebuilderLuc Pattyn30-Mar-11 13:22 
GeneralRe: Memory Leak? Pin
Pete O'Hanlon30-Mar-11 20:22
mvePete O'Hanlon30-Mar-11 20:22 
GeneralRe: Memory Leak? Pin
Alaric_31-Mar-11 3:59
professionalAlaric_31-Mar-11 3:59 
GeneralRe: Memory Leak? Pin
Pete O'Hanlon31-Mar-11 9:54
mvePete O'Hanlon31-Mar-11 9:54 
QuestionSecurityNegotiationException: Could not establish trust relationship for the SSL/TLS secure channel with authority Pin
Le centriste30-Mar-11 4:04
Le centriste30-Mar-11 4:04 
AnswerRe: SecurityNegotiationException: Could not establish trust relationship for the SSL/TLS secure channel with authority Pin
Pete O'Hanlon30-Mar-11 4:40
mvePete O'Hanlon30-Mar-11 4:40 
You should be able to do this by overriding the client certificate:
C#
System.Net.ServicePointManager.ServerCertificateValidationCallback = ((sender, certificate, chain, sslPolicyErrors) => true);
Obviously you want to only apply this during your testing phase, so I'd surround this in a conditional if I were you.

I'm not a stalker, I just know things. Oh by the way, you're out of milk.

Forgive your enemies - it messes with their heads


My blog | My articles | MoXAML PowerToys | Onyx


GeneralRe: SecurityNegotiationException: Could not establish trust relationship for the SSL/TLS secure channel with authority Pin
Le centriste30-Mar-11 4:56
Le centriste30-Mar-11 4:56 
GeneralRe: SecurityNegotiationException: Could not establish trust relationship for the SSL/TLS secure channel with authority Pin
Pete O'Hanlon30-Mar-11 5:12
mvePete O'Hanlon30-Mar-11 5:12 
QuestionRe: SecurityNegotiationException: Could not establish trust relationship for the SSL/TLS secure channel with authority Pin
Le centriste30-Mar-11 5:25
Le centriste30-Mar-11 5:25 
AnswerRe: SecurityNegotiationException: Could not establish trust relationship for the SSL/TLS secure channel with authority Pin
Pete O'Hanlon30-Mar-11 6:00
mvePete O'Hanlon30-Mar-11 6:00 
JokeRe: SecurityNegotiationException: Could not establish trust relationship for the SSL/TLS secure channel with authority Pin
Soulus8330-Mar-11 13:22
Soulus8330-Mar-11 13:22 
QuestionHow to write a class, where one of its attributes is an Array? Pin
nstk30-Mar-11 2:23
nstk30-Mar-11 2:23 
AnswerRe: How to write a class, where one of its attributes is an Array? PinPopular
Pete O'Hanlon30-Mar-11 2:30
mvePete O'Hanlon30-Mar-11 2:30 
GeneralRe: How to write a class, where one of its attributes is an Array? Pin
nstk3-Apr-11 23:02
nstk3-Apr-11 23:02 
AnswerRe: How to write a class, where one of its attributes is an Array? Pin
David198730-Mar-11 2:46
David198730-Mar-11 2:46 
AnswerRe: How to write a class, where one of its attributes is an Array? Pin
#realJSOP30-Mar-11 7:16
mve#realJSOP30-Mar-11 7:16 
AnswerRe: How to write a class, where one of its attributes is an Array? Pin
davidnz30-Mar-11 10:21
davidnz30-Mar-11 10:21 
GeneralRe: How to write a class, where one of its attributes is an Array? Pin
nstk2-Apr-11 4:40
nstk2-Apr-11 4:40 
QuestionHttpWebRequest load image from rss with UI freezing (windows phone) Pin
peter_piper30-Mar-11 2:09
peter_piper30-Mar-11 2:09 
AnswerRe: HttpWebRequest load image from rss with UI freezing (windows phone) Pin
Luc Pattyn30-Mar-11 3:18
sitebuilderLuc Pattyn30-Mar-11 3:18 
GeneralRe: HttpWebRequest load image from rss with UI freezing (windows phone) Pin
peter_piper30-Mar-11 3:42
peter_piper30-Mar-11 3:42 
GeneralRe: HttpWebRequest load image from rss with UI freezing (windows phone) Pin
Luc Pattyn30-Mar-11 3:54
sitebuilderLuc Pattyn30-Mar-11 3:54 
GeneralRe: HttpWebRequest load image from rss with UI freezing (windows phone) Pin
peter_piper4-Apr-11 3:03
peter_piper4-Apr-11 3:03 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.