[Ceci est une documentation préliminaire, sous réserve de modification.]

The api type exposes the following methods.

Methods

 Public

 Protected
 Instance

 Static
 Declared

 Inherited
 XNA Framework Only

 .NET Compact Framework Only

 MemberDescription
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
getItem<(Of <(T>)>)(String, Int32)
Permet de récuperer un item en particulier d'un liste d'objet de type T provenant de la réponse Json à l'appel de la fonction ReqString de l'api.
getList<(Of <(T>)>)(String)
Permet de récupérer une liste d'objet de type T provenant de la réponse Json à l'appel de la fonction ReqString de l'api.
GetType()()()
Gets the Type of the current instance.
(Inherited from Object.)
GetUrlApi(String)
Permet de se connecter à l'api avec authentifiaction et d'executer les requêtes en mode GET.
GetUrlApi(String, NameValueCollection)
Permet de se connecter à l'api avec authentifiaction et d'executer les requêtes en mode GET.
MemberwiseClone()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
PostUrlApi(String)
Permet de se connecter à l'api avec authentifiaction et d'executer les requêtes en mode POST.
PostUrlApi(String, NameValueCollection)
Permet de se connecter à l'api avec authentifiaction et d'executer les requêtes en mode POST.
PostUrlApi(String, NameValueCollection, String)
Permet de se connecter à l'api avec authentifiaction et d'executer les requêtes en mode POST.
ToString()()()
Returns a String that represents the current Object.
(Inherited from Object.)

See Also