C# Class UnityTools.IO.UnityAgentResponse

Afficher le fichier Open project: NoxHarmonium/unity-tools Class Usage Examples

Protected Properties

Свойство Type Description
_body string
_cachedJson LitJson.JsonData
_response System.Net.HttpWebResponse

Méthodes publiques

Méthode Description
ReadFromWebResponse ( HttpWebResponse response ) : UnityAgentResponse

Private Methods

Méthode Description
UnityAgentResponse ( HttpWebResponse response ) : System

Method Details

ReadFromWebResponse() public static méthode

public static ReadFromWebResponse ( HttpWebResponse response ) : UnityAgentResponse
response System.Net.HttpWebResponse
Résultat UnityAgentResponse

Property Details

_body protected_oe property

protected string _body
Résultat string

_cachedJson protected_oe property

protected JsonData,LitJson _cachedJson
Résultat LitJson.JsonData

_response protected_oe property

protected HttpWebResponse,System.Net _response
Résultat System.Net.HttpWebResponse