Table of Contents

Class MessageReceivedEventArgs

Namespace
Iot.Device.MulticastDns.EventArgs
Assembly
Iot.Device.MulticastDns.dll

The EventArgs used to pass the information about a received message.

public class MessageReceivedEventArgs
Inheritance
MessageReceivedEventArgs

Constructors

MessageReceivedEventArgs(Message)

Initializes a new instance of the MessageReceivedEventArgs class.

public MessageReceivedEventArgs(Message message)

Parameters

message Message

The received message.

Properties

Message

Gets the received message.

public Message Message { get; }

Property Value

Message

Response

Gets or sets the response the consumer of these EventArgs wants to send.

public Response Response { get; set; }

Property Value

Response