C# Class OpenMetaverse.Messages.Linden.AssetUploaderBlock

Base class for Asset uploads/results via Capabilities
Afficher le fichier Open project: N3X15/VoxelSim Class Usage Examples

Méthodes publiques

Свойство Type Description
State string

Méthodes publiques

Méthode Description
Deserialize ( OSDMap map ) : void

Deserialize the message

Serialize ( ) : OSDMap

Serialize the object

Method Details

Deserialize() public abstract méthode

Deserialize the message
public abstract Deserialize ( OSDMap map ) : void
map OSDMap An containing the data
Résultat void

Serialize() public abstract méthode

Serialize the object
public abstract Serialize ( ) : OSDMap
Résultat OSDMap

Property Details

State public_oe property

The request state
public string State
Résultat string