<< Click to Display Table of Contents >>

ReadFromHTTP

Create OZBinary object from the given data 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");