C# Class Assets.Scripts.Services.Communication.HttpService

Inheritance: MonoSingleton
Afficher le fichier Open project: maximecharron/GLO-3002-Frima Class Usage Examples

Méthodes publiques

Méthode Description
HttpGet ( string location, Action callback ) : void
HttpPost ( string location, WWWForm form, Action callback ) : void

Private Methods

Méthode Description
HttpGetCoroutine ( string location, Action callback ) : IEnumerator
HttpPostCoroutine ( string location, WWWForm form, Action callback ) : IEnumerator

Method Details

HttpGet() public méthode

public HttpGet ( string location, Action callback ) : void
location string
callback Action
Résultat void

HttpPost() public méthode

public HttpPost ( string location, WWWForm form, Action callback ) : void
location string
form UnityEngine.WWWForm
callback Action
Résultat void