Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 
 

10 wiersze
198 B

  1. namespace MQTTnet.Core.Server
  2. {
  3. public sealed class MqttServerDefaultEndpointOptions
  4. {
  5. public bool IsEnabled { get; set; } = true;
  6. public int? Port { get; set; }
  7. }
  8. }