Show / Hide Table of Contents

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 Source

LocalMessageReceiver(String)

Declaration
[NotImplemented]
public LocalMessageReceiver(string receiverName)
Parameters
Type Name Description
System.String receiverName
| Improve this Doc View Source

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 Source

AnyDomain

Declaration
[NotImplemented]
public static readonly IEnumerable<string> AnyDomain
Field Value
Type Description
System.Collections.Generic.IEnumerable<System.String>

Properties

| Improve this Doc View Source

AllowedSenderDomains

Declaration
[NotImplemented]
public IEnumerable<string> AllowedSenderDomains { get; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<System.String>
| Improve this Doc View Source

DisableSenderTrustCheck

Declaration
[NotImplemented]
public bool DisableSenderTrustCheck { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

NameScope

Declaration
[NotImplemented]
public ReceiverNameScope NameScope { get; }
Property Value
Type Description
ReceiverNameScope
| Improve this Doc View Source

ReceiverName

Declaration
[NotImplemented]
public string ReceiverName { get; }
Property Value
Type Description
System.String

Methods

| Improve this Doc View Source

Dispose()

Declaration
[NotImplemented]
public void Dispose()
| Improve this Doc View Source

Listen()

Declaration
[NotImplemented]
public void Listen()

Events

| Improve this Doc View Source

MessageReceived

Declaration
[NotImplemented]
public event EventHandler<MessageReceivedEventArgs> MessageReceived
Event Type
Type Description
System.EventHandler<MessageReceivedEventArgs>

Implements

System.IDisposable
  • Improve this Doc
  • View Source