ProvisioningTransportHandlerHttp Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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
Azure SDK for .NET