Question

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 = ?
Was it helpful?

Solution

const uint WINHTTP_ACCESS_TYPE_NO_PROXY = 1;
const long WINHTTP_ACCESS_TYPE_NO_PROXY = 1;
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top