C# Class NG.HttpClient.HttpPostRequestProtected

Use this to make requests (POST or GET) to protected server directories.
Inheritance: HttpRequest
Afficher le fichier Open project: Naphier/NGTools

Méthodes publiques

Méthode Description
GetWWW ( ) : WWW
HttpPostRequestProtected ( string host, string filePath, string user, string password ) : System.Collections.Generic
HttpPostRequestProtected ( string host, string filePath, string user, string password, WWWForm wwwForm ) : System.Collections.Generic

Method Details

GetWWW() public méthode

public GetWWW ( ) : WWW
Résultat UnityEngine.WWW

HttpPostRequestProtected() public méthode

public HttpPostRequestProtected ( string host, string filePath, string user, string password ) : System.Collections.Generic
host string
filePath string
user string
password string
Résultat System.Collections.Generic

HttpPostRequestProtected() public méthode

public HttpPostRequestProtected ( string host, string filePath, string user, string password, WWWForm wwwForm ) : System.Collections.Generic
host string
filePath string
user string
password string
wwwForm UnityEngine.WWWForm
Résultat System.Collections.Generic