OpenMetaverse Protocol Library Developers API Documentation
RequestAssetXfer Method (filename, deleteOnCompletion, useBigPackets, vFileID, vFileType, fromCache)
NamespacesOpenMetaverseAssetManagerRequestAssetXfer(String, Boolean, Boolean, UUID, AssetType, Boolean)
Request an asset download through the almost deprecated Xfer system
Declaration Syntax
C#
public 
ulong 
RequestAssetXfer(
        
string 
filename,
        
bool 
deleteOnCompletion,
        
bool 
useBigPackets,
        
UUID 
vFileID,
        
AssetType 
vFileType,
        
bool 
fromCache
)
Parameters
filename ( String)
Filename of the asset to request
deleteOnCompletion ( Boolean)
Whether or not to delete the asset off the server after it is retrieved
useBigPackets ( Boolean)
Use large transfer packets or not
vFileID ( UUID)
UUID of the file to request, if filename is left empty
vFileType ( AssetType)
Asset type of
  Copy imageCopy
vFileID
, or
  Copy imageCopy
AssetType.Unknown
if filename is not empty
fromCache ( Boolean)
Sets the FilePath in the request to Cache (4) if true, otherwise Unknown (0) is used
Return Value

Assembly: OpenMetaverse(Module: OpenMetaverse.dll) Version: 0.9.3.3318 (0.9.3.3318)