C# Class UnityHTTP.DiskCacheOperation

显示文件 Open project: andyburke/UnityHTTP Class Usage Examples

Public Properties

Property Type Description
fromCache bool
isDone bool
request Request

Property Details

fromCache public_oe property

public bool fromCache
return bool

isDone public_oe property

public bool isDone
return bool

request public_oe property

public Request,UnityHTTP request
return Request