Show / Hide Table of Contents

Class MessageEventArgs

The event data for QueryReceived or AnswerReceived.

Inheritance
Object
EventArgs
MessageEventArgs
ServiceInstanceDiscoveryEventArgs
ServiceInstanceShutdownEventArgs
Inherited Members
EventArgs.Empty
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: Makaretu.Dns
Assembly: Makaretu.Dns.Multicast.dll
Syntax
public class MessageEventArgs : EventArgs

Properties

| Improve this Doc View Source

IsLegacyUnicast

Determines if the sender is using legacy unicast DNS.

Declaration
public bool IsLegacyUnicast { get; }
Property Value
Type Description
Boolean

false if the sender is using port 5353.

| Improve this Doc View Source

Message

The DNS message.

Declaration
public Message Message { get; set; }
Property Value
Type Description
Message

The received message.

| Improve this Doc View Source

RemoteEndPoint

The DNS message sender endpoint.

Declaration
public IPEndPoint RemoteEndPoint { get; set; }
Property Value
Type Description
IPEndPoint

The endpoint from the message was received.

  • Improve this Doc
  • View Source
Back to top Generated by DocFX