Документация по Gambas 2
Development Environment Documentation
Documents
Language Index
Language Overviews
Lexicon
Компиляция & Установка
Последние изменения
ПРОЧТИ
Регистрация
Что переводить
ar
ca
cs
de
en
eo
es
fa
fr
hu
id
it
ja
ko
mk
nl
pl
pt
pt_BR
ru
sq
tr
vi
zh
zh_TW
HttpClient.Auth (gb.net.curl)
Property
Auth
As
Integer
Return or set the HTTP authentication mode to use.
It can be one of the following constants:
Net.AuthNone
for no authentication (the default).
Net.AuthBasic
for BASIC authentication.
Net.AuthNTLM
for NTLM authentication.