<< Click to Display Table of Contents >>

ReadFromHTTP

지정한 URL의 데이터를 오즈 바이너리 객체로 설정합니다.

Prototype

void ReadFromHTTP(string URL)

Parameters

URL

URL

Example

var binary = OZCreator.getBuiltInObject("OZBinary");

//var binary = OZCreator.getBuiltInObject(OZBuiltInObject.BINARY);

binary.ReadFromFile("http://127.0.0.1/sample.odi");