Class MqttClientWebSocketProxyOptions
- Namespace
- MQTTnet.Client
- Assembly
- MQTTnet.dll
public sealed class MqttClientWebSocketProxyOptions
- Inheritance
-
MqttClientWebSocketProxyOptions
- Inherited Members
-
Constructors
MqttClientWebSocketProxyOptions()
public MqttClientWebSocketProxyOptions()
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