Share via


ProvisioningTransportHandlerHttp Class

Definition

Represents the HTTP protocol implementation for the Provisioning Transport Handler.

public class ProvisioningTransportHandlerHttp : Microsoft.Azure.Devices.Provisioning.Client.Transport.ProvisioningTransportHandler
type ProvisioningTransportHandlerHttp = class
    inherit ProvisioningTransportHandler
Public Class ProvisioningTransportHandlerHttp
Inherits ProvisioningTransportHandler
Inheritance
ProvisioningTransportHandlerHttp

Constructors

ProvisioningTransportHandlerHttp()

Creates an instance of the ProvisioningTransportHandlerHttp class.

Properties

InnerHandler

Gets or sets the inner handler.

(Inherited from ProvisioningTransportHandler)
Port

Gets or sets the port number.

(Inherited from ProvisioningTransportHandler)
Proxy

Gets or sets the proxy for Provisioning Client operations.

(Inherited from ProvisioningTransportHandler)
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.

(Inherited from ProvisioningTransportHandler)

Methods

Dispose()

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

(Inherited from ProvisioningTransportHandler)
Dispose(Boolean)

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

(Inherited from ProvisioningTransportHandler)
RegisterAsync(ProvisioningTransportRegisterMessage, CancellationToken)

Registers a device described by the message.

RegisterAsync(ProvisioningTransportRegisterMessage, TimeSpan)

Registers a device described by the message.

Applies to