namespace FastGithub.FlowAnalyze { /// /// 流量类型 /// public enum FlowType { /// /// 读取 /// Read, /// /// 写入 /// Wirte } }