System.Windows.Messaging Namespace
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Provides types that support the creation of local messaging channels between multiple Silverlight-based applications.
Classes
| Class | Description | |
|---|---|---|
| .gif) | ListenFailedException | Represents an exception that occurs when a LocalMessageReceiver cannot be registered. | 
| .gif) | LocalMessageReceiver | Represents the receiving end of a local messaging channel between two Silverlight-based applications. | 
| .gif) | LocalMessageSender | Represents the sending end of a local messaging channel between two Silverlight-based applications. | 
| .gif) | MessageReceivedEventArgs | Provides data for the LocalMessageReceiver.MessageReceived event. | 
| .gif) | SendCompletedEventArgs | Provides data for the LocalMessageSender.SendCompleted event. | 
| .gif) | SendFailedException | Represents an exception that can occur when a LocalMessageSender fails to send a message. | 
Enumerations
| Enumeration | Description | |
|---|---|---|
| .gif) | ReceiverNameScope | Defines values that indicate whether a LocalMessageReceiver name is scoped to the global domain or to a specific domain. |