C# Class NG.HttpClient.HttpPostRequestProtected

Use this to make requests (POST or GET) to protected server directories.
Inheritance: HttpRequest
ファイルを表示 Open project: Naphier/NGTools

Public Methods

Method 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 method

public GetWWW ( ) : WWW
return UnityEngine.WWW

HttpPostRequestProtected() public method

public HttpPostRequestProtected ( string host, string filePath, string user, string password ) : System.Collections.Generic
host string
filePath string
user string
password string
return System.Collections.Generic

HttpPostRequestProtected() public method

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
return System.Collections.Generic