Package com.ngt.jopenmetaverse.shared.sim.message.LindenMessages

Examples of com.ngt.jopenmetaverse.shared.sim.message.LindenMessages.SetDisplayNameMessage.Serialize()


    SetDisplayNameMessage msg = new SetDisplayNameMessage();
    msg.OldDisplayName = oldName;
    msg.NewDisplayName = newName;

    CapsHttpClient cap = new CapsHttpClient(uri);
    cap.BeginGetResponse(msg.Serialize(), OSDFormat.Xml, Client.settings.CAPS_TIMEOUT);
  }

  /// <summary>
  /// Tells the sim what UI language is used, and if it's ok to share that with scripts
  /// </summary>
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.