wwHTTP::nServiceFlags

Use this property to override internet service connection flags used by WinINet. Used in the call to InternetConnect().

o.nServiceFlags

Remarks

HTTP protocol specific flags should set nHttpServiceFlags.

Example

#INCLUDE wconnect.h
DO wconnect

loHttp = CREATEOBJECT("wwHttp")

loHttp.nHttpServiceFlags = BITOR(INTERNET_FLAG_NO_COOKIES,0x00400000)

? loHttp.nHttpServiceFlags 

lcHtml = loHttp.HttpGet("http://west-wind.com")

? SUBSTR(lcHtml,1,500)
RETURN

See also:

West Wind Web Connection | wwHTTP::nHttpServiceFlags

© West Wind Technologies, 2023 • Updated: 08/21/13
Comment or report problem with topic