This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
Compoment
/
MQTTnet
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
451
Commits
2
Branches
8.2 MiB
Tree:
9bc34e4406
master
release/3.x.x
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from '9bc34e4406'
${ noResults }
MQTTnet
/
Frameworks
/
MQTTnet.NetStandard
/
Server
/
MqttServerStartedEventArgs.cs
MqttServerStartedEventArgs.cs
115 B
Raw
Normal View
History
improved server usage in aspnet so no exceptions are thrown on startup
7 years ago
Merge proces, enable signing of the assembly.
7 years ago
improved server usage in aspnet so no exceptions are thrown on startup
7 years ago
1
2
3
4
5
6
7
8
using System;
namespace MQTTnet.Server
{
public class MqttServerStartedEventArgs : EventArgs
{
}
}