메소드 | 설명 | |
---|---|---|
FinishedStartup ( ) : void | ||
GetAbuseReport ( int Number ) : |
Cannot be reflected on purpose, so it can only be used locally. Gets the abuse report associated with the number without authentication.
|
|
GetAbuseReport ( int Number, string Password ) : |
||
GetAbuseReports ( int start, int count, bool active ) : List |
||
Initialize ( IConfigSource config, IRegistryCore registry ) : void | ||
Start ( IConfigSource config, IRegistryCore registry ) : void | ||
UpdateAbuseReport ( |
||
UpdateAbuseReport ( |
메소드 | 설명 | |
---|---|---|
AddAbuseReport ( |
public GetAbuseReport ( int Number ) : |
||
Number | int | |
리턴 |
public GetAbuseReport ( int Number, string Password ) : |
||
Number | int | |
Password | string | |
리턴 |
public GetAbuseReports ( int start, int count, bool active ) : List |
||
start | int | |
count | int | |
active | bool | |
리턴 | List |
public Initialize ( IConfigSource config, IRegistryCore registry ) : void | ||
config | IConfigSource | |
registry | IRegistryCore | |
리턴 | void |
public Start ( IConfigSource config, IRegistryCore registry ) : void | ||
config | IConfigSource | |
registry | IRegistryCore | |
리턴 | void |
public UpdateAbuseReport ( |
||
report | ||
리턴 | void |
public UpdateAbuseReport ( |
||
report | ||
Password | string | |
리턴 | void |