C# Class Mediatheque.APIUtilities

Exibir arquivo Open project: matzora/TPM1Agile2

Public Properties

Property Type Description
LoginOk bool

Public Methods

Method Description
RequestLogin ( string Uri ) : void

This is for request the distant API to know if the credentials are matching

Method Details

RequestLogin() public static method

This is for request the distant API to know if the credentials are matching
public static RequestLogin ( string Uri ) : void
Uri string The Uri to request
return void

Property Details

LoginOk public_oe static_oe property

public static bool LoginOk
return bool