C# Class HttpRequestBase, UnityFramework

Inheritance: MonoBehaviour
ファイルを表示 Open project: meta-42/uEasyKit Class Usage Examples

Public Properties

Property Type Description
HttpServerHost string

Protected Methods

Method Description
SendRequest ( string rPath, string>.Dict rArgs, ServerType, rType, Action rOnResponse ) : void

Private Methods

Method Description
GET ( string url, string>.Dict rArgs, Action rOnResponse ) : IEnumerator
POST ( string url, string>.Dict rArgs, Action rOnResponse ) : IEnumerator

Method Details

SendRequest() protected method

protected SendRequest ( string rPath, string>.Dict rArgs, ServerType, rType, Action rOnResponse ) : void
rPath string
rArgs string>.Dict
rType ServerType,
rOnResponse Action
return void

Property Details

HttpServerHost public_oe static_oe property

public static string HttpServerHost
return string