mirror of
https://bitbucket.org/myhomie/mycorerepository.git
synced 2025-12-06 01:31:19 +00:00
9 lines
176 B
C#
9 lines
176 B
C#
namespace Mqtt.Client.AspNetCore.Settings
|
|
{
|
|
public class BrokerHostSettings
|
|
{
|
|
public string Host { set; get; }
|
|
public int Port { set; get; }
|
|
}
|
|
}
|