DotNetWikiBot Framework Documentation
This constructor is used to generate most Site objects.

Namespace: DotNetWikiBot
Assembly: DotNetWikiBot (in DotNetWikiBot.dll) Version: 0.0.0.0

Syntax

C#
public Site(
	string address,
	string userName,
	string userPass
)

Parameters

address
Type: System..::..String
Wiki site's URI. It must point to the main page of the wiki, e.g. "https://en.wikipedia.org" or "http://127.0.0.1:80/w/index.php?title=Main_page".
userName
Type: System..::..String
User name to log in.
userPass
Type: System..::..String
Password.

Return Value

Type:
Returns Site object.

See Also