OCX Control

rash

Member
Hi,
Can anyone tell me that what the following piece of code does?
ctrl:INET:Config("UseWinInet=1").
ctrl:INET:Config("HTTPVersion=1.1").
ctrl:INET:Config("UserAgent="Marine").
ctrl:INET:Config("SSLSecurityFlags=" + "").
ctrl:INET:ContentType = "application/octet-stream".
 
Back
Top