HTTPS Connectivity in C#

  • Thread starter Thread starter Ashish Jindal
  • Start date Start date
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
 
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,
 
Back
Top