HTTPS Connectivity in C#

A

Ashish Jindal

Hi,

Not sure if this is the correct forum to ask... I am looking for C#
library for HTTPS Connectivity.

Or is there anything I can do to tweak WebRequest to make it work with
HTTPS, like for example setting some SSL Transport Provider...

Any pointers would be very useful.


-Ashish
 
J

Joerg Jooss

Thus wrote Ashish,
Hi,

Not sure if this is the correct forum to ask... I am looking for
C# library for HTTPS Connectivity.

Or is there anything I can do to tweak WebRequest to make it work
with HTTPS, like for example setting some SSL Transport Provider...

Any pointers would be very useful.

WebRequest supports HTTPS. You don't need anything special.

Cheers,
 

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

Top