namespace IStation.Server { /// /// app参数(可配制) /// public class AppParas { /// /// 服务端口 /// public int ServerPort { get; set; } /// /// 传输url /// public string TransferUrl { get; set; } } }