Table of Contents

Class MqttClientWebSocketProxyOptions

Namespace
Azure.Iot.Operations.Protocol.Models
Assembly
Azure.Iot.Operations.Protocol.dll
public sealed class MqttClientWebSocketProxyOptions
Inheritance
MqttClientWebSocketProxyOptions
Inherited Members

Constructors

MqttClientWebSocketProxyOptions(string)

public MqttClientWebSocketProxyOptions(string address)

Parameters

address string

Properties

Address

public string Address { get; set; }

Property Value

string

BypassList

public string[]? BypassList { get; set; }

Property Value

string[]

BypassOnLocal

public bool BypassOnLocal { get; set; }

Property Value

bool

Domain

public string? Domain { get; set; }

Property Value

string

Password

public string? Password { get; set; }

Property Value

string

UseDefaultCredentials

public bool UseDefaultCredentials { get; set; }

Property Value

bool

Username

public string? Username { get; set; }

Property Value

string