UnityEngine.WWW.WWW C# (CSharp) Method

WWW() public method

Creates a WWW request with the given URL.

public WWW ( string url ) : System
url string The url to download. Must be '%' escaped.
return System
        public WWW(string url)
        {
            this.InitWWW(url, null, null);
        }

Same methods

WWW::WWW ( string url, Hash128 hash, uint crc ) : System
WWW::WWW ( string url, WWWForm form ) : System
WWW::WWW ( string url, byte postData ) : System
WWW::WWW ( string url, byte postData, string>.Dictionary headers ) : System