示例#1
0
文件: InnerConfig.cs 项目: nie341/ET
        public override void EndInit()
        {
            base.EndInit();

            this.ipEndPoint = NetworkHelper.ToIPEndPoint(this.Host, this.Port);
        }