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 = ?
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 = ?
const uint WINHTTP_ACCESS_TYPE_NO_PROXY = 1;
const long WINHTTP_ACCESS_TYPE_NO_PROXY = 1;