mirror of
https://github.com/netchx/netch.git
synced 2026-05-11 23:45:06 +08:00
NetTraffic() 主控制器引用传递,补充模式注释,启动只检查需要用的端口,补充属性可访问性
This commit is contained in:
@@ -12,7 +12,7 @@ namespace Netch.Controllers
|
||||
/// <summary>
|
||||
/// 当前状态
|
||||
/// </summary>
|
||||
public State State { get; set; } = State.Waiting;
|
||||
public State State { get; protected set; } = State.Waiting;
|
||||
|
||||
/// <summary>
|
||||
/// 停止
|
||||
|
||||
Reference in New Issue
Block a user