Table of Contents

Class Response

Namespace
Iot.Device.MulticastDns.Entities
Assembly
Iot.Device.MulticastDns.dll

A Multicast DNS Response Message.

public class Response : Message
Inheritance
Response
Inherited Members

Constructors

Response()

Initializes a new instance of the Response class.

public Response()

Methods

AddAnswer(Resource)

Adds an answer to the Response message.

public void AddAnswer(Resource resource)

Parameters

resource Resource

The answer resource to add.