MessageReceivedEventArgs Properties

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Include Protected Members
Include Inherited Members

Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members

The MessageReceivedEventArgs type exposes the following members.

Properties

  Name Description
Public property Message Gets the message sent from a LocalMessageSender to a LocalMessageReceiver.
Public property NameScope Gets a value that indicates whether the LocalMessageReceiver is configured to receive messages from the global namescope or from a specific domain.
Public property ReceiverName Gets the name of the LocalMessageReceiver that received the message.
Public property Response Gets or sets a response message to be sent to the LocalMessageSender that sent the original message.
Public property SenderDomain Gets the domain of the LocalMessageSender that sent the message.

Top