UtilGameFaqsHasCheats(Uri, WebProxy, String) Method

Determine whether a game's profile page from gamefaqs.com website contains cheats.

Definition

Namespace: DevCase.ThirdParty.GameFaqs
Assembly: DevCase.net48.ThirdParty.GameFaqs (in DevCase.net48.ThirdParty.GameFaqs.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static bool HasCheats(
	Uri gamefaqsUri,
	WebProxy sslProxy = null,
	string userAgent = ""
)

Parameters

gamefaqsUri  Uri
The Uri that points to a game's profile page from gamefaqs.com website.

(eg. https://gamefaqs.gamespot.com/ps2/914828-metal-gear-solid-3-snake-eater)

sslProxy  WebProxy  (Optional)
A custom WebProxy to do the web request to gamefaqs.com website (the proxy must support SSL).

If this parameter is empty, no proxy is used.

userAgent  String  (Optional)
A web-browser user-agent to assign in the request to gamefaqs.com website.

Default value is: "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)"

Return Value

Boolean
if the game page contains cheats, otherwise, .

Example

This is a code example.
C#
No code example is currently available or this language may not be supported.

See Also