Class MessageEventArgs
The event data for QueryReceived or AnswerReceived.
Inheritance
MessageEventArgs
Inherited Members
Namespace: Makaretu.Dns
Assembly: Makaretu.Dns.Multicast.dll
Syntax
public class MessageEventArgs : EventArgs
Properties
| Improve this Doc View SourceIsLegacyUnicast
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. |
Message
The DNS message.
Declaration
public Message Message { get; set; }
Property Value
Type | Description |
---|---|
Message | The received message. |
RemoteEndPoint
The DNS message sender endpoint.
Declaration
public IPEndPoint RemoteEndPoint { get; set; }
Property Value
Type | Description |
---|---|
IPEndPoint | The endpoint from the message was received. |