CoapClient.this

Constructs a new CoAP client to the provided endpoint address and port.

This constructor provided name resolution on the host part.

  1. this(Address address)
  2. this(string host, ushort port)
    class CoapClient
    this
    (
    string host
    ,
    ushort port
    )

Parameters

host string

the CoAP host

port ushort

the CoAP port

Meta