0

I've searched the internet all morning.

I just want to know the value and how to notate it in asp classic.

I think it's 1 in decimal notation.

WINHTTP_ACCESS_TYPE_NO_PROXY = ?
Doug Chamberlain
  • 11,192
  • 9
  • 51
  • 91

1 Answers1

0
const uint WINHTTP_ACCESS_TYPE_NO_PROXY = 1;
const long WINHTTP_ACCESS_TYPE_NO_PROXY = 1;
athspk
  • 6,722
  • 7
  • 37
  • 51
Rahul Tripathi
  • 168,305
  • 31
  • 280
  • 331