DotNetWikiBot Framework Documentation

Overload List

  NameDescription
Public methodSite(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:
 Copy imageCopy
https://en.wikipedia.org|MyUserName|MyPassword
https://de.wikipedia.org|MyUserName|MyPassword|MyDomain
Each site's accouint must be on the new line. This function allows distributing compiled bots without revealing passwords.
Public methodSite(String, String, String)
This constructor is used to generate most Site objects.
Public methodSite(String, String, String, String)
This constructor is used for LDAP authentication. Additional information can be found here .

See Also