Help for Newbie to C#

  • Thread starter Thread starter nomad
  • Start date Start date
N

nomad

Hi,

I am a newbie to C#, having just been on a 4 day course for work. My
background is in VB6 so the jump to C# is quite a big one. In VB6 I
used the reference WinHTTPRequest so that I could attached a SSL
certificate to a HTTP POST. I was wondering this would be possible in
C#.

Appreciate any help on this.

Thanks
 
System.Net.HttpWebRequest has a ClientCertificates collection; that
do?

Marc
 
System.Net.HttpWebRequest has a ClientCertificates collection; that
do?

Marc

Marc, thanks very much for the reply, that's exactly what I was after.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Advice on moving to C# 5
Help adding service reference 5
VB6.0 to newbie C# 1
Passing arrays to C# from VB6 1
C# Newbie 5
Msgbox for C# 13
Equivalent C Sharp code. 1
labelarray to C# - newbie 1

Back
Top