This is the code to connect server by HTTP Put method and send Json data in Unity3D


use HttpWebRequest Class to request, and Stream class to put Json data. Then, Response will be obtained using HttpWebResponse and  StreamReader class.

Response is in StreamReader.ReadToEnd();


'중국인턴(Intern In China) > 업무(Tasks)' 카테고리의 다른 글

Unity Making Inventory Script  (0) 2017.01.16
Change Color of Z Sticks(Theater Mode)  (0) 2017.01.11
Unity HTTP (www) get, put, post  (0) 2017.01.10
Parsing data from Json  (0) 2017.01.10
Loaded Json Data from Server@@@  (0) 2017.01.06

+ Recent posts