DotNetWikiBot Framework Documentation
Overload List
Name | Description | |||||
---|---|---|---|---|---|---|
Site(String) | This constructor uses default userName and password for site, if
userName and password are found in "Defaults.dat" file in bot's "Cache"
subdirectory. File must be UTF8-encoded and must contain user names and passwords in
the following format:
| |||||
Site(String, String, String) | This constructor is used to generate most Site objects. | |||||
Site(String, String, String, String) | This constructor is used for LDAP authentication. Additional information can
be found here
. |