C# 클래스 UnityTools.IO.UnityAgentResponse

파일 보기 프로젝트 열기: NoxHarmonium/unity-tools 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
_body string
_cachedJson LitJson.JsonData
_response System.Net.HttpWebResponse

공개 메소드들

메소드 설명
ReadFromWebResponse ( HttpWebResponse response ) : UnityAgentResponse

비공개 메소드들

메소드 설명
UnityAgentResponse ( HttpWebResponse response ) : System

메소드 상세

ReadFromWebResponse() 공개 정적인 메소드

public static ReadFromWebResponse ( HttpWebResponse response ) : UnityAgentResponse
response System.Net.HttpWebResponse
리턴 UnityAgentResponse

프로퍼티 상세

_body 보호되어 있는 프로퍼티

protected string _body
리턴 string

_cachedJson 보호되어 있는 프로퍼티

protected JsonData,LitJson _cachedJson
리턴 LitJson.JsonData

_response 보호되어 있는 프로퍼티

protected HttpWebResponse,System.Net _response
리턴 System.Net.HttpWebResponse