C# Class UnityHTTP.DiskCacheOperation

Show file Open project: andyburke/UnityHTTP Class Usage Examples

Public Properties

Property Type Description
fromCache bool
isDone bool
request Request

Property Details

fromCache public property

public bool fromCache
return bool

isDone public property

public bool isDone
return bool

request public property

public Request,UnityHTTP request
return Request