C# Class MALClient.XShared.Comm.MagicalRawQueries.MalHttpContextProvider

Mostrar archivo Open project: Mordonus/MALClient Class Usage Examples

Public Methods

Method Description
ErrorMessage ( string what ) : void
GetHttpContextAsync ( ) : Task

Establishes connection with MAL, attempts to authenticate.

Method Details

ErrorMessage() public static method

public static ErrorMessage ( string what ) : void
what string
return void

GetHttpContextAsync() public static method

Establishes connection with MAL, attempts to authenticate.
/// Unable to authorize. ///
public static GetHttpContextAsync ( ) : Task
return Task