Share via


ProvisioningTransportHandler Class

Definition

Represents the interface for a Provisioning Transport Handler.

public abstract class ProvisioningTransportHandler : IDisposable
type ProvisioningTransportHandler = class
    interface IDisposable
Public MustInherit Class ProvisioningTransportHandler
Implements IDisposable
Inheritance
ProvisioningTransportHandler
Derived
Implements

Constructors

ProvisioningTransportHandler()

Creates an instance of the ProvisioningTransportHandler class.

Properties

InnerHandler

Gets or sets the inner handler.

Port

Gets or sets the port number.

Proxy

Gets or sets the proxy for Provisioning Client operations.

RemoteCertificateValidationCallback

A callback for remote certificate validation. If incorrectly implemented, your device may fail to connect to DPS and/or be open to security vulnerabilities.

Methods

Dispose()

Releases the unmanaged resources and disposes of the managed resources used by the invoker.

Dispose(Boolean)

Releases the unmanaged resources used by the ProvisioningTransportHandler and optionally disposes of the managed resources.

RegisterAsync(ProvisioningTransportRegisterMessage, CancellationToken)

Registers a device described by the message.

RegisterAsync(ProvisioningTransportRegisterMessage, TimeSpan)

Registers a device described by the message.

Applies to