메소드 | 설명 | |
---|---|---|
Append ( string title, string text, string summary ) : string | ||
Append ( string title, string text, string summary, MinorFlags minor, bool botEdit ) : string | ||
CookiesToArray ( ) : byte[] | ||
Create ( string title, string text, string summary ) : string | ||
Delete ( string title, string reason, string token ) : void | ||
Enumerate ( ParameterCollection parameters, bool getAll ) : |
||
GetNamespace ( int number ) : string | ||
GetNamespaces ( ) : void | ||
LoadCookies ( byte data ) : void | ||
LoadNamespaces ( IEnumerable |
||
LoadText ( string title ) : string | ||
Login ( ) : void | ||
Login ( string username, string password ) : void |
Logs into the MediaWiki as 'username' using 'password'. http://www.mediawiki.org/wiki/API:Login |
|
Logout ( ) : void |
Logs out from the Wiki. http://www.mediawiki.org/wiki/API:Logout |
|
MakeRequest ( System.Action action, ParameterCollection parameters ) : |
||
MakeRequest ( |
||
Move ( string fromTitle, string toTitle, string reason ) : void | ||
Move ( string fromTitle, string toTitle, string reason, bool moveTalk, bool noRedirect ) : void | ||
Move ( string fromTitle, string toTitle, string reason, string token, bool moveTalk, bool noRedirect ) : void | ||
NamespacesToArray ( ) : byte[] | ||
PageNamespace ( string title ) : int | ||
PrepareQuery ( System.Action action, ParameterCollection parameters ) : string | ||
Prepend ( string title, string text, string summary ) : string | ||
Protect ( string title, List |
||
Query ( QueryBy queryBy, ParameterCollection parameters, IEnumerable |
||
Query ( QueryBy queryBy, ParameterCollection parameters, IEnumerable |
||
Query ( QueryBy queryBy, ParameterCollection parameters, string id ) : |
||
Review ( string revisionId, string accuracy, string comment, string token ) : void | ||
Save ( string title, string text, string summary ) : string | ||
Save ( string title, string text, string summary, MinorFlags minor, bool botEdit ) : string | ||
Save ( string title, string section, string text, string summary, MinorFlags minor, CreateFlags create, WatchFlags watch, SaveFlags mode, bool bot ) : string | ||
Save ( string title, string section, string text, string summary, MinorFlags minor, CreateFlags create, WatchFlags watch, SaveFlags mode, bool bot, string basetimestamp, string starttimestamp, string token ) : string | ||
SaveSection ( string title, string section, string text, string summary ) : string | ||
Stabilize ( string title, string reason, string editToken ) : void | ||
UnProtect ( string title, string reason, string token ) : void | ||
Upload ( string filename, string comment, string text, WatchFlags watch, byte data, string contentType, bool ignoreWarnings ) : void | ||
Upload ( string filename, string comment, string text, string token, WatchFlags watch, byte data, string contentType, bool ignoreWarnings ) : void | ||
Upload ( string filename, string comment, string text, string token, WatchFlags watch, string url ) : void | ||
Wiki ( string uri ) : System |
Initializes a new instance of the Wiki class with the specified URI.
|
메소드 | 설명 | |
---|---|---|
ComputeHashString ( string stringToHash ) : string | ||
Enumerate ( ParameterCollection parameters, |
||
EscapeString ( string stringToEscape ) : string |
Converts a string to its escaped representation.
|
|
FillDocumentWithQueryResults ( string query, |
||
GetResponseStream ( |
||
MakeActionException ( System.Action action, string error ) : |
||
MakeMultipartFormRequest ( ParameterCollection parameters, string filename, string contentType, byte data ) : |
||
PrepareMultipartFormQuery ( ParameterCollection parameters, string filename, string contentType, byte data ) : byte[] | ||
PrepareRequest ( ) : |
||
PrepareRequest ( |
||
PrepareRequest ( |
public Append ( string title, string text, string summary ) : string | ||
title | string | |
text | string | |
summary | string | |
리턴 | string |
public Append ( string title, string text, string summary, MinorFlags minor, bool botEdit ) : string | ||
title | string | |
text | string | |
summary | string | |
minor | MinorFlags | |
botEdit | bool | |
리턴 | string |
public Create ( string title, string text, string summary ) : string | ||
title | string | |
text | string | |
summary | string | |
리턴 | string |
public Delete ( string title, string reason, string token ) : void | ||
title | string | |
reason | string | |
token | string | |
리턴 | void |
public Enumerate ( ParameterCollection parameters, bool getAll ) : |
||
parameters | ParameterCollection | |
getAll | bool | |
리턴 |
public Login ( string username, string password ) : void | ||
username | string | A username. |
password | string | A password. |
리턴 | void |
public MakeRequest ( System.Action action, ParameterCollection parameters ) : |
||
action | System.Action | |
parameters | ParameterCollection | |
리턴 |
public MakeRequest ( |
||
uri | ||
method | RequestMethod | |
리턴 | string |
public Move ( string fromTitle, string toTitle, string reason ) : void | ||
fromTitle | string | |
toTitle | string | |
reason | string | |
리턴 | void |
public Move ( string fromTitle, string toTitle, string reason, bool moveTalk, bool noRedirect ) : void | ||
fromTitle | string | |
toTitle | string | |
reason | string | |
moveTalk | bool | |
noRedirect | bool | |
리턴 | void |
public Move ( string fromTitle, string toTitle, string reason, string token, bool moveTalk, bool noRedirect ) : void | ||
fromTitle | string | |
toTitle | string | |
reason | string | |
token | string | |
moveTalk | bool | |
noRedirect | bool | |
리턴 | void |
public PrepareQuery ( System.Action action, ParameterCollection parameters ) : string | ||
action | System.Action | |
parameters | ParameterCollection | |
리턴 | string |
public Prepend ( string title, string text, string summary ) : string | ||
title | string | |
text | string | |
summary | string | |
리턴 | string |
public Protect ( string title, List |
||
title | string | |
protections | List |
|
reason | string | |
token | string | |
cascade | bool | |
리턴 | void |
public Query ( QueryBy queryBy, ParameterCollection parameters, IEnumerable |
||
queryBy | QueryBy | |
parameters | ParameterCollection | |
ids | IEnumerable |
|
리턴 |
public Query ( QueryBy queryBy, ParameterCollection parameters, IEnumerable |
||
queryBy | QueryBy | |
parameters | ParameterCollection | |
ids | IEnumerable |
|
limit | int | |
all | bool | |
리턴 |
public Query ( QueryBy queryBy, ParameterCollection parameters, string id ) : |
||
queryBy | QueryBy | |
parameters | ParameterCollection | |
id | string | |
리턴 |
public Review ( string revisionId, string accuracy, string comment, string token ) : void | ||
revisionId | string | |
accuracy | string | |
comment | string | |
token | string | |
리턴 | void |
public Save ( string title, string text, string summary ) : string | ||
title | string | |
text | string | |
summary | string | |
리턴 | string |
public Save ( string title, string text, string summary, MinorFlags minor, bool botEdit ) : string | ||
title | string | |
text | string | |
summary | string | |
minor | MinorFlags | |
botEdit | bool | |
리턴 | string |
public Save ( string title, string section, string text, string summary, MinorFlags minor, CreateFlags create, WatchFlags watch, SaveFlags mode, bool bot ) : string | ||
title | string | |
section | string | |
text | string | |
summary | string | |
minor | MinorFlags | |
create | CreateFlags | |
watch | WatchFlags | |
mode | SaveFlags | |
bot | bool | |
리턴 | string |
public Save ( string title, string section, string text, string summary, MinorFlags minor, CreateFlags create, WatchFlags watch, SaveFlags mode, bool bot, string basetimestamp, string starttimestamp, string token ) : string | ||
title | string | |
section | string | |
text | string | |
summary | string | |
minor | MinorFlags | |
create | CreateFlags | |
watch | WatchFlags | |
mode | SaveFlags | |
bot | bool | |
basetimestamp | string | |
starttimestamp | string | |
token | string | |
리턴 | string |
public SaveSection ( string title, string section, string text, string summary ) : string | ||
title | string | |
section | string | |
text | string | |
summary | string | |
리턴 | string |
public Stabilize ( string title, string reason, string editToken ) : void | ||
title | string | |
reason | string | |
editToken | string | |
리턴 | void |
public UnProtect ( string title, string reason, string token ) : void | ||
title | string | |
reason | string | |
token | string | |
리턴 | void |
public Upload ( string filename, string comment, string text, WatchFlags watch, byte data, string contentType, bool ignoreWarnings ) : void | ||
filename | string | |
comment | string | |
text | string | |
watch | WatchFlags | |
data | byte | |
contentType | string | |
ignoreWarnings | bool | |
리턴 | void |
public Upload ( string filename, string comment, string text, string token, WatchFlags watch, byte data, string contentType, bool ignoreWarnings ) : void | ||
filename | string | |
comment | string | |
text | string | |
token | string | |
watch | WatchFlags | |
data | byte | |
contentType | string | |
ignoreWarnings | bool | |
리턴 | void |
public Upload ( string filename, string comment, string text, string token, WatchFlags watch, string url ) : void | ||
filename | string | |
comment | string | |
text | string | |
token | string | |
watch | WatchFlags | |
url | string | |
리턴 | void |