Class LocalMessageReceiver
Inheritance
System.Object
LocalMessageReceiver
Implements
System.IDisposable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: System.Windows.Messaging
Assembly: OpenSilver.dll
Syntax
[NotImplemented]
public sealed class LocalMessageReceiver : IDisposable
Constructors
| Improve this Doc View SourceLocalMessageReceiver(String)
Declaration
[NotImplemented]
public LocalMessageReceiver(string receiverName)
Parameters
Type | Name | Description |
---|---|---|
System.String | receiverName |
LocalMessageReceiver(String, ReceiverNameScope, IEnumerable<String>)
Declaration
[NotImplemented]
public LocalMessageReceiver(string receiverName, ReceiverNameScope nameScope, IEnumerable<string> allowedSenderDomains)
Parameters
Type | Name | Description |
---|---|---|
System.String | receiverName | |
ReceiverNameScope | nameScope | |
System.Collections.Generic.IEnumerable<System.String> | allowedSenderDomains |
Fields
| Improve this Doc View SourceAnyDomain
Declaration
[NotImplemented]
public static readonly IEnumerable<string> AnyDomain
Field Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<System.String> |
Properties
| Improve this Doc View SourceAllowedSenderDomains
Declaration
[NotImplemented]
public IEnumerable<string> AllowedSenderDomains { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<System.String> |
DisableSenderTrustCheck
Declaration
[NotImplemented]
public bool DisableSenderTrustCheck { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
NameScope
Declaration
[NotImplemented]
public ReceiverNameScope NameScope { get; }
Property Value
Type | Description |
---|---|
ReceiverNameScope |
ReceiverName
Declaration
[NotImplemented]
public string ReceiverName { get; }
Property Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceDispose()
Declaration
[NotImplemented]
public void Dispose()
Listen()
Declaration
[NotImplemented]
public void Listen()
Events
| Improve this Doc View SourceMessageReceived
Declaration
[NotImplemented]
public event EventHandler<MessageReceivedEventArgs> MessageReceived
Event Type
Type | Description |
---|---|
System.EventHandler<MessageReceivedEventArgs> |
Implements
System.IDisposable